Commit Graph

234 Commits (master)

Author SHA1 Message Date
Leah Neukirchen 76f5656401 mblaze-profile: mention Delivered-To
This was forgotten as part of e1e5bfe5f.
3 months ago
Meudwy 07d064fc11 mdirs: add Maildir profile key
When `mdirs` is executed without any arguments, look for the `Maildir`
key in the profile and use that instead (if set).

Closes: #245 [via git-merge-pr]
9 months ago
Meudwy 75de7d47da minc: read directory names from stdin
This matches `mlist` where it can take directories as arguments or via
stdin.

Closes: #244 [via git-merge-pr]
9 months ago
Johannes Thyssen Tishman ce435c8f6f Add Drafts profile key
Allow the user to set a Drafts key in profile to store draft messages
and sent messages separately if Outbox is set.
10 months ago
Mark Hills 786238551a Document a reasonable practice for deleting mails
Discussed in #236.
1 year ago
jgart bbc754e2a1 List commands ~respectively
Closes: #228 [via git-merge-pr]
2 years ago
Leah Neukirchen cd5bc471f3 man: misc manpages nits
Found by Omar Polo.
2 years ago
Lucas e951b0ba27 mmime: allow to relax body line length limit
Message-Id: <10e22a318b5c70d89432d85ecd8cb8ce1796a51d.1643116719.git.lucas@sexy.is>
2 years ago
Leah Neukirchen 958e3e08bd mless: prefer setting LESSKEYIN and .mlesskey
Fixes #215.
3 years ago
Leah Neukirchen 386b65fcb4 mblaze-profile.5: clarify Reply-From 3 years ago
Leah Neukirchen 6684f74f07 mblaze.7: IRC moved to libera.chat. 3 years ago
Leah Neukirchen 93e8a4a892 mcom: also read $VISUAL to find the editor
Closes #206.
3 years ago
Leah Neukirchen 709f8f1121 mdeliver.1: spelling 3 years ago
Leah Neukirchen 41cf6272a5 mdeliver.1: small tweaks 3 years ago
Leah Neukirchen e96f0707de mshow: show last part of multipart/mixed when none matched
This is in conformance with RFC 1341.
3 years ago
Leah Neukirchen 318ac214f1 mshow: add "-A all" to render all attachments
Closes #198.
3 years ago
Duncan Overbruck d9c3914924 mpick: breaking cmdline options
Two breaking changes which will make mpick fit more in with
all other mblaze tools by using mmsg(7) arguments:
- Use the -F flag to read script files.
- Remove msglist support
4 years ago
Leah Neukirchen e7442fcc72 seq: - now refers to the message on stdin, use .- for previous message 4 years ago
Leah Neukirchen 282de65079 mrep: use Reply-From configuration to find From header
This allows replying from different addresses than Local-Mailbox
if they appear in To, Cc or Bcc.

Idea and initial patch by @nmeum.
4 years ago
Duncaen 8ae4801dd4 mpick: add header decodeop for better address matching 4 years ago
Duncaen 32f0fcbc0d mpick: add let expressions 4 years ago
Duncaen 8f0b6e2117 mpick: add ternary (conditional) operator 4 years ago
Duncaen 3968f2ef03 mpick: add skip expression 4 years ago
Duncaen 401aa88752 mpick: add pipes and file redirection 4 years ago
Duncaen eec6a4ebfd mdeliver.1: add mrefile to SEE ALSO 4 years ago
Leah Neukirchen 4927d44d55 mthread: add -p to only add parent messages via -S 4 years ago
Leah Neukirchen 62da7c59ea mthread: add -r to reverse top-level order 4 years ago
Leah Neukirchen a5c77c71bc mlist: print number of matches when message selection is in place 4 years ago
Leah Neukirchen d83860c34e man/*: normalize references, use %T for RFC titles 4 years ago
Leah Neukirchen d50bb5772a maddr: add -d to only print display name. 4 years ago
Duncan Overbruck dc15a75b63 mcom: add preview alias for show command 4 years ago
Leah Neukirchen 113ac5a24d mdirs: add -a to list all subfolders, ignoring maildir++ convention
Based on a patch by Kylie McClain <kylie@somas.is>.
4 years ago
Leah Neukirchen 1755fa6279 mblaze.7: mention public-inbox archive 4 years ago
Leah Neukirchen 9e91eb6e8b mscan: add dottime formatting 4 years ago
Leah Neukirchen 48285fe722 man/mcom.1: document defaults for mrep and mbnc 5 years ago
Leah Neukirchen f8fa6a1e0e mdirs: add -0 to separate folders by NUL characters
Idea by Mario Domgoergen <mdom@taz.de>.

Closes #159.
5 years ago
Leah Neukirchen 763be1967c mflag.1: tweak description 5 years ago
Leah Neukirchen a6f48fe371 mcom: add -send 5 years ago
Duncaen 6b3cca21fb mscan.1: fix typo 5 years ago
Leah Neukirchen ae720c51e0 mrep: add -noquote
Closes #139.
5 years ago
Leah Neukirchen 5280abfa10 mgenmid: do not use raw timestamp
We one-time-pad the timestamp with a random key instead.
This will provide enough entropy to be unique, but not leak the system date.
Even with a bad RNG state it should guarantee uniqueness, however.
5 years ago
Duncaen d09efa6aa9 mpick: add -v flag
Closes: #137 [via git-merge-pr]
6 years ago
Leah Neukirchen ddd7e54fbb mscan: hide message count behind -v
Also ensure output is flushed before printing it.
6 years ago
Leah Neukirchen 1336ea5512 magrep: add -h, which is like -p but doesn't print the file name. 6 years ago
Vincent Breitmoser 562fec2614 man/mshow.1: document -x behavior if no parts are specified
Closes: #131 [via git-merge-pr]
6 years ago
Vincent Breitmoser e7c3c08da3 man/msed.1: mention mhdr in see also section of msed
Closes: #128 [via git-merge-pr]
6 years ago
Leah Neukirchen 5495fdd0c4 man/mshow.1: document $MAILFILTER, small tweaks
Closes #126.
6 years ago
Duncaen 98918783aa magrep: add -l flag
Closes: #121 [via git-merge-pr]
6 years ago
Larry Hynes b4df5b006b mrefile.1: update wording
Closes: #118 [via git-merge-pr]
6 years ago
Leah Neukirchen 593b1950d6 mrefile: don't default to current message 6 years ago