summaryrefslogtreecommitdiff
path: root/femtomail.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-09Support absolute paths for MAILBOX_PATHPeter Wu1-2/+7
And in case somebody decides to put a format specifier in MAILBOX_PATH, pass it as argument. Suggestion made by an anonymous user by email.
2013-07-11Insert From and Date headers if missingPeter Wu1-8/+73
cron is not inserting a `Date` header which is confusing for the mail client. As a side-effect, `From` will be calculated from the user sending the mail if no `-f` option was specified.
2013-07-09sendmail compat: Exit in modes other than `-bm`Peter Wu1-0/+6
2013-07-09README: update with ignore sendmail option featurePeter Wu1-1/+1
2013-07-09Use getopt to ignore more arguments; use `-f` sender in headerPeter Wu1-13/+58
2013-07-09Fix-up macro expansion of USERNAME and MAILBOX_PATHPeter Wu1-7/+5
2013-07-09Initial commitPeter Wu1-0/+233