summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Changes to mhdr.1Larry Hynes2017-07-011-6/+6
| | | | | | | | - Use 'specified' instead of 'given' and 'passed' - Clarify tab-separation for '-H' - Use 'one per line' instead of 'line by line' Closes: #52 [via git-merge-pr]
* Changes to mdirs.1Larry Hynes2017-07-011-5/+6
| | | | | | - 'line by line' -> 'one per line' - Insert 'formats' - Simplify explanation of what mdirs considers a Maildir
* README: updateLeah Neukirchen2017-07-011-56/+61
|
* Changes to mblaze.7Larry Hynes2017-07-011-46/+57
| | | | | | | | | | | | | - Bump the date, due to -s/-S change in EXAMPLES - Delete '^to ' in the list of tools - Change 'write' to 'compose' - Remove 'related to' - List MTAs and Maildir tools alphabetically - big -> large - big pile -> large corpus - Change wording for EXAMPLES intro - Change some wording in EXAMPLES - Change 'msort -s' (by subject) to 'msort -S' (by size) in example
* Changes to mflag.1Larry Hynes2017-07-011-7/+8
| | | | | | | | | - given -> specified - stdin -> 'the standard input' - Delete superfluous 'the' - Make 'cur' link clear Closes: #51 [via git-merge-pr]
* Changes to mexport.1Larry Hynes2017-07-011-7/+10
| | | | | | | | | - 'a MBOXRD' -> 'an MBOXRD' - 'the' standard (input|output) - when -> if - Clarify 'From ' line and '-S' option Closes: #50 [via git-merge-pr]
* Changes to mdeliver.1Larry Hynes2017-07-011-8/+6
| | | | | | | | | | - Delete superfluous 'the' in DESCRIPTION - 'a MBOXRD' -> 'an MBOXRD' - Delete 'Also,' - Delete 'Beware' and don't emphasise - Don't emphasise 'Override' Closes: #48 [via git-merge-pr]
* Changes to mcom.1Larry Hynes2017-07-011-17/+16
| | | | | | | | | | | | - Delete 'new' in NAME - Change 'runs an editor' - fills -> creates - Be specific that drafts are saved with 'c' option - show -> print - Delete '(Put your `From:' line there.)' - Add note about configuring 'Outbox:' Closes: #47 [via git-merge-pr]
* Changes to mblaze-profile.5Larry Hynes2017-06-301-16/+17
| | | | | | | | | | - SYNOPSIS: Delete 'and customization', change 'for' to 'of' - Tidy up first few lines of DESCRIPTION - Change wording for 'Outbox:' - Change wording for 'Sendmail: and 'Sendmail-Args:' - Add 'files' to 'configuration' in ENVIRONMENT Closes: #45 [via git-merge-pr]
* man/mblaze.7: add subscription infoLeah Neukirchen2017-06-302-3/+6
|
* README: updateLeah Neukirchen2017-06-301-13/+13
|
* man/mblaze-profile.5: tweakLeah Neukirchen2017-06-301-1/+1
|
* man: correct typos and wordingOliver Kiddle2017-06-308-23/+23
| | | | Closes: #43 [via git-merge-pr]
* Changes to magrep.1Larry Hynes2017-06-301-23/+23
| | | | | | | | | | | | | - Try not to use 'messages msgs' - 'matches' instead of 'instead match' - 'specified' instead of 'passed' - Clarify default use of current sequence - Simplify some language used - List '-p' output in the order it is printed - Remove superfluous 'the' - Bring EXIT STATUS in line with '.Ex -std' Closes: #42 [via git-merge-pr]
* mthread: add optional message supportLeah Neukirchen2017-06-302-3/+43
|
* VIOLATIONS.md: missing MIME-VersionLeah Neukirchen2017-06-301-0/+3
|
* mthread: fix infinite recursionLeah Neukirchen2017-06-301-0/+4
| | | | | | | | | | | | | This fixes: References: <5> <4> <6> Message-ID: <3> References: <6> Message-ID: <5> References: <3> <2> Message-ID: <1>
* mmime: gen_qp: ensure not to split utf8 multibyte sequences into encoded wordsLeah Neukirchen2017-06-291-11/+20
| | | | | | | RFC2047, 5.(3): > Each 'encoded-word' MUST represent an integral number of characters. > A multi-octet character may not be split across adjacent 'encoded- > word's.
* mthread: ignore sequence indentation, to allow rethreadingLeah Neukirchen2017-06-291-0/+3
|
* Changes to maddr.1Larry Hynes2017-06-291-9/+9
| | | | | | | | | | | - Change 'one per line' to 'line by line', and move it up - Change 'given' to 'specified'... - ...and continue to use 'specified' in place of 'passed' - Change 'Else' to 'Otherwise' - Use 'addr-spec' instead of 'address', as per RFCs - Reword explanation of 'resent-' headers Closes: #41 [via git-merge-pr]
* seq: blaze822_seq_open: display error when opening the sequence failedLeah Neukirchen2017-06-291-1/+5
|
* mcom: add Date: header before submission, or when cancelling a draftLeah Neukirchen2017-06-291-6/+13
|
* VIOLATIONS.md: add list of known standard violations and our workaroundsLeah Neukirchen2017-06-291-0/+25
|
* mymemmem: fix twobyte_memmem out of bound readsLeah Neukirchen2017-06-281-1/+7
| | | | Closes #40.
* mscan.1: fix description of .Leah Neukirchen2017-06-281-2/+2
|
* GNUmakefile: Ensure creation of all MANDIR subdirectoriesAlexander Huemer2017-06-251-0/+1
|
* mseq: remove the ,2: suffix from the file we search for and add testcaseDuncaen2017-06-252-1/+8
| | | | | | This fixes #38 Closes: #39 [via git-merge-pr]
* Add OS X Yosemite to INSTALL.mdLarry Hynes2017-06-241-0/+1
| | | | Closes: #37 [via git-merge-pr]
* INSTALL.md: updateLeah Neukirchen2017-06-241-2/+2
|
* VERSION: 0.1 v0.1Leah Neukirchen2017-06-241-1/+1
|
* GNUmakefile: fix museragentLeah Neukirchen2017-06-241-1/+1
|
* mexport: handle return-path without <>Leah Neukirchen2017-06-241-5/+9
|
* mshow: mark FALL THROUGHLeah Neukirchen2017-06-231-0/+5
|
* GNUmakefile: add release and sign targetsLeah Neukirchen2017-06-231-1/+11
|
* mblaze.7: add mailing list and ircLeah Neukirchen2017-06-232-0/+11
|
* mblaze.7: mention mfwdLeah Neukirchen2017-06-232-0/+3
|
* man/mblaze.7: bump dateLeah Neukirchen2017-06-202-2/+2
|
* man/mfwd.1: refer to mcom.1Leah Neukirchen2017-06-201-0/+1
|
* README: updateLeah Neukirchen2017-06-201-1/+2
|
* mmkdir: make official commandLeah Neukirchen2017-06-204-2/+44
|
* man/mdirs.1: tweakLeah Neukirchen2017-06-201-1/+1
|
* mcom: integrate msign and mencryptLeah Neukirchen2017-06-191-1/+19
|
* mcom: remove debugging outputLeah Neukirchen2017-06-191-2/+0
|
* contrib: add mmkdirLeah Neukirchen2017-06-191-0/+9
|
* mcom: send attached messages inline and without leaking basenameLeah Neukirchen2017-06-191-2/+2
|
* mcom: don't limit column width for subjectsLeah Neukirchen2017-06-191-2/+2
|
* mcom: add -r to resume editing draftsLeah Neukirchen2017-06-192-13/+49
|
* mdeliver: don't increment line buffer of getdelimLeah Neukirchen2017-06-191-2/+3
|
* mexport: < and > are not part of the addr-spec used in From linesLeah Neukirchen2017-06-191-1/+1
|
* mmime: don't generate empty filenamesLeah Neukirchen2017-06-191-0/+5
|