2011-04-13 |
Ken Hornstein | Whoops, user & port were in the wrong order so msgchk... mmh-start |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Ken Hornstein | Updated the developer README with a few notes about... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Paul Vixie | Signed-off-by: Ken Hornstein <kenh@pobox.com> |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Peter Maydell | Clean up code in inc.c |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Suppress tsort diagnostic waffle |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix unused-function warnings in lex output |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix used-uninitialised warning in fmt_rfc2047.c |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix used-uninitialised warning in new.c |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix crash if fnext/fprev are given an empty folder... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix warning in sbr/folder_addmsg.c by code cleanup |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ken Hornstein | Fix so this compiles without SASL support. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ken Hornstein | All of the arguments to AC_ARG_ENABLE need to be quoted... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ken Hornstein | Make sure we ignore config.h.in~ |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Markus Schnalke | fix typo and clarify two sentences in mhpath man page |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Markus Schnalke | improve mhparam man page |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Oliver Kiddle | fix badly formatted code found by Markus Schnalke |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Scott Snyder | propagate and check return status of close() in slocal |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Markus Schnalke | document msg parameter to folder |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Oliver Kiddle | switches need to be renumbered following removal of... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Ken Hornstein | Massive garbage collection. Remove functionality for... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
David Levine | * uip/whatnowsbr.c: enforce requirement of at least... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
David Levine | man/send.man: added name= portion to Content-Type |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ken Hornstein | Whoops, forgot to bracket the calls for TLS shutdown... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ken Hornstein | Update for git conversions (and cleanup of autogen... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Ken Hornstein | Change configure.in to emit a warning when an argument... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Ken Hornstein | Fix the test for sasl.h to look in the correct place. cvs-repository-moved-to-git |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Ken Hornstein | (Minor) cleanup of some of the autoconf code with respe... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Peter Maydell | man/slocal.man: fix formatting error that meant a subse... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Maydell | configure.in: add a level of expansion for mandir when... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Peter Maydell | man/rmm.man: fix error in synopsis: the option is ... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Peter Maydell | Silence a (harmless) uninitialized variable warning. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
David Levine | * uip/.cvsignore: added "new". PRE_POSIX_CONVERSION |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Earl Hood | #ifdef AI_ADDRCONFIG since older IPv4-only systems... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Earl Hood | Fixed variable declaration so older compilers will... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Earl Hood | * mts/smtp/smtp.c: added SASL support if mts configuration |
commit | commitdiff | tree | snapshot |
2009-12-30 |
David Levine | * uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast |
commit | commitdiff | tree | snapshot |
2009-12-30 |
David Levine | * uip/new.c: cast folder_len to int to avoid warning on |
commit | commitdiff | tree | snapshot |
2009-12-25 |
David Levine | * uip/inc.c: gcc 4.4.1 noticed that maildir could... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
David Levine | * mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Josh Bressers | Remove duplicate sm_fgetc() declaration |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ken Hornstein | Fix warning in getaddrinfo() call. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Eric Gillespie | * etc/mhn.defaults.sh: Never try to make mhshow start... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Eric Gillespie | Note 'new' commands. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Eric Gillespie | * test/runtest, test/tests/inc/test-deb359167, |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Ken Hornstein | Move freeaddrinfo() to inside of our loop; this prevent... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Ken Hornstein | Massive overhaul of networking code. Changes: |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Peter Maydell | * sbr/m_getfld.c: fix two bugs which could cause us... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Peter Maydell | test/common.sh: new file for common utility functions... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Peter Maydell | test/runtest: automatically run setup-test if it hasn... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
David Levine | * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
David Levine | * sbr/m_getfld.c: in warning message, use NAMESZ-2... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
David Levine | * docs/MAIL.FILTERING: added note on removing procmail... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Eric Gillespie | +mhn.defaults.sh.cfg |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * test/setup-test: Don't run autogen.sh unless needed... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | This is what happens with last-minute "safe" improvemen... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * sbr/ambigsw.c: Send print_sw output to stderr. ... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * uip/pick.c: Ensure valid sequence name as soon as... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * uip/pick.c: Print matching messages immediately... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * uip/Makefile.in, uip/popi.c: Remove popi.c, which... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * h/mhparse.h: Move interfaces also used by mhbuildsbr... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | Oops, meant to use $failed (number of failed checks... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | Add descriptive headers, as other tests have. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | * test/tests/bad-input/test-header: Add test for it. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | * test/tests/mhshow/test-qp: Test various valid and... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | Ignore test-temp-dir. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Paul Fox | add one more hint for developers, to explicitly point... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Peter Maydell | autogen.sh (new file): add script for running the GNU... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Eric Gillespie | * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Eric Gillespie | s/ls/cd/ in comment (probably pasted from test-ls) |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Peter Maydell | uip/folder.c: chdir(nmhdir) in main rather than in... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Peter Maydell | Dump hacky overoptimisation in addir -- it doesn't... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Peter Maydell | Simplify dodir/addir/addfold (patch from Eric Gillespie) |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | bug #23319: rework the way we handle the working direct... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | test/setup-test: use 'set -e' so we stop on compile... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | Add protective 'do { ... } while (0)' wrappers to multi... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | Bug #23436: fix some minor manpage syntax errors and... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | Allow tests to indicate that they have been skipped... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | Ignore editor backup files |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | etc/replcomps, etc/replgroupcomps: Trim trailing whites... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | When doing an if-test on the result of a function which... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Josh Bressers | * test/setup-test: Run 'make clean' before building |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Josh Bressers | * test/runtest: cat test-temp-dir only once. Destroy... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Josh Bressers | * man/repl.man, etc/mhl.reply: |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Josh Bressers | Remove an accidentally committed file |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Peter Maydell | When building on gcc, use noreturn attribute on adios... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Peter Maydell | Back out previous, completely broken, change (due to... |
commit | commitdiff | tree | snapshot |
2008-06-02 |
Peter Maydell | If we're compiling with gcc, mark adios() as never... |
commit | commitdiff | tree | snapshot |
2008-06-01 |
Peter Maydell | Update bit of docs about release announcements. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Peter Maydell | Don't use MB_CUR_MAX if we aren't compiled with multiby... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Peter Maydell | Factor out common code for writing ls shell command... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Peter Maydell | Don't rely on realloc() to follow POSIX in handling... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Peter Maydell | Add some table size declarations for the benefit of... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Peter Maydell | Update comment now we don't use lex -o. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
David Levine | * sbr/addrsbr.c: removed "err" from conditional, becaus... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Oliver Kiddle | don't use $< in target rules in makefiles, as POSIX... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
David Levine | * configure.in, INSTALL: if --enable-masquerade is not |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Peter Maydell | bug #23167: sbr/ruserpass.c (ruserpass): make bad permi... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Peter Maydell | * bug #23163: various minor fixes for the benefit of... |
commit | commitdiff | tree | snapshot |
next |