Augmented new_fs() with an additional argument for a default form.
[mmh] / uip /
2011-10-30 markus schnalkeRemoved the draft message in favor for a consistent...
2011-10-16 markus schnalkeFixed broken swit numbering (there are more files to...
2011-10-16 markus schnalkeRemoved the whom program, which relayed on post(8)...
2011-10-16 markus schnalkeRemoved the split feature of send.
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 mhn, as it was already replaced by mhlist/mhsho...
2011-10-05 markus schnalkeRemoved msh, vmh and wmh.
2011-10-05 markus schnalkeRemoved unused and not compiling program wmh.
2011-10-05 markus schnalkeReworked LINK, now named `altmsglink', similar to BACKU...
2011-10-05 markus schnalkeRemoved --with-{editor,pager} configure options.
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 TLS support. We don't need it anymore as we...
2011-10-04 markus schnalkeRemoved SASL support. We don't need it anymore because...
2011-10-04 markus schnalkeRemoved the MTS and post; now we always use /usr/sbin...
2011-10-04 markus schnalkeRemoved all POP support
2011-09-28 markus schnalkeWe'll always use sendmail (spost) now
2011-04-13 Ken HornsteinWhoops, user & port were in the wrong order so msgchk... mmh-start
2010-12-21 Peter MaydellClean up code in inc.c
2010-12-20 Peter MaydellFix used-uninitialised warning in new.c
2010-12-20 Peter MaydellFix crash if fnext/fprev are given an empty folder...
2010-12-16 Oliver Kiddlefix badly formatted code found by Markus Schnalke
2010-12-15 Scott Snyderpropagate and check return status of close() in slocal
2010-12-14 Oliver Kiddleswitches need to be renumbered following removal of...
2010-12-09 Ken HornsteinMassive garbage collection. Remove functionality for...
2010-12-08 David Levine * uip/whatnowsbr.c: enforce requirement of at least...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-12-03 Ken HornsteinUpdate for git conversions (and cleanup of autogen...
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2010-08-31 David Levine * uip/.cvsignore: added "new". PRE_POSIX_CONVERSION
2010-02-06 Earl Hood#ifdef AI_ADDRCONFIG since older IPv4-only systems...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2010-02-03 Earl Hood* mts/smtp/smtp.c: added SASL support if mts configuration
2009-12-30 David Levine * uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast
2009-12-30 David Levine * uip/new.c: cast folder_len to int to avoid warning on
2009-12-25 David Levine * uip/inc.c: gcc 4.4.1 noticed that maildir could...
2009-01-21 Ken HornsteinFix warning in getaddrinfo() call.
2009-01-17 Eric Gillespie * test/runtest, test/tests/inc/test-deb359167,
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2008-08-14 Eric GillespieThis is what happens with last-minute "safe" improvemen...
2008-08-14 Eric Gillespie * sbr/ambigsw.c: Send print_sw output to stderr. ...
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-08-14 Eric Gillespie * uip/Makefile.in, uip/popi.c: Remove popi.c, which...
2008-08-14 Eric Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
2008-08-13 Eric Gillespie * test/tests/mhshow/test-qp: Test various valid and...
2008-08-08 Eric Gillespie * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add...
2008-08-05 Peter Maydelluip/folder.c: chdir(nmhdir) in main rather than in...
2008-08-05 Peter MaydellDump hacky overoptimisation in addir -- it doesn't...
2008-08-05 Peter MaydellSimplify dodir/addir/addfold (patch from Eric Gillespie)
2008-08-03 Peter Maydellbug #23319: rework the way we handle the working direct...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2008-05-22 Peter MaydellDon't use MB_CUR_MAX if we aren't compiled with multiby...
2008-05-22 Peter MaydellFactor out common code for writing ls shell command...
2008-04-11 Oliver Kiddlemove most remaining macros out of acconfig.h which...
2008-04-05 Peter Maydell* bug #18655: fix use of admonish() for a fatal error...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2008-01-25 Josh Bressers* uip/mhshowsbr.c (show_all_messages): Be more generous...
2007-11-08 Joel ReicherInsert types for args of some function pointers to...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherRefactor cts pointer and free()ing on abnormal exit...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2007-08-21 Josh Bressers* Red Hat Bug #253342: inc.c, utils.c, utils.h: When...
2007-04-29 Peter MaydellRename functions to avoid clash with C library exp2().
2007-04-29 Peter MaydellChange name of internal function to avoid potential...
2007-04-17 Joel Reicherbuffer is compared with cp, and so needs to be changed...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2007-04-10 Joel ReicherFix for bug #11139: mhl -form mhl.reply omits '> '...
2007-04-10 Joel ReicherApplication of patch #5218: patch for bug #9742. Fixes...
2007-03-21 Peter Maydellbug #18630, #18631, #18632, #18634: various patches...
2006-10-24 David Levine* uip/sendsbr.c: with attachformat values of 1 or 2...
2006-06-04 Joel ReicherFixed bug introduced when changing from check_folder...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-22 Paul Foxfixes case where a very long character-class range...
2006-04-14 Joel ReicherCreated function open_form() to open form file or fallb...
2006-04-14 Joel ReicherSanitised some dodgy homedir finding code, but it still...
2006-04-14 Joel ReicherGet rid of some trivial warnings; unused variables...
2006-04-13 Joel ReicherMake print_aka() and print_usr() static. They're not...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
2006-04-11 Joel ReicherCompleting the .cvsignore list(s).
2006-03-31 Paul Foxthis commit:
2006-03-30 David Levine* uip/sendsbr.c: with attachformat values of 1 or 2...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-02-25 David Levine* uip/sendsbr.c: replaced st_mtim with st_mtime, that...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2006-02-21 Josh Bressers* h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...
2006-02-20 Josh Bressers* sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc...
2006-02-18 David LevineAdded support for optional Content_Disposition header...
2006-01-31 David LevineAdded -nocontentid (and -contentid, for symmetry) switc...
2006-01-29 Oliver Kiddleremove trailing newlines from components to fix bug...
2006-01-18 David LevineFixed make_bcc_file () to use contents of From: in...
2006-01-16 Josh Bressers* uip/post.c, uip/spost.c: Move the uptolow macro from...
2006-01-16 Oliver Kiddle*** empty log message ***
2006-01-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-16 Oliver Kiddlemultiply buffer size by MB_CUR_MAX so multi-byte chars fit
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
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...
2005-12-24 Peter MaydellRework detection and handling of ndbm: we now check...
next