Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mblaze.7: document configuring terminal colors | Adam Procio | 2024-10-26 | 1 | -0/+38 |
| | | | | | | Closes #267. Co-authored-by: Adam Procio <adam.procio@gmail.com> | ||||
* | mcom: add senthook | Leah Neukirchen | 2024-09-11 | 1 | -1/+6 |
| | | | | Closes #226. | ||||
* | mblaze-profile: mention Delivered-To | Leah Neukirchen | 2024-01-27 | 1 | -3/+5 |
| | | | | This was forgotten as part of e1e5bfe5f. | ||||
* | mdirs: add Maildir profile key | Meudwy | 2023-07-27 | 2 | -2/+24 |
| | | | | | | | 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] | ||||
* | minc: read directory names from stdin | Meudwy | 2023-07-25 | 1 | -0/+3 |
| | | | | | | | This matches `mlist` where it can take directories as arguments or via stdin. Closes: #244 [via git-merge-pr] | ||||
* | Add Drafts profile key | Johannes Thyssen Tishman | 2023-06-22 | 1 | -2/+5 |
| | | | | | Allow the user to set a Drafts key in profile to store draft messages and sent messages separately if Outbox is set. | ||||
* | Document a reasonable practice for deleting mails | Mark Hills | 2023-03-30 | 1 | -0/+3 |
| | | | | Discussed in #236. | ||||
* | List commands ~respectively | jgart | 2022-06-18 | 1 | -1/+1 |
| | | | | Closes: #228 [via git-merge-pr] | ||||
* | man: misc manpages nits | Leah Neukirchen | 2022-02-27 | 3 | -3/+3 |
| | | | | Found by Omar Polo. | ||||
* | mmime: allow to relax body line length limit | Lucas | 2022-01-25 | 1 | -0/+7 |
| | | | | Message-Id: <10e22a318b5c70d89432d85ecd8cb8ce1796a51d.1643116719.git.lucas@sexy.is> | ||||
* | mless: prefer setting LESSKEYIN and .mlesskey | Leah Neukirchen | 2021-09-28 | 1 | -0/+8 |
| | | | | Fixes #215. | ||||
* | mblaze-profile.5: clarify Reply-From wip | Leah Neukirchen | 2021-06-18 | 1 | -8/+7 |
| | |||||
* | mblaze.7: IRC moved to libera.chat. | Leah Neukirchen | 2021-05-20 | 1 | -1/+1 |
| | |||||
* | mcom: also read $VISUAL to find the editor | Leah Neukirchen | 2021-04-21 | 1 | -2/+4 |
| | | | | Closes #206. | ||||
* | mdeliver.1: spelling | Leah Neukirchen | 2021-02-05 | 1 | -1/+1 |
| | |||||
* | mdeliver.1: small tweaks | Leah Neukirchen | 2021-02-04 | 1 | -2/+3 |
| | |||||
* | mshow: show last part of multipart/mixed when none matched | Leah Neukirchen | 2021-01-17 | 1 | -1/+1 |
| | | | | This is in conformance with RFC 1341. | ||||
* | mshow: add "-A all" to render all attachments | Leah Neukirchen | 2021-01-17 | 1 | -3/+12 |
| | | | | Closes #198. | ||||
* | mpick: breaking cmdline options | Duncan Overbruck | 2020-07-30 | 1 | -57/+9 |
| | | | | | | | 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 | ||||
* | seq: - now refers to the message on stdin, use .- for previous message | Leah Neukirchen | 2020-07-03 | 1 | -3/+5 |
| | |||||
* | mrep: use Reply-From configuration to find From header | Leah Neukirchen | 2020-05-23 | 1 | -0/+15 |
| | | | | | | | This allows replying from different addresses than Local-Mailbox if they appear in To, Cc or Bcc. Idea and initial patch by @nmeum. | ||||
* | mpick: add header decodeop for better address matching | Duncaen | 2020-05-15 | 1 | -2/+8 |
| | |||||
* | mpick: add let expressions | Duncaen | 2020-05-15 | 1 | -0/+11 |
| | |||||
* | mpick: add ternary (conditional) operator | Duncaen | 2020-05-15 | 1 | -1/+2 |
| | |||||
* | mpick: add skip expression | Duncaen | 2020-05-15 | 1 | -0/+1 |
| | |||||
* | mpick: add pipes and file redirection | Duncaen | 2020-05-15 | 1 | -0/+3 |
| | |||||
* | mdeliver.1: add mrefile to SEE ALSO | Duncaen | 2020-05-15 | 1 | -0/+1 |
| | |||||
* | mthread: add -p to only add parent messages via -S | Leah Neukirchen | 2020-05-04 | 1 | -2/+5 |
| | |||||
* | mthread: add -r to reverse top-level order | Leah Neukirchen | 2020-05-04 | 1 | -1/+4 |
| | |||||
* | mlist: print number of matches when message selection is in place | Leah Neukirchen | 2020-04-30 | 1 | -2/+4 |
| | |||||
* | man/*: normalize references, use %T for RFC titles | Leah Neukirchen | 2020-04-27 | 2 | -7/+7 |
| | |||||
* | maddr: add -d to only print display name. | Leah Neukirchen | 2020-03-30 | 1 | -2/+4 |
| | |||||
* | mcom: add preview alias for show command | Duncan Overbruck | 2020-02-05 | 1 | -1/+4 |
| | |||||
* | mdirs: add -a to list all subfolders, ignoring maildir++ convention | Leah Neukirchen | 2020-01-22 | 1 | -2/+5 |
| | | | | Based on a patch by Kylie McClain <kylie@somas.is>. | ||||
* | mblaze.7: mention public-inbox archive | Leah Neukirchen | 2020-01-18 | 1 | -3/+5 |
| | |||||
* | mscan: add dottime formatting | Leah Neukirchen | 2020-01-02 | 1 | -1/+6 |
| | |||||
* | man/mcom.1: document defaults for mrep and mbnc | Leah Neukirchen | 2019-08-27 | 1 | -5/+11 |
| | |||||
* | mdirs: add -0 to separate folders by NUL characters | Leah Neukirchen | 2019-02-20 | 1 | -1/+6 |
| | | | | | | Idea by Mario Domgoergen <mdom@taz.de>. Closes #159. | ||||
* | mflag.1: tweak description | Leah Neukirchen | 2019-01-31 | 2 | -2/+2 |
| | |||||
* | mcom: add -send | Leah Neukirchen | 2019-01-29 | 1 | -1/+7 |
| | |||||
* | mscan.1: fix typo | Duncaen | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | mrep: add -noquote | Leah Neukirchen | 2019-01-02 | 1 | -0/+4 |
| | | | | Closes #139. | ||||
* | mgenmid: do not use raw timestamp | Leah Neukirchen | 2018-12-25 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | mpick: add -v flag | Duncaen | 2018-09-25 | 1 | -0/+3 |
| | | | | Closes: #137 [via git-merge-pr] | ||||
* | mscan: hide message count behind -v | Leah Neukirchen | 2018-09-25 | 1 | -5/+8 |
| | | | | Also ensure output is flushed before printing it. | ||||
* | magrep: add -h, which is like -p but doesn't print the file name. | Leah Neukirchen | 2018-09-10 | 1 | -2/+6 |
| | |||||
* | man/mshow.1: document -x behavior if no parts are specified | Vincent Breitmoser | 2018-08-27 | 1 | -0/+3 |
| | | | | Closes: #131 [via git-merge-pr] | ||||
* | man/msed.1: mention mhdr in see also section of msed | Vincent Breitmoser | 2018-08-26 | 1 | -0/+1 |
| | | | | Closes: #128 [via git-merge-pr] | ||||
* | man/mshow.1: document $MAILFILTER, small tweaks | Leah Neukirchen | 2018-08-24 | 1 | -6/+15 |
| | | | | Closes #126. | ||||
* | magrep: add -l flag | Duncaen | 2018-07-08 | 1 | -1/+4 |
| | | | | Closes: #121 [via git-merge-pr] |