mmh
2015-10-25 Philipp Takacsremove TODOs for not supportet programms
2015-10-25 markus schnalkesend: MIMEify with non-ascii header and ascii body!
2015-10-25 Philipp Takacsremove variable mp2 from spost in putadr
2015-10-25 markus schnalkeAdd DCC support into whom
2015-10-25 markus schnalkeMerge
2015-10-25 markus schnalkeDCC contains invisible (not visible) recipients
2015-10-25 Philipp Takacsadd config.o and version.o to libmh.a
2015-10-25 markus schnalkeAdd test for sender header in spost
2015-10-25 markus schnalkeAdjust coding style from nmh to mmh
2015-10-25 Philipp Takacsfix the prompter test
2015-10-24 Philipp Takacsset psigint befor the setjmp in prompter
2015-10-23 markus schnalkeRework in the test framework; updated and new tests
2015-10-23 markus schnalkeMerge branch 'master'
2015-10-23 Eric SchnoebelenMove chdir() call so -recurse option works again
2015-10-23 markus schnalkeFix off-by-one error (CPERLIN)
2015-10-21 markus schnalkeMerge
2015-10-21 markus schnalkeCoding style adjustments for nmh-imported code
2015-10-21 markus schnalkeDon't remove the draft on SIGQUIT to allow debugging
2015-10-18 Philipp Takacsexport MM_CHARSET in mhbuild test
2015-10-11 Philipp Takacsuse anno and mhparam in sendfiles
2015-10-10 Philipp Takacsdecode recipient-fields by default
2015-10-10 Philipp Takacsadd a test for mhbuild rfc2047-support
2015-10-10 Philipp Takacsporte encode_rfc2047 from nmh
2015-10-02 markus schnalkemhbuild: Avoid a dot on a line on its own
2015-10-02 markus schnalkeSleep only 1 sec before retry to lock the file
2015-10-02 markus schnalkeShow the date hdr in local time in the default scan...
2015-10-02 markus schnalkeImprove wording and more description in man page spost(8)
2015-09-19 Ken HornsteinBreak out the unquote functionality to a separate function.
2015-09-16 David Levinepick(1) decode rfc2047-fields
2015-09-06 Philipp Takacsinclude h/utils.h
2015-09-06 Philipp Takacsinclude h/utils.h
2015-09-06 Philipp Takacsreplaced calloc with mh_xcalloc
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
next