summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* VERSION: 0.2 v0.2Leah Neukirchen2017-07-171-1/+1
|
* add NEWS.mdLeah Neukirchen2017-07-171-0/+17
|
* mseq: use first message of range for -c and -C.Leah Neukirchen2017-07-171-0/+6
|
* minc: use squeeze_slashLeah Neukirchen2017-07-122-2/+4
| | | | Closes #68.
* mlist: extract squeeze_slashLeah Neukirchen2017-07-124-11/+20
|
* mrep: avoid initial space for References:Leah Neukirchen2017-07-121-1/+1
| | | | This triggered qp-encoding, which is not allowed for this header.
* Changes to mthread.1Larry Hynes2017-07-121-7/+8
| | | | | | | | | | | - Sprinkle some commas - passed -> specified - 'the' standard input - 'one per line' - 'in case' -> 'if' - Flesh out -S outbox example Closes: #67 [via git-merge-pr]
* Changes to msort.1Larry Hynes2017-07-111-6/+4
| | | | | | | | | | - Clarify that its the message names, not the messages, that get printed - passed -> specified - Merge 3rd sentence in DESCRIPTION with 1st - 'the' standard input Closes: #66 [via git-merge-pr]
* mlist: squeeze squeezing codeLeah Neukirchen2017-07-111-3/+2
| | | | Thanks to quinq, who put all their heart in it.
* mlist: squeeze slashes from directory namesLeah Neukirchen2017-07-111-0/+13
| | | | Closes #65.
* Changes to msed.1Larry Hynes2017-07-111-3/+3
| | | | | | | - Change 'scripts' to 'script', to match SYNOPSIS - Delete 'the' in 'the mail headers' Closes: #63 [via git-merge-pr]
* Changes to mshow.1Larry Hynes2017-07-111-8/+11
| | | | | | | | - (passed|given) -> specified - Sprinkle some commas - Adjust wording for '-A' option Closes: #64 [via git-merge-pr]
* mymemmem: update with patch from musl mailing listLeah Neukirchen2017-07-111-15/+10
| | | | Fix by Alexander Monakov.
* mmime: ensure 7bit or 8bit Content-Transfer-Encoding for message/rfc822 partsLeah Neukirchen2017-07-091-3/+8
| | | | | | | | RFC 2046, Section 5.2.1: > No encoding other than "7bit", "8bit", or "binary" is permitted for > the body of a "message/rfc822" entity. (We'll generate 8bit when we have to and put the blame on the MTA.)
* mmime: disregard line length restriction for message/rfc822 attachmentsLeah Neukirchen2017-07-091-0/+3
| | | | Many webmail client's don't like qp-encoded message/rfc822 attachments.
* mcom: fix non-POSIX sed usageWolfgang Jenkner2017-07-081-1/+2
|
* Changes to mscan.1Larry Hynes2017-07-051-23/+33
| | | | | | | | | | | | | | - passed -> specified - 'the' standard input - when -> if - Clarify pager usage and refer to ENVIRONMENT for details - Add note about default format in mblaze-profile - Put in a '>' for %c - else -> otherwise - greater or equal 'to' - Add ':' to 'From' and 'To' Closes: #62 [via git-merge-pr]
* Changes to mpick.1Larry Hynes2017-07-041-9/+9
| | | | | | | | | - Else -> Otherwise - 'the' standard input - Tidy up msglist intro - Couple of corrections Closes: #61 [via git-merge-pr]
* Changes to mmsg.7Larry Hynes2017-07-041-20/+13
| | | | | | | | | | - Remove listing of tools from DESCRIPTION - pass -> specify - Unhyphenate grandparents - If we don't enumerate the shortcuts, it's easier to maintain - Add SEE ALSO mblaze.7 Closes: #60 [via git-merge-pr]
* add .mailmapLeah Neukirchen2017-07-031-0/+1
|
* Changes to mmkdir.1Larry Hynes2017-07-031-6/+7
| | | | | | | - Use 'Maildir folders' instead of the pseudo-plural 'Maildir' - Clean up language Closes: #59 [via git-merge-pr]
* Changes to mmime.1Larry Hynes2017-07-031-6/+3
| | | | | | | | - Remove first line in DESCRIPTION, it's pretty much a duplicate - Clarify piece about lines in the body which specify attachments - 'file found at path' instead of 'path' Closes: #58 [via git-merge-pr]
* seq: use of ^ should not produce a "parse" error when parent isn't foundOliver Kiddle2017-07-031-15/+19
| | | | Closes: #57 [via git-merge-pr]
* mmsg.7: document new selectorsLeah Neukirchen2017-07-021-1/+17
|
* seq: parse_relnum: initial + in stop part of a message range selects ↵Oliver Kiddle2017-07-021-3/+5
| | | | | | | | relative to the start So, e.g 4:+5 is the same as 4:9 Closes: #44 [via git-merge-pr]
* seq: parse_range: = _ and ^ default to being relative to cur instead of ↵Oliver Kiddle2017-07-021-1/+4
| | | | message 1
* seq: parse_relnum: fix for thread message syntax relative to . or $Oliver Kiddle2017-07-021-4/+5
| | | | | | | With a message such as .^ specified, strtol() was used on the caret. On Linux this worked by accident because strtol() doesn't return an error but it fails on, e.g. FreeBSD. Furthermore, it was not possible to specify relative offsets after $.
* man: use 'filename' instead of 'file names'Leah Neukirchen2017-07-0212-18/+18
|
* Changes to mlist.1Larry Hynes2017-07-021-8/+9
| | | | Closes: #56 [via git-merge-pr]
* Changes to minc.1Larry Hynes2017-07-021-3/+4
| | | | | | | | - Change 'in the given' to 'in the specified Maildir folders' - 'one per line' - Qualify '-q' flag Closes: #54 [via git-merge-pr]
* magrep.1: Improve EXIT STATUS wording, in line with .Ex -stdLarry Hynes2017-07-011-1/+2
| | | | Closes: #53 [via git-merge-pr]
* 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
|