Commit Graph

453 Commits (f7052abc8b0aff3abdb4d0ae6d53ddd1afe3e0d1)
 

Author SHA1 Message Date
Christian Neukirchen f7052abc8b mblow: print POST reponse on success (e.g. to show moderation) 8 years ago
Christian Neukirchen c02a2878b2 contrib: add msuck and mblow for NNTP support 8 years ago
Christian Neukirchen b9a26fa3b3 INSTALL.md: cygwin 8 years ago
Christian Neukirchen 7b4262e1f9 mlist: include <sys/syscall.h> only when required
Fixes build on cygwin.
8 years ago
Christian Neukirchen 77d7f8c7f6 mscan: style 8 years ago
Christian Neukirchen 06cc4bd693 mblaze822: blaze822_addr: add simple group parsing
Just ignores the group name, and considers ; an address separator too.
8 years ago
Christian Neukirchen f7eee8dc01 INSTALL.md: mention GNU make 8 years ago
Christian Neukirchen 3b849d9068 add INSTALL.md 8 years ago
Christian Neukirchen aa572b5c13 Makefile: bail out on bmake 8 years ago
Christian Neukirchen 472a74b75b use getdelim instead of getline
Avoids weird macros to build on FreeBSD.
8 years ago
Christian Neukirchen 3167a7a2d3 mcolor: use awk in shebang
This is reasonably portable, and easy to fix if not.
The current hack breaks on OpenBSD.
8 years ago
Christian Neukirchen 19405f51b4 Makefile: define OPENBSD to use libiconv 8 years ago
Christian Neukirchen dfcb53dc0f mpick: shuffle for OpenBSD/FreeBSD 8 years ago
Christian Neukirchen 86b5b5c6aa Makefile: add -lrt for oldish glibc (e.g. 2.13) to find clock_gettime 8 years ago
Christian Neukirchen fb8674ef10 README: update 8 years ago
Christian Neukirchen 1cdb871e3d mblaze.7: clarify a bit 8 years ago
Ivy Foster 7b5055f7ab mcom: allow user to specify sendmail, sendmail-args in $MBLAZE/profile
Closes: #6 [via git-merge-pr]
8 years ago
Ivy Foster b9f09fc581 mcom: draft messages in $outbox/cur/, not $outbox/new/ 8 years ago
Ivy Foster 5ac3df8e44 Makefile: link mrep to mcom, not vice versa
Closes: #4 [via git-merge-pr]
8 years ago
Ivy Foster 1062f1bb11 Makefile: install .7 manuals to $MANDIR/man7 8 years ago
Ivy Foster 189e00144b Makefile: allow user to add CFLAGS on the command line 8 years ago
Christian Neukirchen d4bbd8a8d3 README: update 8 years ago
Christian Neukirchen d50bfcecba Merge pull request #3 from escondida/profiles
Add $MBLAZE environment variable to set profile location
8 years ago
Ivy Foster 81fbda6ff1 Style cleanup on previous commit 8 years ago
Ivy Foster ca8cef1660 Add $MBLAZE environment variable to set profile location
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.
8 years ago
Christian Neukirchen 8d3fa82d82 seq: blaze822_home_file: guard missing entry in /etc/passwd or empty $HOME 8 years ago
Christian Neukirchen 0c381fa2cb seq: blaze822_seq_cur: use void prototype 8 years ago
Christian Neukirchen a350d1c731 mdate: style tweak 8 years ago
Christian Neukirchen e725365d45 blaze822: blaze822_addr: add bounds check when extracting display name
Discovered using the TREC 2005 Spam Public Corpora.
http://plg.uwaterloo.ca/~gvcormac/treccorpus/README.html
8 years ago
Christian Neukirchen 4d63b6fd8e Makefile: use static rule, simplify
(The Makefile worked with GNU make only anyway...)
8 years ago
Christian Neukirchen d71a1fbe44 add mexport 8 years ago
Christian Neukirchen 7c9a5c9c76 mdeliver: parse both Status: and X-Status:, then drop them 8 years ago
Christian Neukirchen ce625878de mdeliver: deliver to new/ by default, use -c for cur/ now 8 years ago
Christian Neukirchen 2cb93984a1 add contrib/mpeek 8 years ago
Christian Neukirchen 7604589738 mhdr: -H to print file name 8 years ago
Christian Neukirchen bfe841eb1e mscan.1: sort formatting codes 8 years ago
Christian Neukirchen d4f72ab52d mscan: add %I for message-id 8 years ago
Christian Neukirchen 2ad6ae80d8 mscan: make negative width in %f, %s mean "rest minus N" 8 years ago
Christian Neukirchen e34e3dc9ea mcom: simplify subject generation 8 years ago
Christian Neukirchen b4df49565f mscan: add %S for stripped subject 8 years ago
Christian Neukirchen 2c0ace3d82 mscan.1: mention %R for filename 8 years ago
Christian Neukirchen 923ef6a51e mscan: better width for %F 8 years ago
Christian Neukirchen 4c5a007030 mscan: add width to %b 8 years ago
Christian Neukirchen 56e87c6a10 mscan: u8putstr: force left-alignment 8 years ago
Christian Neukirchen a5c5e22204 mscan: fix formatting of %f without width, and for %s with width 8 years ago
Christian Neukirchen d779211dc7 mshow: ensure plain text output ends with a newline 8 years ago
Christian Neukirchen d233737be4 mseq: setcur: unset MAILDOT, because with -C we really want to force setting cur 8 years ago
Christian Neukirchen b8631d13ff mseq: allow message syntax in -c 8 years ago
Christian Neukirchen f34a284b42 mseq: add -c to override . 8 years ago
Christian Neukirchen c9c5346e63 seq: add $MAILDOT to override the value of . 8 years ago