summary refs log tree commit diff
path: root/mcom
Commit message (Collapse)AuthorAgeFilesLines
* mcom: whitespace fixesLeah Neukirchen2018-08-151-2/+2
|
* mrep: don't put To: into Cc:, don't duplicate addresses in Cc:Leah Neukirchen2018-08-131-1/+7
|
* mcom: detect Attach: headers for automimingLeah Neukirchen2018-07-161-1/+1
|
* mcom: update flags after mrep/mbnc/mfwdLeah Neukirchen2018-04-171-2/+8
|
* mcom: mark drafts as seen after sendingLeah Neukirchen2018-04-171-2/+2
|
* mcom: add -body to prepopulate draftsLeah Neukirchen2018-03-101-4/+15
|
* mcom: ensure no empty header lines are generated in mrepLeah Neukirchen2018-03-021-1/+1
|
* mcom: cleanupLeah Neukirchen2018-03-021-3/+3
|
* mcom: revamp argument parsing, allow setting arbitrary headers from command lineLeah Neukirchen2018-02-271-24/+129
|
* mcom: put newline in a variableLeah Neukirchen2018-02-261-6/+6
|
* mcom: fix $draftmime for when not using outboxLeah Neukirchen2018-02-261-1/+1
|
* mcom: strip empty headers after editingLeah Neukirchen2018-01-071-0/+7
|
* mcom: avoid xargsLeah Neukirchen2018-01-061-1/+5
|
* add mbnc to bounce messagesLeah Neukirchen2018-01-061-9/+29
|
* mcom: automatically run mmime when deemed necessaryLeah Neukirchen2017-09-221-16/+27
|
* mcom: dreaft -> draftLarry Hynes2017-07-271-1/+1
| | | | Closes: #69 [via git-merge-pr]
* mrep: avoid initial space for References:Leah Neukirchen2017-07-121-1/+1
| | | | This triggered qp-encoding, which is not allowed for this header.
* mcom: fix non-POSIX sed usageWolfgang Jenkner2017-07-081-1/+2
|
* mcom: add Date: header before submission, or when cancelling a draftLeah Neukirchen2017-06-291-6/+13
|
* mcom: integrate msign and mencryptLeah Neukirchen2017-06-191-1/+19
|
* mcom: remove debugging outputLeah Neukirchen2017-06-191-2/+0
|
* mcom: send attached messages inline and without leaking basenameLeah Neukirchen2017-06-191-2/+2
|
* mcom: don't limit column width for subjectsLeah Neukirchen2017-06-191-2/+2
|
* mcom: add -r to resume editing draftsLeah Neukirchen2017-06-191-9/+35
|
* mcom: add mfwd command to forward messagesLeah Neukirchen2017-06-181-0/+30
|
* 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.