Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mcom: add senthook | Leah Neukirchen | 2024-09-11 | 1 | -2/+8 |
| | | | | Closes #226. | ||||
* | Attach all files when forwarding in raw mode | Matthieu Rakotojaona | 2024-09-11 | 1 | -0/+13 |
| | |||||
* | Quote command expansion to prevent word splitting | Johannes Thyssen Tishman | 2023-06-26 | 1 | -2/+2 |
| | | | | | | This is necessary to support maildir paths that contain spaces. Closes: #242 [via git-merge-pr] | ||||
* | Add Drafts profile key | Johannes Thyssen Tishman | 2023-06-22 | 1 | -6/+8 |
| | | | | | Allow the user to set a Drafts key in profile to store draft messages and sent messages separately if Outbox is set. | ||||
* | mrep/mbnc: use mseq -r as leading whitespace is now significant. | Leah Neukirchen | 2022-12-18 | 1 | -3/+3 |
| | | | | Reported by lhynes. | ||||
* | mcom: allow spaces in sequence for mbnc and mrep | codesoap | 2022-11-11 | 1 | -0/+6 |
| | | | | Closes: #231 [via git-merge-pr] | ||||
* | mcom: take Delivered-To into account for choosing From address | Stacy Harper | 2021-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | I just received a mail coming from a Google Group mail list and it had the group email as To. So my reply used the default configured mail as from and not the correct one. Googles mails provide the target email as Delivered-To. This patch add this check before the To to prevent this error. Closes: #217 [via git-merge-pr] | ||||
* | mrep/mbnc/mfwd: fix sequence after changing flags of (likely) cur | Leah Neukirchen | 2021-09-24 | 1 | -0/+3 |
| | | | | | | | Else tools like mless lose track of cur and jump around after these actions. Closes #214. | ||||
* | mcom: use mhdr -d -A even when extracting From: headers | Leah Neukirchen | 2021-06-18 | 1 | -2/+2 |
| | | | | | | | | | | | We only want to decode the display part of the addresses only. Mails with a From: like From: "Non-ASCII Lastname, Firstname" <mail@example.org> resulted in To: lines like To: Non-ASCII Lastname, Firstname <mail@example.org> which would send to two addresses. Use -A to ensure proper decoding and quoting, even if its just a single address in From. | ||||
* | mcom: also read $VISUAL to find the editor | Leah Neukirchen | 2021-04-21 | 1 | -1/+1 |
| | | | | Closes #206. | ||||
* | mcom: do not match shebang in needs_multipart() | codesoap | 2021-01-04 | 1 | -1/+1 |
| | | | | | | Avoids matching lines like '#!/usr/bin/env sh'. Closes: #196 [via git-merge-pr] | ||||
* | mcom: detect and report mmime errors | Leah Neukirchen | 2020-11-08 | 1 | -1/+5 |
| | | | | Closes #191. | ||||
* | 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] |