mmh
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2010-11-12 Peter Maydellman/slocal.man: fix formatting error that meant a subse...
2010-11-10 Peter Maydellconfigure.in: add a level of expansion for mandir when...
2010-11-09 Peter Maydellman/rmm.man: fix error in synopsis: the option is ...
2010-11-05 Peter MaydellSilence a (harmless) uninitialized variable warning.
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-06 Earl HoodFixed variable declaration so older compilers will...
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-12-21 David Levine* mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of
2009-01-26 Josh BressersRemove duplicate sm_fgetc() declaration
2009-01-21 Ken HornsteinFix warning in getaddrinfo() call.
2009-01-18 Eric Gillespie * etc/mhn.defaults.sh: Never try to make mhshow start...
2009-01-17 Eric GillespieNote 'new' commands.
2009-01-17 Eric Gillespie * test/runtest, test/tests/inc/test-deb359167,
2009-01-16 Ken HornsteinMove freeaddrinfo() to inside of our loop; this prevent...
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2008-12-26 Peter Maydell* sbr/m_getfld.c: fix two bugs which could cause us...
2008-12-26 Peter Maydelltest/common.sh: new file for common utility functions...
2008-12-25 Peter Maydelltest/runtest: automatically run setup-test if it hasn...
2008-10-23 David Levine * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822...
2008-10-23 David Levine * sbr/m_getfld.c: in warning message, use NAMESZ-2...
2008-10-23 David Levine * docs/MAIL.FILTERING: added note on removing procmail...
2008-08-19 Eric Gillespie+mhn.defaults.sh.cfg
2008-08-14 Eric Gillespie * test/setup-test: Don't run autogen.sh unless needed...
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 GillespieOops, meant to use $failed (number of failed checks...
2008-08-13 Eric GillespieAdd descriptive headers, as other tests have.
2008-08-13 Eric Gillespie * test/tests/bad-input/test-header: Add test for it.
2008-08-13 Eric Gillespie * test/tests/mhshow/test-qp: Test various valid and...
2008-08-13 Eric GillespieIgnore test-temp-dir.
2008-08-12 Paul Foxadd one more hint for developers, to explicitly point...
2008-08-12 Peter Maydellautogen.sh (new file): add script for running the GNU...
2008-08-08 Eric Gillespie * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add...
2008-08-08 Eric Gillespies/ls/cd/ in comment (probably pasted from test-ls)
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-08-03 Peter Maydelltest/setup-test: use 'set -e' so we stop on compile...
2008-08-03 Peter MaydellAdd protective 'do { ... } while (0)' wrappers to multi...
2008-08-03 Peter MaydellBug #23436: fix some minor manpage syntax errors and...
2008-08-03 Peter MaydellAllow tests to indicate that they have been skipped...
2008-08-03 Peter MaydellIgnore editor backup files
2008-08-03 Peter Maydelletc/replcomps, etc/replgroupcomps: Trim trailing whites...
2008-08-03 Peter MaydellWhen doing an if-test on the result of a function which...
2008-07-25 Josh Bressers* test/setup-test: Run 'make clean' before building
2008-07-25 Josh Bressers* test/runtest: cat test-temp-dir only once. Destroy...
2008-06-13 Josh Bressers* man/repl.man, etc/mhl.reply:
2008-06-12 Josh BressersRemove an accidentally committed file
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2008-06-02 Peter MaydellBack out previous, completely broken, change (due to...
2008-06-02 Peter MaydellIf we're compiling with gcc, mark adios() as never...
2008-06-01 Peter MaydellUpdate bit of docs about release announcements.
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-05-21 Peter MaydellDon't rely on realloc() to follow POSIX in handling...
2008-05-21 Peter MaydellAdd some table size declarations for the benefit of...
2008-05-20 Peter MaydellUpdate comment now we don't use lex -o.
2008-05-18 David Levine* sbr/addrsbr.c: removed "err" from conditional, becaus...
2008-05-16 Oliver Kiddledon't use $< in target rules in makefiles, as POSIX...
2008-05-13 David Levine* configure.in, INSTALL: if --enable-masquerade is not
2008-05-04 Peter Maydellbug #23167: sbr/ruserpass.c (ruserpass): make bad permi...
2008-05-04 Peter Maydell* bug #23163: various minor fixes for the benefit of...
2008-04-30 Peter MaydellProvide SASL_CB_AUTHNAME callback (avoids problem with...
2008-04-29 Peter MaydellCorrect various places in smtp.c where the reply string...
2008-04-29 Peter MaydellFix SASL issue properly, by making sm_rrecord() and...
2008-04-29 Peter MaydellRevert previous SASL fix (wrong approach)
2008-04-29 Peter MaydellCope with sasl_decode64() returning SASL_CONTINUE as...
2008-04-28 Peter MaydellAdd remark about how to update the homepage.
2008-04-27 Peter MaydellUpdate some of the 'how to do a release' documentation
2008-04-27 Peter MaydellUp version string to 1.3-dev for the CVS trunk.
2008-04-27 Peter MaydellUse hyphen, not plus (corresponding to previous RCx... nmh-1_3_RC1
2008-04-27 Peter MaydellBump version number, date for release of 1.3 RC1
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-09-24 Bill Wohler The MH web site is now rand-mh.sourceforge.net/ and...
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 MaydellSuppress 'uninitialised variable' warning.
2007-04-29 Peter MaydellOn Linux, define _GNU_SOURCE so that GNU libc exposes...
2007-04-29 Peter MaydellChange name of internal function to avoid potential...
2007-04-29 Peter MaydellMinor rearrangement so variables/functions used only...
2007-04-29 Peter MaydellFor gcc, make the default CFLAGS include -Wno-pointer...
2007-04-17 Joel Reicherbuffer is compared with cp, and so needs to be changed...
next