Include a static copy of the CVS log in the dist tarball
[mmh] / sbr /
2015-10-31 Philipp Takacscatch unparsable addresses
2015-10-28 markus schnalkeBuild the release tarball from git, not manually
2015-10-28 Philipp Takacsinitialize mp in ismymbox
2015-10-27 Philipp Takacsconsider Default-From as own address
2015-10-25 Philipp Takacsadd config.o and version.o to libmh.a
2015-10-25 markus schnalkeAdjust coding style from nmh to mmh
2015-10-21 markus schnalkeMerge
2015-10-21 markus schnalkeCoding style adjustments for nmh-imported code
2015-10-10 Philipp Takacsporte encode_rfc2047 from nmh
2015-10-02 markus schnalkeSleep only 1 sec before retry to lock the file
2015-09-19 Ken HornsteinBreak out the unquote functionality to a separate function.
2015-09-06 Philipp Takacsinclude h/utils.h
2015-09-06 David LevineAdded mh_xcalloc().
2015-09-05 Philipp Takacsfind recipients for sendmail
2015-09-05 Philipp TakacsRevert "Remove stdio internals manipulation in sbr...
2015-08-29 David LevineRemove stdio internals manipulation in sbr/m_getfld.c
2015-08-29 markus schnalkeMake msg_delim file static to sbr/m_getfld.c
2015-08-29 markus schnalkeMerge branch 'master' of ssh://marmaro.de:443/var/git/mmh
2015-08-27 markus schnalkeDrop register storage class
2015-08-26 David LevineRemove discard() total
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-14 Philipp Takacsreinclude some headers
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-04-10 markus schnalkeRemove h/nmh.h
2015-03-11 Marcin CieslakFixed the error message in lockit() when it fails to...
2015-03-11 David LevineRemoved m_chkids(), per suggestion of Marcin Cieslak.
2015-02-22 Philipp Takacsreturn -1 if fork(2) fails in execprog
2015-02-22 Philipp Takacsremove longjmp from signalhandler in getans
2015-02-14 markus schnalkeMerge branch 'master' of ssh://marmaro.de:443/var/git/mmh
2015-02-12 markus schnalkesbr/execprog.c: Fix the return value
2015-01-26 markus schnalkeMerge ../mmh
2015-01-17 Philipp Takacsremove done finaly
2015-01-15 markus schnalkesbr/ext_hook.c: Use execprog(); Refactoring
2015-01-15 markus schnalkeConvert pidXwait() from macro to function
2015-01-15 markus schnalkeDon't save the context within execprog()
2015-01-14 markus schnalkeCleanup of code layout only
2015-01-14 markus schnalkeAdded execprog() and execprogl(), which are safer alter...
2014-11-28 markus schnalkeAdded more include directories to fix building in anoth...
2014-11-27 markus schnalkeFixed building in different build directory, as describ...
2014-11-03 markus schnalkeConverted msgstats macros & Co. to functions and added...
2014-09-25 markus schnalkestringdex(): Clarified what it does
2014-09-25 markus schnalkeuprf: We don't have to implement it ourselves but can...
2014-09-25 markus schnalkesbr/trim.c: New helper function trim(). Strips whitespa...
2012-12-08 markus schnalkesbr/getpass.c: Removed nmh_getpass() for it is not...
2012-07-07 markus schnalkesend: Sign and encrypt messages automatically, based...
2012-06-28 markus schnalkeCompletely removed the backup-prefix (,). We move to...
2012-06-28 markus schnalkeRemoved context_foil(). We don't need it anymore.
2012-06-23 markus schnalkeAdded missing header. Reported by Dennis Herrmann.
2012-05-01 markus schnalkeRemoved the altmsglink (named `@') and env var `$edital...
2012-05-01 markus schnalkeBring in all of the mh-e support that is actually used
2012-04-30 markus schnalkeRework in charset code. (Includes renaming.)
2012-04-12 markus schnalkemhshow/mhstore: Removed support for retrieving message...
2012-04-11 markus schnalkeRemoved #ifdef lint.
2012-04-10 markus schnalkeScanning an empty mbox file is no error.
2012-03-29 markus schnalkeFolded fileproc to constant `refile'.
2012-03-29 markus schnalkeTrash folder replaces rmmproc. Rework of rmm(1) and...
2012-03-28 markus schnalkeFixed programming mistakes, detected by cppcheck.
2012-03-27 markus schnalkeEnhance fix of 0b81a300d9e7cf78b6bc11d8c870f57fa81fcdc4.
2012-03-27 markus schnalkeCreate proper prototypes for formataddr().
2012-03-27 markus schnalkeReport an error when the width used by putaddr is less...
2012-03-27 markus schnalkeWe have only numeric timezone support (e.g. +0200)...
2012-03-27 markus schnalkeabs() is part of C89.
2012-03-27 markus schnalkeFreeBSD needs the HAVE_STRUCT_TM_TM_GMTOFF test.
2012-03-27 markus schnalkeRemoved HAVE_STRUCT_TM_TM_GMTOFF support.
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-27 markus schnalkeProper field initialization.
2012-03-27 markus schnalkeAdd some comments to the format compiler and engine.
2012-03-27 markus schnalkeRemove some unused macros.
2012-03-27 markus schnalkeCompletely remove the use of TIME_WITH_SYS_TIME.
2012-03-27 markus schnalkeRemove OS-specific defines. Remove GECOS ampersand...
2012-03-27 markus schnalkeClean up time handling; always assume we have tzset().
2012-03-27 markus schnalkeWe are making POSIX signal support a requirement.
2012-03-27 markus schnalkeSwitch from using RETSIGTYPE via autoconf to void.
2012-03-26 markus schnalkeRemoved hard-coded -I.. and -I../.. from INCLUDES.
2012-03-26 markus schnalkeRemove RPATH code though. Discussions on nmh-workers...
2012-03-26 markus schnalkeClean up process wait to use POSIX waitpid() interface.
2012-03-26 markus schnalkeMake use of mkstemp() unconditional (vs. mktemp()).
2012-03-26 markus schnalkeRemove compatibility functions that are always provided...
2012-03-26 markus schnalkeCollapse termio/termios/sgtty terminal interface down...
2012-03-26 markus schnalkeEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2012-03-26 markus schnalkeDeprecate uname() in favour of (Posix) gethostname().
2012-03-26 markus schnalkeMoved #endif so that lockit () is only declared with...
2012-03-24 markus schnalkeRemoved the now irrelevant parts of the ``history secti...
2012-03-24 markus schnalkeCHANGE OF THE DECADE: I finally gave m_unknown() a...
2012-03-24 markus schnalkes/unixbuf/fromline/ and minor refactoring.
2012-03-24 markus schnalkeReplaced msg_style with the boolean ismbox.
2012-03-24 markus schnalkeWe don't need m_msgdef.c separately and some minor...
2012-03-24 markus schnalkeRemoved support to handle ARPAnet (RFC733) addresses...
2012-03-24 markus schnalkeMerged folder_pack.c into folder.c.
2012-03-24 markus schnalkeReplaced folder_exists() by a call to create_folder().
2012-03-24 markus schnalkeIn-sourced copyip() and could make the code simpler.
2012-03-24 markus schnalkeclosefds() doesn't seem relevant or large enough to...
2012-03-24 markus schnalkeReplaced atooi() with strtoul(..., 8). That's part...
2012-03-24 markus schnalkeetcpath(): The unchanged argument is the ultimate fall...
2012-03-23 markus schnalkemakedir(): Removed the strange RUID!=EUID code and...
2012-03-22 markus schnalkeRemoved the trivial peekc() and put the code at the...
2012-03-22 markus schnalkeRemoved now unused OfficialName(). (Had been for UUCP...
2012-03-22 markus schnalkeRemoved unused fdcompare().
2012-03-22 markus schnalkeInsourced push() into send.
2012-03-22 markus schnalkeRewrote late declations, which are part of C99, but...
next