Removed the mhlproc profile entry. Call mhl directly.
[mmh] / sbr /
2012-03-22 markus schnalkeRemoved the mhlproc profile entry. Call mhl directly.
2012-03-22 markus schnalkeDefined show(mime)proc locally and removed their profil...
2012-03-22 markus schnalkes/lproc/listproc/
2012-03-22 markus schnalkeRemoved the now unused incproc var.
2012-03-22 markus schnalkeRemoved the `mhbuild' indirection via `buildmimeproc'.
2012-03-22 markus schnalkeQuerying the pager here is not necessary.
2012-03-22 markus schnalkeRework of Editor/defaulteditor, similar to Pager/defaul...
2012-03-22 markus schnalkemoreproc is now Pager/defaultpager; removed -moreproc...
2012-03-21 markus schnalkeOn today's systems fork() will hardly fail, thus remove...
2012-03-21 markus schnalkeRemoved support for UUCP bang path addresses.
2012-03-21 markus schnalkeMade DUMB the default and removed the the #ifdefs.
2012-03-21 markus schnalkeMade the RPATHS config option the default and removed...
2012-03-20 markus schnalkeMakefiles: s/nmh/mmh/; fixed generation of mmhdist.
2012-02-11 markus schnalkeRemoved unused stuff from makefile.
2012-02-11 markus schnalkeMade show(1) the default lproc. `list' and `display...
2012-02-10 markus schnalkeRemoved `-format string' switches but made -form accept...
2012-02-09 markus schnalkeReplaced open_form() with new_fs() for the last time...
2012-02-09 markus schnalkeAugmented new_fs() with an additional argument for...
2012-02-09 markus schnalkeCosmetic refactoring in fmt_new.c.
2012-02-08 markus schnalkeRemoved unnecessary prototypes.
2012-02-08 markus schnalkeMerged h/mts.h into h/prototypes.h.
2012-02-04 markus schnalkeImproved quoting the fullname.
2012-02-04 markus schnalkeRemoved mts.conf; the maildelivery option went into...
2012-02-03 markus schnalkeRemoved the last masquerading type: username_extension.
2012-02-03 markus schnalkeRemoved draft_from masquerading.
2012-02-03 markus schnalkeRemoved mmailid masquerading.
2012-02-03 markus schnalkeComment changes.
2012-02-03 markus schnalkeFixed abort of e.g. comp when draft folder is empty.
2012-02-03 markus schnalkeSyntactic and comment changes.
2012-01-30 markus schnalkeAlias: Removed the address group `*', which meant every...
2012-01-30 markus schnalkeRest of the MMDF-style mail drop support removal.
2012-01-28 markus schnalkeRemoved mmdelim[12], which were the delimiters for...
2012-01-28 markus schnalkeRemoved EISREMOTE check.
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-25 markus schnalkeFinally fixed the annoying `Invalid cross-device link...
2012-01-24 markus schnalkeActivated Jon's attachment system by default and steaml...
2012-01-05 markus schnalkeFree memory after use in m_draft().
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2012-01-05 markus schnalkeRemoved isprefix() and replaced it with strncmp().
2012-01-05 markus schnalkeRemoved forgotten unused variable.
2012-01-05 markus schnalkeRemoved the non-LOCALE character code and the #ifdefs...
2012-01-05 markus schnalkeRefactoring in sbr/m_convert.c
2012-01-05 markus schnalkeReserved special sequence names may be upper case too...
2012-01-05 markus schnalkeMuch more straight-forward handling of the beyond sequence.
2012-01-04 markus schnalkeVarious minor cleanups in sbr/m_convert.c.
2012-01-04 markus schnalkes/ALLOW_NEW/ALLOW_BEYOND/
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-04 markus schnalkeInverted the second arg of seq_setunseen(), to be more...
2012-01-04 markus schnalkeAnother fix for the strchr() transition: Check for...
2012-01-04 markus schnalkeActivated default sequence negation (exclamation mark).
2012-01-04 markus schnalkeActivated a default unseen sequence; updated man pages...
2012-01-04 markus schnalkeFixed bug in brkstring(), newly introduced by the switc...
2012-01-04 markus schnalkesbr/brkstring.c: replaced static brkany() with call...
2012-01-03 markus schnalkes/vfork/fork/
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2012-01-02 markus schnalkeRemoved ``Face'' support in mhl.
2012-01-02 markus schnalkeRemoved references to unused default procs and commente...
2012-01-02 markus schnalkeRemoved the configuration option NOPUBLICSEQ.
2011-12-23 markus schnalkeUnimportant stuff.
2011-12-23 markus schnalkeSplit nmh dir into mmh dir (~/.mmh) and mail storage...
2011-12-13 markus schnalkeFixed bug, reported by Phil: Profile entry Draft-Folder...
2011-12-13 markus schnalkeCleanup in m_draft. There was some confusingly unnecess...
2011-12-13 markus schnalkeMinor change in output message
2011-12-12 markus schnalkeMoved etcpath() from config/config.c to sbr/path.c
2011-12-09 markus schnalkeWe have `NULL' in order to not need to write `(char...
2011-12-09 markus schnalkeRemoved void casts for ignored return values of functio...
2011-12-09 markus schnalkeWe don't want to use copy() anymore; but kept it for...
2011-12-09 markus schnalkes/pfolder/curfolder/g
2011-12-09 markus schnalke"." is no longer an alias for "cur"
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-21 markus schnalkeCosmetic refactoring
2011-11-20 markus schnalkeAdded comment
2011-11-20 markus schnalkeSimplification: Removed unnecessary variable
2011-11-05 markus schnalkeCode reformating.
2011-11-05 markus schnalkeImproved pluspath() and used it instead of path() where...
2011-11-05 markus schnalkeRefactored sbr/getfolder.c
2011-11-05 markus schnalkeIntroduced FDEF and FCUR for speaking arguments to...
2011-11-05 markus schnalkeRearranged code in the file.
2011-11-05 markus schnalkeRefactoring in sbr/path.c.
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
2011-11-05 markus schnalkeRenamed ssequal() to isprefix(), because that's what...
2011-11-05 markus schnalkeRemoved defines for obsolete BSD bcopy functions; Use...
2011-11-05 markus schnalkeWe don't need macros for only putting two strings next...
2011-11-01 markus schnalkeBroke long lines.
2011-11-01 markus schnalkeDon't call writev() anymore.
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-30 markus schnalkeRemoved the draft message in favor for a consistent...
2011-10-16 markus schnalkeRemoved the whom program, which relayed on post(8)...
2011-10-07 markus schnalkeRemoved unneeded sbr code.
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2011-10-05 markus schnalkeRemoved msh, vmh and wmh.
2011-10-05 markus schnalkeReworked LINK, now named `altmsglink', similar to BACKU...
2011-10-05 markus schnalkeRemoved configure option --with-hash-prefix and moved...
2011-10-04 markus schnalkeMoved the sendmail path config line from mts.conf to...
2011-10-04 markus schnalkeRemoved the MTS and post; now we always use /usr/sbin...
2011-10-04 markus schnalkeRemoved --with-smtpservers configure option and thelike
2011-10-04 markus schnalkeRemoved all POP support
next