summaryrefslogtreecommitdiffstats
path: root/doc/README.MAIL
Commit message (Collapse)AuthorAgeFilesLines
* mail: Remove Content-Disposition headersAndreas Gruenbacher2018-07-031-5/+3
| | | | | | | | | | | | The Content-Disposition headers quilt has been adding since 2015 are causing problems with Thunderbird and Gmail, which display patches as attachments instead of text if this header is present and includes a filename. This breaks email-based patch reviewing and isn't likely to get fixed on the email client side, so stop adding those headers. Recipients of patches via email already need a mechanism to construct filenames for messages coming from anything but quilt, so this change is unlikely to cause major problems for existing users.
* - quilt mail: Document the possibility to specifiy a patch range.Jean Delvare2007-04-221-3/+4
|
* *** empty log message ***Andreas Gruenbacher2006-01-291-1/+2
|
* - Also strip any literal "[patch]" from subject headers.Andreas Gruenbacher2006-01-291-0/+2
|
* *** empty log message ***Andreas Gruenbacher2006-01-291-1/+1
|
* - quilt/mail.in:Andreas Gruenbacher2006-01-291-22/+46
| | | | | | | | | | | | + 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.
* - Add mail command, doc/README.MAIL and example ``mail'' commandAndreas Gruenbacher2005-01-231-0/+56
filter in quilt.quiltrc. - Bump version to 0.38.