mhl implement simple globbing
[mmh] / sbr /
2018-11-25 Philipp TakacsTrailing withspace handling in mhl
2018-11-25 Philipp Takacsread the defaultfolder from the profile
2018-07-15 Philipp Takacscheck for crlf in m_getfld2
2018-07-15 Vasilii KolobkovAccept header lines of exactly 998 characters
2017-06-30 Philipp Takacsfix undefined behavior in fmt_trim()
2017-06-15 c_14cpstripped: Add braces to make code more legible.
2017-06-15 c_14fmt_scan: support multibyte characters in putstr decoding
2017-03-08 Philipp Takacsfix oldstyle whom
2017-03-08 markus schnalkeFix sbr/parse_msgs.c for C89 compatibility
2017-03-07 Philipp Takacsadd() first parameter (s2) is now const
2017-03-07 Philipp Takacsallow msgs as parameters for whom
2017-01-06 Philipp Takacsmake dateparsing case insensitive
2017-01-01 Dmitry BogatovRemove unused code
2016-09-18 Philipp Takacsredesign version string
2016-09-07 markus schnalkeNo need to define the month and day names a second...
2016-09-07 markus schnalkeAdd support for simplified ISO 8601/RFC 3339 dates
2016-09-07 markus schnalkeReplace lookup tables for obscure hashes with more...
2016-09-07 markus schnalkeRemove not used code (JLR define)
2016-09-06 markus schnalkeFactor trim format function out
2016-09-06 markus schnalkeAdd %(unmailto) format function for List-Post headers
2016-08-31 Philipp Takacsremove msg-hook config option
2016-08-28 Dmitry BogatovFix spelling errors, including binaries ones
2016-08-27 Dmitry BogatovFix out-of-bounds error when incorporating email from...
2016-08-12 Philipp Takacsfix bug in decode_rfc2047()
2016-08-06 m@mmmmarascio.xyzFix tests/mhparam/test-mhparam
2016-05-01 Philipp Takacsbetter error handling
2016-04-24 Philipp Takacsfix 2fb1dd2271e5be9d0b0c9cbd4e7d6d5d51aaecb9
2016-04-24 Philipp Takacsignore LENERR2 in seq_read()
2016-04-24 Philipp Takacsadjust handling of too long lines in m_getfld2
2016-04-22 Philipp TakacsMerge branch 'm_getfld2-meillo' into master
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2016-03-25 m@mmmmarascio.xyzremove unnecessary casts
2016-03-17 m@mmmmarascio.xyzReplace mh_xmalloc() with mh_xcalloc()
2015-12-13 Philipp TakacsUse boolean instand of bool
2015-12-13 Philipp TakacsRevert "add free_field as standard for struct field"
2015-11-27 Philipp Takacsfix lengthcheck in m_getfld2()
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-27 Philipp Takacsm_getfld2 is more tranceparent on error
2015-11-27 Philipp Takacsmake m_getfld2() aware of CRLF lineendings
2015-11-21 Philipp Takacsmake m_getfld2() called with an error state a noop
2015-11-12 markus schnalkeFinally we get rid of the unmaintainable m_getfld()!
2015-11-12 markus schnalkeOnly lines consisting of nothing but dashes are body...
2015-11-12 markus schnalkem_getfld2: Return line for LENERR2, plus some documentation
2015-11-12 markus schnalkem_getfld2: ERR2 means a read error, thus name it IOERR2
2015-11-12 markus schnalkem_getfld2: Whitespace in component name is forbidden
2015-11-10 markus schnalkeReturn invalid line for FMTERR in m_getfld2()
2015-11-10 Philipp Takacscheck for (un)selection befor (un)set
2015-11-10 Philipp Takacshandle hghsel lowsel and numsel in (un)set_selected
2015-11-09 markus schnalkeConvert most of the tools from m_getfld() to m_getfld2()
2015-11-09 markus schnalkeAdd new implementation m_getfld2()
2015-11-06 Philipp Takacscheck for (un)selection befor (un)set
2015-11-05 Philipp Takacshandle hghsel lowsel and numsel in (un)set_selected
2015-11-04 markus schnalkeRe-add --with-lockdir=DIR configure option
2015-11-03 markus schnalkeRemove dead code: FLDEOF and BODYEOF are never set
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...
next