Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | mrep: don't put our own addresses into Cc: | Leah Neukirchen | 2017-04-09 | 1 | -1/+7 |
| | | | | Closes #26. | ||||
* | mcom: use printf instead of echo | Leah Neukirchen | 2017-03-26 | 1 | -30/+27 |
| | | | | Fixes #19. | ||||
* | mblaze: don't make $draft look like a sequence | leovilok | 2017-02-17 | 1 | -1/+1 |
| | | | Make sure $draft look like a file by prefixing it with "./", to avoid errors when we call other programs like msed. | ||||
* | mcom: very elementary NNTP posting support | Christian Neukirchen | 2016-09-25 | 1 | -5/+17 |
| | |||||
* | mcom: allow user to specify sendmail, sendmail-args in $MBLAZE/profile | Ivy Foster | 2016-09-04 | 1 | -4/+9 |
| | | | | Closes: #6 [via git-merge-pr] | ||||
* | mcom: draft messages in $outbox/cur/, not $outbox/new/ | Ivy Foster | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Style cleanup on previous commit | Ivy Foster | 2016-09-02 | 1 | -11/+9 |
| | |||||
* | Add $MBLAZE environment variable to set profile location | Ivy Foster | 2016-09-01 | 1 | -6/+15 |
| | | | | | As a side benefit, all callers of blaze822_home_file need only pass the filename, so the base directory is set in only one place. | ||||
* | mcom: simplify subject generation | Christian Neukirchen | 2016-08-10 | 1 | -10/+1 |
| | |||||
* | mcom: simplify To: | Christian Neukirchen | 2016-08-08 | 1 | -6/+2 |
| | |||||
* | mcom: add delete | Christian Neukirchen | 2016-08-08 | 1 | -1/+10 |
| | |||||
* | rename mcomp -> mcom, mrepl -> mrep | Christian Neukirchen | 2016-08-08 | 1 | -0/+167 |
mcomp is in mtools already. mfwd will be added in the future. |