Fix missing va_end call in uip/mhmisc.c
[mmh] / sbr /
2012-03-27 markus schnalkeRemove some unused macros.
2012-03-27 markus schnalkeCompletely remove the use of TIME_WITH_SYS_TIME.
2012-03-27 markus schnalkeRemove OS-specific defines. Remove GECOS ampersand...
2012-03-27 markus schnalkeClean up time handling; always assume we have tzset().
2012-03-27 markus schnalkeWe are making POSIX signal support a requirement.
2012-03-27 markus schnalkeSwitch from using RETSIGTYPE via autoconf to void.
2012-03-26 markus schnalkeRemoved hard-coded -I.. and -I../.. from INCLUDES.
2012-03-26 markus schnalkeRemove RPATH code though. Discussions on nmh-workers...
2012-03-26 markus schnalkeClean up process wait to use POSIX waitpid() interface.
2012-03-26 markus schnalkeMake use of mkstemp() unconditional (vs. mktemp()).
2012-03-26 markus schnalkeRemove compatibility functions that are always provided...
2012-03-26 markus schnalkeCollapse termio/termios/sgtty terminal interface down...
2012-03-26 markus schnalkeEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2012-03-26 markus schnalkeDeprecate uname() in favour of (Posix) gethostname().
2012-03-26 markus schnalkeMoved #endif so that lockit () is only declared with...
2012-03-24 markus schnalkeRemoved the now irrelevant parts of the ``history secti...
2012-03-24 markus schnalkeCHANGE OF THE DECADE: I finally gave m_unknown() a...
2012-03-24 markus schnalkes/unixbuf/fromline/ and minor refactoring.
2012-03-24 markus schnalkeReplaced msg_style with the boolean ismbox.
2012-03-24 markus schnalkeWe don't need m_msgdef.c separately and some minor...
2012-03-24 markus schnalkeRemoved support to handle ARPAnet (RFC733) addresses...
2012-03-24 markus schnalkeMerged folder_pack.c into folder.c.
2012-03-24 markus schnalkeReplaced folder_exists() by a call to create_folder().
2012-03-24 markus schnalkeIn-sourced copyip() and could make the code simpler.
2012-03-24 markus schnalkeclosefds() doesn't seem relevant or large enough to...
2012-03-24 markus schnalkeReplaced atooi() with strtoul(..., 8). That's part...
2012-03-24 markus schnalkeetcpath(): The unchanged argument is the ultimate fall...
2012-03-23 markus schnalkemakedir(): Removed the strange RUID!=EUID code and...
2012-03-22 markus schnalkeRemoved the trivial peekc() and put the code at the...
2012-03-22 markus schnalkeRemoved now unused OfficialName(). (Had been for UUCP...
2012-03-22 markus schnalkeRemoved unused fdcompare().
2012-03-22 markus schnalkeInsourced push() into send.
2012-03-22 markus schnalkeRewrote late declations, which are part of C99, but...
2012-03-22 markus schnalkeUpdated message, as `install-mh' had been replaced...
2012-03-22 markus schnalkeCall send directly, not via sendproc. Removed its profi...
2012-03-22 markus schnalkeCall spost directly, not via postproc. Remove the postp...
2012-03-22 markus schnalkeHardcoded mhmail instead of mailproc.
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...
next