about summary refs log tree commit diff
path: root/mcom
Commit message (Collapse)AuthorAgeFilesLines
...
* mcom: use museragentLeah Neukirchen2017-06-011-0/+2
|
* mcom: commajoin: use awkLeah Neukirchen2017-05-261-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 attachmentsLeah Neukirchen2017-04-161-7/+18
|
* mrep: don't put our own addresses into Cc:Leah Neukirchen2017-04-091-1/+7
| | | | Closes #26.
* mcom: use printf instead of echoLeah Neukirchen2017-03-261-30/+27
| | | | Fixes #19.
* mblaze: don't make $draft look like a sequenceleovilok2017-02-171-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 supportChristian Neukirchen2016-09-251-5/+17
|
* mcom: allow user to specify sendmail, sendmail-args in $MBLAZE/profileIvy Foster2016-09-041-4/+9
| | | | Closes: #6 [via git-merge-pr]
* mcom: draft messages in $outbox/cur/, not $outbox/new/Ivy Foster2016-09-041-1/+1
|
* Style cleanup on previous commitIvy Foster2016-09-021-11/+9
|
* Add $MBLAZE environment variable to set profile locationIvy Foster2016-09-011-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 generationChristian Neukirchen2016-08-101-10/+1
|
* mcom: simplify To:Christian Neukirchen2016-08-081-6/+2
|
* mcom: add deleteChristian Neukirchen2016-08-081-1/+10
|
* rename mcomp -> mcom, mrepl -> mrepChristian Neukirchen2016-08-081-0/+167
mcomp is in mtools already. mfwd will be added in the future.