mmh
2015-09-06 David LevineAdded mh_xcalloc().
2015-09-05 Philipp Takacsfix open up to 4 times on mbox_open()
2015-09-05 Philipp Takacsreimplement Dcc-field
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-29 markus schnalkeMerge remote-tracking branch 'origin/master'
2015-08-28 Philipp TakacsBring back the LINUX-IO check from the last commit
2015-08-27 markus schnalkeDrop register storage class
2015-08-26 David LevineRemove discard() total
2015-08-26 markus schnalkeFix autoconf check for mailspool world write permission
2015-08-10 Philipp TakacsIgnore empty MIME parameter
2015-08-10 Philipp TakacsIgnore wrong encoding in multipart/*
2015-06-11 Philipp Takacsremove dublicated code in uip/spost
2015-06-11 Philipp Takacsfix bug if multible mbox in From-field
2015-05-02 Philipp Takacsbugfix for a memory-reuse bug spost and whom
2015-04-29 markus schnalkespost: Refactor braces, comments, etc.
2015-04-29 markus schnalkegitignore: More specific ignore patterns
2015-04-19 Philipp TakacsAdd "Default-From" config option
2015-04-19 Philipp TakacsUse realpath to find the mailspool
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-04-10 markus schnalkeMinimize the include
2015-04-09 markus schnalkeFix FTBFS bug introduced by 600379c
2015-03-11 David LevineRemoved unnecessary #include of h/signals.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-03-11 David LevineRemoved #include of signal.h because it's in h/signals.h.
2015-03-11 Marcin CieslakReplaced setgid() calls with setegid() so that it works...
2015-03-07 Philipp Takacsremove declaration of child_id in slocal:usr_pipe
2015-02-22 Philipp Takacsreturn -1 if fork(2) fails in execprog
2015-02-22 Philipp Takacsremove longjmp from signal handler in mhl
2015-02-22 Philipp Takacsremove longjmp in signalhandler of slocal
2015-02-22 Philipp Takacsremove longjmp in signalhandler of prompter
2015-02-22 Philipp Takacsremove longjmp from signalhandler in getans
2015-02-22 Philipp Takacsnonstatic function for atexit, check if atexit fails
2015-02-14 markus schnalkeMerge branch 'master' of ssh://marmaro.de:443/var/git/mmh
2015-02-14 markus schnalkeRefactor: Use if for two-way branching; Compare against...
2015-02-14 markus schnalkeFix minor coding style issues (whitespace)
2015-02-14 markus schnalkeRemove unnecessary headers
2015-02-13 Philipp Takacsdistout and ready_msg return NOTOK on error
2015-02-12 markus schnalkemhmail: use execprog()
2015-02-12 markus schnalkesbr/execprog.c: Fix the return value
2015-02-11 markus schnalkeMinor clarifications in mhmail(1)
2015-02-11 markus schnalkeUpdate the man pages to the shortened reserved sequence...
2015-01-29 Philipp TakacsInitialize status in uip/send.c
2015-01-26 markus schnalkeMerge ../mmh
2015-01-17 Philipp Takacsremove done finaly
2015-01-17 Philipp Takacsremove last rests of done in uip
2015-01-17 Philipp TakacsRemove done from mhl pick and send
2015-01-17 Philipp TakacsInitialize vecp in send anno()
2015-01-17 Philipp TakacsAdd tests for pick
2015-01-16 Philipp TakacsBugfix in pick.c
2015-01-16 Philipp TakacsReplace done with exit at uip
2015-01-15 markus schnalkenew: Fix a pointer problem
2015-01-15 markus schnalkesend: Fix uninitialied variable
2015-01-15 markus schnalkewhatnow: Use execprog() ... one more time
2015-01-15 markus schnalkewhatnow: No need to fork
2015-01-15 markus schnalkesbr/ext_hook.c: Use execprog(); Refactoring
2015-01-15 markus schnalkermm: Use execprog() instead of own fork-exec
2015-01-15 markus schnalkeRemove unused variable
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 schnalkesend: Convert system() to execprog() ... second half
2015-01-14 markus schnalkesend: Convert system() to execprog() ... partly
2015-01-14 markus schnalkeforw: convert system() to execprog(); fix buffer check
2015-01-14 markus schnalkeCleanup of code layout only
2015-01-14 markus schnalkeRefactoring in the small
2015-01-14 markus schnalkeRemove verbosity for -noverbose; cleanup in code layout...
2015-01-14 markus schnalkeUse execprog() instead of system() ... partly transition
2015-01-14 markus schnalkeAdded execprog() and execprogl(), which are safer alter...
2015-01-13 markus schnalkemhsign: use the strongest, newest not-expired secret key
2014-12-22 markus schnalkeFix manpages (nroff code), as reported by tests/manpage...
2014-12-22 markus schnalkePartly fix tests/whatnow/test-attach-detach: changes...
2014-12-22 markus schnalkeFix tests/mhbuild/test-forw: rfc934 mode is no longer...
2014-12-13 Philipp TakacsCheck with witch exit-code sendmail/spost exit and...
2014-12-07 markus schnalkeAdjusted tests/new/test-basic to mmh.
2014-12-07 markus schnalkemhparam: Renamed some sequences
2014-11-28 markus schnalketests: Adjusted most of the tests to mmh.
2014-11-28 markus schnalketests: Supress progress meter if non-interactive.
2014-11-28 markus schnalkeAdded more include directories to fix building in anoth...
2014-11-27 markus schnalkeFixed the test framework by adjusting it to mmh.
2014-11-27 markus schnalkegitignore: ignore test dir name file
2014-11-27 markus schnalkeuip/mmh.sh: minor cleanup
2014-11-27 markus schnalkeFixed building in different build directory, as describ...
2014-11-27 markus schnalkeMerge
2014-11-27 markus schnalkemhsign: Ignore expired, revoked, invalid, and similar...
2014-11-27 markus schnalkemhparam: Added more items for direct query and -debug...
2014-11-25 markus schnalkemhpgp: Bugfix for 2932d136debcf53a45c44891ee80e6d34e61f109
2014-11-25 markus schnalkemhpgp: remove unused sed label
2014-11-25 markus schnalkepick: Clarified the man page with respect to -ddd.
2014-11-25 markus schnalkemhsign: Bugfix: Don't ignore MMHPGPKEY and the Pgpkey...
2014-11-21 markus schnalkeMerge branch 'master' of ssh://marmaro.de:443/var/git/mmh
2014-11-21 markus schnalkespost: If we add a From header, we add a qualified...
2014-11-20 markus schnalkeTODO: removed the double-dash TODO item, because it...
2014-11-20 markus schnalkermm: Use `refile -src' instead of a folder changing...
next