Removed configure flag --disable-locale and have it always enabled.
[mmh] / uip / scan.c
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeDon't require a length for switch prefixes without...
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-03-24 markus schnalkeCHANGE OF THE DECADE: I finally gave m_unknown() a...
2012-03-23 markus schnalkescan(): Symbolic names instead of magic numbers.
2012-03-20 markus schnalkes/nfs/fmtstr/
2012-03-20 markus schnalkescan(): Replaced explicit noisy parameter with implicit...
2012-03-20 markus schnalkeRemoved special `folder' and `dtimenow' format escapes...
2012-02-13 markus schnalkeRemoved support for Encrypted: headers, which were...
2012-02-10 markus schnalkescan: Don't fflush manually. Let stdio care for this.
2012-02-10 markus schnalkeRemoved the -clear switch from scan(1).
2012-02-10 markus schnalkeRemoved `-format string' switches but made -form accept...
2012-02-09 markus schnalkeAugmented new_fs() with an additional argument for...
2012-02-08 markus schnalkeMerged h/mts.h into h/prototypes.h.
2012-02-04 markus schnalkeRemoved mts.conf; the maildelivery option went into...
2012-01-30 markus schnalkeBugfix: Removed -reverse switch from scan(1).
2012-01-25 markus schnalkeRemoved the -header option from scan(1).
2012-01-25 markus schnalkeRemoved (allmost all) JLR-specific code.
2012-01-25 markus schnalkeRemoved LBL compile condition (format: addtoseq).
2012-01-25 markus schnalkeRemoved several `#if 0' fragments.
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-04 markus schnalkeActivated a default unseen sequence; updated man pages...
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
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...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
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 Burkhardt[bug #4302] errno is not always an extern int
2002-10-21 Anders ErikssonChanged scan to always pass the folder argument. This...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
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-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision