Commit Graph

676 Commits (f7c2cd952645a8fbd9767db33dfb76a41455878c)
 

Author SHA1 Message Date
Leah Neukirchen f7c2cd9526 mymemmem: update with patch from musl mailing list
Fix by Alexander Monakov.
7 years ago
Leah Neukirchen 4a685de739 mmime: ensure 7bit or 8bit Content-Transfer-Encoding for message/rfc822 parts
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.)
7 years ago
Leah Neukirchen 958ad4e9f6 mmime: disregard line length restriction for message/rfc822 attachments
Many webmail client's don't like qp-encoded message/rfc822 attachments.
7 years ago
Wolfgang Jenkner b0d61b8275 mcom: fix non-POSIX sed usage 7 years ago
Larry Hynes 0023602f7b Changes to mscan.1
- 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]
7 years ago
Larry Hynes 0c983b99cd Changes to mpick.1
- Else -> Otherwise
- 'the' standard input
- Tidy up msglist intro
- Couple of corrections

Closes: #61 [via git-merge-pr]
7 years ago
Larry Hynes 79e1c8d055 Changes to mmsg.7
- 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]
7 years ago
Leah Neukirchen f506528776 add .mailmap 7 years ago
Larry Hynes 3e2aca845d Changes to mmkdir.1
- Use 'Maildir folders' instead of the pseudo-plural 'Maildir'
- Clean up language

Closes: #59 [via git-merge-pr]
7 years ago
Larry Hynes 9361feed35 Changes to mmime.1
- 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]
7 years ago
Oliver Kiddle 0d2c71d2ef seq: use of ^ should not produce a "parse" error when parent isn't found
Closes: #57 [via git-merge-pr]
7 years ago
Leah Neukirchen 12b1722868 mmsg.7: document new selectors 7 years ago
Oliver Kiddle 8e833606c1 seq: parse_relnum: initial + in stop part of a message range selects relative to the start
So, e.g 4:+5 is the same as 4:9

Closes: #44 [via git-merge-pr]
7 years ago
Oliver Kiddle 7d66bb8db7 seq: parse_range: = _ and ^ default to being relative to cur instead of message 1 7 years ago
Oliver Kiddle ef65274d43 seq: parse_relnum: fix for thread message syntax relative to . or $
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 $.
7 years ago
Leah Neukirchen c1ddd4816f man: use 'filename' instead of 'file names' 7 years ago
Larry Hynes bf771231d2 Changes to mlist.1
Closes: #56 [via git-merge-pr]
7 years ago
Larry Hynes 53e408291f Changes to minc.1
- Change 'in the given' to 'in the specified Maildir folders'
- 'one per line'
- Qualify '-q' flag

Closes: #54 [via git-merge-pr]
7 years ago
Larry Hynes a0a922fb91 magrep.1: Improve EXIT STATUS wording, in line with .Ex -std
Closes: #53 [via git-merge-pr]
7 years ago
Larry Hynes 2ff56193a9 Changes to mhdr.1
- 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]
7 years ago
Larry Hynes f9ab1f52fe Changes to mdirs.1
- 'line by line' -> 'one per line'
- Insert 'formats'
- Simplify explanation of what mdirs considers a Maildir
7 years ago
Leah Neukirchen 8a155059c6 README: update 7 years ago
Larry Hynes 477ad637b7 Changes to mblaze.7
- 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
7 years ago
Larry Hynes 8d198d4d4d Changes to mflag.1
- given -> specified
- stdin -> 'the standard input'
- Delete superfluous 'the'
- Make 'cur' link clear

Closes: #51 [via git-merge-pr]
7 years ago
Larry Hynes 3db5847866 Changes to mexport.1
- 'a MBOXRD' -> 'an MBOXRD'
- 'the' standard (input|output)
- when -> if
- Clarify 'From ' line and '-S' option

Closes: #50 [via git-merge-pr]
7 years ago
Larry Hynes 3accd89cbd Changes to mdeliver.1
- 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]
7 years ago
Larry Hynes cae3c7d585 Changes to mcom.1
- 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]
7 years ago
Larry Hynes 72ab002374 Changes to mblaze-profile.5
- 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]
7 years ago
Leah Neukirchen 768116b8b6 man/mblaze.7: add subscription info 7 years ago
Leah Neukirchen 10063ce3cf README: update 7 years ago
Leah Neukirchen 41fc81992f man/mblaze-profile.5: tweak 7 years ago
Oliver Kiddle 6b68abeccb man: correct typos and wording
Closes: #43 [via git-merge-pr]
7 years ago
Larry Hynes 7eed9240a7 Changes to magrep.1
- 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]
7 years ago
Leah Neukirchen 841984f645 mthread: add optional message support 7 years ago
Leah Neukirchen ef08f99d23 VIOLATIONS.md: missing MIME-Version 7 years ago
Leah Neukirchen 9da17f5978 mthread: fix infinite recursion
This fixes:

References: <5> <4> <6>
Message-ID: <3>

References: <6>
Message-ID: <5>

References: <3> <2>
Message-ID: <1>
7 years ago
Leah Neukirchen 613a1182ff mmime: gen_qp: ensure not to split utf8 multibyte sequences into encoded words
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.
7 years ago
Leah Neukirchen 24d0941043 mthread: ignore sequence indentation, to allow rethreading 7 years ago
Larry Hynes 2c7f970a76 Changes to maddr.1
- 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]
7 years ago
Leah Neukirchen 8649f9c225 seq: blaze822_seq_open: display error when opening the sequence failed 7 years ago
Leah Neukirchen 2db5551a7e mcom: add Date: header before submission, or when cancelling a draft 7 years ago
Leah Neukirchen 862d6b24e4 VIOLATIONS.md: add list of known standard violations and our workarounds 7 years ago
Leah Neukirchen 1fc0b1adc3 mymemmem: fix twobyte_memmem out of bound reads
Closes #40.
7 years ago
Leah Neukirchen 8603f8deb7 mscan.1: fix description of . 7 years ago
Alexander Huemer 5891b89835 GNUmakefile: Ensure creation of all MANDIR subdirectories 7 years ago
Duncaen 880f084177 mseq: remove the ,2: suffix from the file we search for and add testcase
This fixes #38

Closes: #39 [via git-merge-pr]
7 years ago
Larry Hynes 7577a4a934 Add OS X Yosemite to INSTALL.md
Closes: #37 [via git-merge-pr]
7 years ago
Leah Neukirchen 27e2167cf2 INSTALL.md: update 7 years ago
Leah Neukirchen 54547f5fe3 VERSION: 0.1 7 years ago
Leah Neukirchen 827c57afb3 GNUmakefile: fix museragent 7 years ago