summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-09Makefile: cleanup, add uninstall targetPeter Wu1-13/+16
Dump objects in current directory, variable `srcdir` (default `.`) is taken as source directory. Use `DESTDIR` only in the `install*`, `uninstall` and `setcap` targets, not as output directory for produced binaries from `$(CC)`.
2013-07-09sendmail compat: Exit in modes other than `-bm`Peter Wu2-1/+8
2013-07-09README: update with ignore sendmail option featurePeter Wu2-11/+16
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 Wu2-9/+7
2013-07-09Initial commitPeter Wu4-0/+345