Fix mhsign for gpg2: Expiry date format
[mmh] / uip / pick.c
2016-09-18 Philipp Takacsredesign version string
2016-05-08 Philipp Takacsdon't warn if lenerr is ignored
2016-05-01 Philipp Takacsbetter error handling
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
2015-12-13 Philipp TakacsRevert "add free_field as standard for struct field"
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-12 markus schnalkem_getfld2: ERR2 means a read error, thus name it IOERR2
2015-11-10 markus schnalkeNo error-checking for error-checking alloc functions
2015-11-10 Philipp Takacshandle hghsel lowsel and numsel in (un)set_selected
2015-11-10 markus schnalkeNo error-checking for error-checking alloc functions
2015-11-09 markus schnalkeConvert most of the tools from m_getfld() to m_getfld2()
2015-11-05 Philipp Takacshandle hghsel lowsel and numsel in (un)set_selected
2015-11-03 markus schnalkeRemove dead code: FLDEOF and BODYEOF are never set
2015-10-21 markus schnalkeCoding style adjustments for nmh-imported code
2015-09-16 David Levinepick(1) decode rfc2047-fields
2015-09-06 Philipp Takacsreplaced calloc with mh_xcalloc
2015-08-27 markus schnalkeDrop register storage class
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
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 schnalkeFix minor coding style issues (whitespace)
2015-01-17 Philipp TakacsRemove done from mhl pick and send
2015-01-16 Philipp TakacsBugfix in pick.c
2015-01-16 Philipp TakacsReplace done with exit at uip
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeRequire at least 2 chars for `no' variants of switches.
2012-05-05 markus schnalkeAdded comment and removed whitespace.
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-03-27 markus schnalkeClean up prototypes.
2012-03-27 markus schnalkeWe have only numeric timezone support (e.g. +0200)...
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-27 markus schnalkeCompletely remove the use of TIME_WITH_SYS_TIME.
2012-02-11 markus schnalkeMerged picksbr.c into pick.c.
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2011-12-09 markus schnalkes/pfolder/curfolder/g
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-20 markus schnalkeThe existence of the profile entry Path is already...
2011-11-05 markus schnalkeIntroduced FDEF and FCUR for speaking arguments to...
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-08-14 Eric Gillespie * uip/pick.c: Ensure valid sequence name as soon as...
2008-08-14 Eric Gillespie * uip/pick.c: Print matching messages immediately...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2003-09-30 Glenn Burkhardtfix handling of "-list" and "-seq" options, so behavior...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision