summaryrefslogtreecommitdiffstats
path: root/test/mail.test
Commit message (Collapse)AuthorAgeFilesLines
* - Filter duplicates with awk instead of usig uniq -D.Andreas Gruenbacher2006-02-011-1/+1
|
* - quilt/mail.in: Use $(hostname) for the sender address forAndreas Gruenbacher2006-01-301-4/+4
| | | | platforms on which $(hostname -f) doesn't work.
* - test/mail.test: Use --sender option to avoid callingAndreas Gruenbacher2006-01-301-4/+4
| | | | hostname -f on platforms that don't support -f.
* - test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.Andreas Gruenbacher2006-01-301-6/+6
|
* - Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: fromAndreas Gruenbacher2006-01-291-1/+1
| | | | subject headers.
* - Also strip any literal "[patch]" from subject headers.Andreas Gruenbacher2006-01-291-1/+1
|
* - quilt/mail.in:Andreas Gruenbacher2006-01-291-0/+85
+ Add -m and --prefix options so that the mail command can be used without invoking an editor. + Verify that each message generated will have a unique subject. + Verify that the introduction has a subject header. + Fix a bug in the heuristic for adding recipients. + Add a heuristic for extracting subject headers + Clarify some messages. + Add a test case. + Update the documentation.