spost: Refactor braces, comments, etc.
[mmh] / config /
2015-01-14 markus schnalkeUse execprog() instead of system() ... partly transition
2014-11-28 markus schnalkeAdded more include directories to fix building in anoth...
2012-07-07 markus schnalkesend: Sign and encrypt messages automatically, based...
2012-06-28 markus schnalkeCompletely removed the backup-prefix (,). We move to...
2012-05-01 markus schnalkeRemoved the altmsglink (named `@') and env var `$edital...
2012-04-30 markus schnalkeDropped old show(1) and renamed mhshow(1) to show(1).
2012-04-12 markus schnalkemhshow/mhstore: Removed support for retrieving message...
2012-04-11 markus schnalkeRemove caching of external MIME parts.
2012-03-29 markus schnalkeFolded fileproc to constant `refile'.
2012-03-29 markus schnalkeTrash folder replaces rmmproc. Rework of rmm(1) and...
2012-03-26 markus schnalkeRemoved hard-coded -I.. and -I../.. from INCLUDES.
2012-03-24 markus schnalkeReplaced atooi() with strtoul(..., 8). That's part...
2012-03-22 markus schnalkeRemoved remaining absolute mmh program path names from...
2012-03-22 markus schnalkeCall send directly, not via sendproc. Removed its profi...
2012-03-22 markus schnalkeCall spost directly, not via postproc. Remove the postp...
2012-03-22 markus schnalkeHardcoded mhmail instead of mailproc.
2012-03-22 markus schnalkeRemoved the mhlproc profile entry. Call mhl directly.
2012-03-22 markus schnalkeDefined show(mime)proc locally and removed their profil...
2012-03-22 markus schnalkeRemove the rcvstoreproc/rcvpackproc vars.
2012-03-22 markus schnalkeRemoved absolute path from mailproc.
2012-03-22 markus schnalkes/lproc/listproc/
2012-03-22 markus schnalkeRemoved the now unused incproc var.
2012-03-22 markus schnalkeRemoved the `mhbuild' indirection via `buildmimeproc'.
2012-03-22 markus schnalkemoreproc is now Pager/defaultpager; removed -moreproc...
2012-03-21 markus schnalkeSlocal uses rcvpack now. Code beautification in slocal.
2012-03-20 markus schnalkeMakefiles: s/nmh/mmh/; fixed generation of mmhdist.
2012-03-09 markus schnalkeFixed paths (libdir->bindir); removed the now unused...
2012-02-11 markus schnalkeNow truly: Removed the unused variable mhlforward.
2012-02-11 markus schnalkeRevert "Removed unused mhlforward var."
2012-02-11 markus schnalkeRemoved unused mhlforward var.
2012-02-11 markus schnalkeAdded absolute path to match the common style.
2012-02-11 markus schnalkeRemoved unused catproc.
2012-02-11 markus schnalkeMade show(1) the default lproc. `list' and `display...
2012-02-09 markus schnalkeMoved mhl(1) from libdir to bindir.
2012-02-08 markus schnalkeBetter mime types for attachments. Use some command...
2012-01-30 markus schnalkeRest of the MMDF-style mail drop support removal.
2012-01-24 markus schnalkeActivated Jon's attachment system by default and steaml...
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-04 markus schnalkeGlobally defined the names for the standard sequences.
2012-01-02 markus schnalkeRemoved ``Face'' support in mhl.
2012-01-02 markus schnalkeRemoved references to unused default procs and commente...
2012-01-02 markus schnalkeRemoved the configuration option NOPUBLICSEQ.
2012-01-02 markus schnalkeUpdated INSTALL and changed `nmh' strings to `mmh'
2011-12-23 markus schnalkeSplit nmh dir into mmh dir (~/.mmh) and mail storage...
2011-12-12 markus schnalkeRemoved the global alias file
2011-12-12 markus schnalkeMoved etcpath() from config/config.c to sbr/path.c
2011-12-09 markus schnalkeCode cosmetics
2011-12-09 markus schnalkes/pfolder/curfolder/g
2011-12-09 markus schnalkeRemoved the option to disable `~user' support (MHRC)
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-05 markus schnalkeWe don't need macros for only putting two strings next...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-30 markus schnalkeRemoved the draft message in favor for a consistent...
2011-10-16 markus schnalkeRemoved the whom program, which relayed on post(8)...
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2011-10-05 markus schnalkeRemoved mhn, as it was already replaced by mhlist/mhsho...
2011-10-05 markus schnalkeRemoved msh, vmh and wmh.
2011-10-05 markus schnalkeReworked LINK, now named `altmsglink', similar to BACKU...
2011-10-05 markus schnalkeMoved default file/folder modes from acconfig.h to...
2011-10-05 markus schnalkeRemoved --with-{editor,pager} configure options.
2011-10-05 markus schnalkeRemoved configure option --with-hash-prefix and moved...
2011-10-04 markus schnalkeMoved the sendmail path config line from mts.conf to...
2011-10-04 markus schnalkeRemoved the MTS and post; now we always use /usr/sbin...
2011-09-28 markus schnalkeWe'll always use sendmail (spost) now
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-12-03 Ken HornsteinUpdate for git conversions (and cleanup of autogen...
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2008-05-16 Oliver Kiddledon't use $< in target rules in makefiles, as POSIX...
2008-05-04 Peter Maydell* bug #23163: various minor fixes for the benefit of...
2006-04-11 Joel ReicherCompleting the .cvsignore list(s).
2005-12-24 Peter MaydellAvoid non-portable use of $< outside an inference rule.
2005-11-08 Oliver Kiddlereplace obsolete autoconf macros
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-31 Doug Morrisadded lint targets for Makefiles and a configure test...
1999-04-30 Doug MorrisInitial revision