Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mcom: allow tilde prefixed path for profile's outbox setting | James Rowe | 2020-10-08 | 1 | -1/+1 |
| | | | | Closes: #187 [via git-merge-pr] | ||||
* | mcom: use - instead of /dev/stdin | Leah Neukirchen | 2020-07-03 | 1 | -19/+19 |
| | |||||
* | mrep: use Reply-From configuration to find From header | Leah Neukirchen | 2020-05-23 | 1 | -2/+11 |
| | | | | | | | This allows replying from different addresses than Local-Mailbox if they appear in To, Cc or Bcc. Idea and initial patch by @nmeum. | ||||
* | mrep: don't add another From: when -from is used already | Leah Neukirchen | 2020-05-23 | 1 | -2/+5 |
| | | | | Fixes #176. | ||||
* | mrep/mbnc: allow only one message as argument | Leah Neukirchen | 2020-03-21 | 1 | -1/+13 |
| | |||||
* | mcom: add preview alias for show command | Duncan Overbruck | 2020-02-05 | 1 | -2/+2 |
| | |||||
* | mcom: check if a draft was found when invoking `mcom -r` | Sören Tempel | 2020-01-12 | 1 | -0/+5 |
| | | | | | | | | | Without this patch `mcom -r` would invoke $EDITOR on a directory if the maildir did not contain any drafts. To prevent this from happening, check if a draft was found before performing any further processing. If not, terminate mcom with an error message. Closes: #169 [via git-merge-pr] | ||||
* | mfwd: prefix Subject with "Fwd:" | Leah Neukirchen | 2020-01-08 | 1 | -1/+1 |
| | | | | | Idea by Larry Hynes. Although no classical mail clients use Fwd: prefix, it has been around for some time. | ||||
* | mcom: use file --mime instead of file -i | Leah Neukirchen | 2019-05-21 | 1 | -1/+1 |
| | | | | | | This also works on macOS. Closes #162. | ||||
* | mcom: Quote one more variable | codesoap | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | mcom: Quote two more variables | codesoap | 2019-02-06 | 1 | -1/+1 |
| | | | | | Before quoting these two variables I experienced problems when trying to use the "encrypt" option while using mcom. | ||||
* | mcom: decode address for Reply-To: and To: header | Leah Neukirchen | 2019-02-06 | 1 | -2/+2 |
| | | | | mmime will recode again if required. | ||||
* | mcom: do_mime: fix for loop quoting | Leah Neukirchen | 2019-02-05 | 1 | -2/+2 |
| | |||||
* | mcom: Quote variables and subshells whenever possible | codesoap | 2019-02-03 | 1 | -31/+31 |
| | |||||
* | mcom: check if mail is formatted sensibly | Leah Neukirchen | 2019-02-01 | 1 | -6/+32 |
| | |||||
* | mcom: add -send | Leah Neukirchen | 2019-01-29 | 1 | -1/+25 |
| | |||||
* | mcom: enter the loop again when we should run mime, another place | Leah Neukirchen | 2019-01-12 | 1 | -0/+1 |
| | |||||
* | mcom: enter the loop again when we should run mime | Leah Neukirchen | 2019-01-12 | 1 | -0/+1 |
| | |||||
* | mcom: automime can be empty | Leah Neukirchen | 2019-01-12 | 1 | -1/+1 |
| | |||||
* | mcom: check drafts exist, and ensure they contain a / | Leah Neukirchen | 2019-01-12 | 1 | -2/+10 |
| | |||||
* | mrep: add -noquote | Leah Neukirchen | 2019-01-02 | 1 | -2/+8 |
| | | | | Closes #139. | ||||
* | mcom: aborting the editor is more like delete than cancel | Leah Neukirchen | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | mcom: whitespace fixes | Leah Neukirchen | 2018-08-15 | 1 | -2/+2 |
| | |||||
* | mrep: don't put To: into Cc:, don't duplicate addresses in Cc: | Leah Neukirchen | 2018-08-13 | 1 | -1/+7 |
| | |||||
* | mcom: detect Attach: headers for automiming | Leah Neukirchen | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | mcom: update flags after mrep/mbnc/mfwd | Leah Neukirchen | 2018-04-17 | 1 | -2/+8 |
| | |||||
* | mcom: mark drafts as seen after sending | Leah Neukirchen | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | mcom: add -body to prepopulate drafts | Leah Neukirchen | 2018-03-10 | 1 | -4/+15 |
| | |||||
* | mcom: ensure no empty header lines are generated in mrep | Leah Neukirchen | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | mcom: cleanup | Leah Neukirchen | 2018-03-02 | 1 | -3/+3 |
| | |||||
* | mcom: revamp argument parsing, allow setting arbitrary headers from command line | Leah Neukirchen | 2018-02-27 | 1 | -24/+129 |
| | |||||
* | mcom: put newline in a variable | Leah Neukirchen | 2018-02-26 | 1 | -6/+6 |
| | |||||
* | mcom: fix $draftmime for when not using outbox | Leah Neukirchen | 2018-02-26 | 1 | -1/+1 |
| | |||||
* | mcom: strip empty headers after editing | Leah Neukirchen | 2018-01-07 | 1 | -0/+7 |
| | |||||
* | mcom: avoid xargs | Leah Neukirchen | 2018-01-06 | 1 | -1/+5 |
| | |||||
* | add mbnc to bounce messages | Leah Neukirchen | 2018-01-06 | 1 | -9/+29 |
| | |||||
* | mcom: automatically run mmime when deemed necessary | Leah Neukirchen | 2017-09-22 | 1 | -16/+27 |
| | |||||
* | mcom: dreaft -> draft | Larry Hynes | 2017-07-27 | 1 | -1/+1 |
| | | | | Closes: #69 [via git-merge-pr] | ||||
* | mrep: avoid initial space for References: | Leah Neukirchen | 2017-07-12 | 1 | -1/+1 |
| | | | | This triggered qp-encoding, which is not allowed for this header. | ||||
* | mcom: fix non-POSIX sed usage | Wolfgang Jenkner | 2017-07-08 | 1 | -1/+2 |
| | |||||
* | mcom: add Date: header before submission, or when cancelling a draft | Leah Neukirchen | 2017-06-29 | 1 | -6/+13 |
| | |||||
* | mcom: integrate msign and mencrypt | Leah Neukirchen | 2017-06-19 | 1 | -1/+19 |
| | |||||
* | mcom: remove debugging output | Leah Neukirchen | 2017-06-19 | 1 | -2/+0 |
| | |||||
* | mcom: send attached messages inline and without leaking basename | Leah Neukirchen | 2017-06-19 | 1 | -2/+2 |
| | |||||
* | mcom: don't limit column width for subjects | Leah Neukirchen | 2017-06-19 | 1 | -2/+2 |
| | |||||
* | mcom: add -r to resume editing drafts | Leah Neukirchen | 2017-06-19 | 1 | -9/+35 |
| | |||||
* | mcom: add mfwd command to forward messages | Leah Neukirchen | 2017-06-18 | 1 | -0/+30 |
| | |||||
* | mcom: use museragent | Leah Neukirchen | 2017-06-01 | 1 | -0/+2 |
| | |||||
* | mcom: commajoin: use awk | Leah Neukirchen | 2017-05-26 | 1 | -1/+3 |
| | | | | | The sed solution did not work with OpenBSD sed and Plan9 sed when only one line was used. | ||||
* | mcom: only generate multipart mime mails when using attachments | Leah Neukirchen | 2017-04-16 | 1 | -7/+18 |
| |