| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
E.g. for elinks -dump -dump-color-mode 3
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This could result in stalling during big writes when we can't read the
output of the child in the mean time.
|
|
|
|
| |
+x does not work in nawk/*BSD awk.
|
|
|
|
|
|
|
| |
- This works around the quoting problem inherent in using Can't
and avoids using the incorrect Cant
Closes: #71 [via git-merge-pr]
|
| |
|
|
|
|
| |
Fixes #70.
|
|
|
|
| |
Closes: #69 [via git-merge-pr]
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Closes #68.
|
| |
|
|
|
|
| |
This triggered qp-encoding, which is not allowed for this header.
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
| |
Thanks to quinq, who put all their heart in it.
|
|
|
|
| |
Closes #65.
|
|
|
|
|
|
|
| |
- Change 'scripts' to 'script', to match SYNOPSIS
- Delete 'the' in 'the mail headers'
Closes: #63 [via git-merge-pr]
|
|
|
|
|
|
|
|
| |
- (passed|given) -> specified
- Sprinkle some commas
- Adjust wording for '-A' option
Closes: #64 [via git-merge-pr]
|
|
|
|
| |
Fix by Alexander Monakov.
|
|
|
|
|
|
|
|
| |
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.)
|
|
|
|
| |
Many webmail client's don't like qp-encoded message/rfc822 attachments.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
|
|
| |
- Else -> Otherwise
- 'the' standard input
- Tidy up msglist intro
- Couple of corrections
Closes: #61 [via git-merge-pr]
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
|
|
|
|
|
|
| |
- Use 'Maildir folders' instead of the pseudo-plural 'Maildir'
- Clean up language
Closes: #59 [via git-merge-pr]
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
| |
Closes: #57 [via git-merge-pr]
|
| |
|
|
|
|
|
|
|
|
| |
relative to the start
So, e.g 4:+5 is the same as 4:9
Closes: #44 [via git-merge-pr]
|
|
|
|
| |
message 1
|
|
|
|
|
|
|
| |
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 $.
|
| |
|
|
|
|
| |
Closes: #56 [via git-merge-pr]
|
|
|
|
|
|
|
|
| |
- Change 'in the given' to 'in the specified Maildir folders'
- 'one per line'
- Qualify '-q' flag
Closes: #54 [via git-merge-pr]
|
|
|
|
| |
Closes: #53 [via git-merge-pr]
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
| |
- 'line by line' -> 'one per line'
- Insert 'formats'
- Simplify explanation of what mdirs considers a Maildir
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- given -> specified
- stdin -> 'the standard input'
- Delete superfluous 'the'
- Make 'cur' link clear
Closes: #51 [via git-merge-pr]
|
|
|
|
|
|
|
|
|
| |
- 'a MBOXRD' -> 'an MBOXRD'
- 'the' standard (input|output)
- when -> if
- Clarify 'From ' line and '-S' option
Closes: #50 [via git-merge-pr]
|