Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |