2012-02-04 |
Ken Hornstein | Change LocalName() to take an argument (about whether... |
tree | commitdiff |
2012-02-03 |
Ken Hornstein | Convert from the poorly-named and confusing adrsprintf... |
tree | commitdiff |
2012-02-01 |
David Levine | Added #includes to pick up declaration of waitpid() |
tree | commitdiff |
2012-01-31 |
Ken Hornstein | Whoops, I need to make sure the buffer I pass to putcom... |
tree | commitdiff |
2012-01-31 |
Ken Hornstein | Add support for calling an external format program... |
tree | commitdiff |
2012-01-28 |
Ken Hornstein | Create "nowrap" flag to turn off all line wrapping. |
tree | commitdiff |
2012-01-28 |
David Levine | Changed a variable to unsigned and noted an argument... |
tree | commitdiff |
2012-01-27 |
Ken Hornstein | Make POP support always be turned on. |
tree | commitdiff |
2012-01-26 |
David Levine | Removed unused local bp. |
tree | commitdiff |
2012-01-26 |
lyndon | uip/termsbr.c: remove references to PC and ospeed(). |
tree | commitdiff |
2012-01-20 |
Ken Hornstein | Convert the build system over to the use of Automake. |
tree | commitdiff |
2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semant... |
tree | commitdiff |
2012-01-17 |
Ken Hornstein | Convert from utmp functions to utmpx functions (which... |
tree | commitdiff |
2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
tree | commitdiff |
2012-01-17 |
David Levine | Added EXEEXT support, for Cygwin. |
tree | commitdiff |
2012-01-16 |
David Levine | Fixed build on Cygwin by adding configure check for... |
tree | commitdiff |
2012-01-14 |
David Levine | Fixed warnings from gcc -Wclobbered by adding volatile... |
tree | commitdiff |
2012-01-14 |
David Levine | Changed types and added casts so that build is clean... |
tree | commitdiff |
2012-01-14 |
David Levine | gcc -Wmissing-field-initializers noticed several struct... |
tree | commitdiff |
2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
tree | commitdiff |
2012-01-13 |
Ken Hornstein | Create two new mh-format functions: %(putlit) and ... |
tree | commitdiff |
2012-01-12 |
David Levine | Enabled support for tls switch. |
tree | commitdiff |
2012-01-12 |
David Levine | Removed unsupported format and check switches, and... |
tree | commitdiff |
2012-01-12 |
David Levine | Removed, or added use of, unused macros to prevent... |
tree | commitdiff |
2012-01-11 |
David Levine | Removed or protected some unused macros. |
tree | commitdiff |
2012-01-11 |
David Levine | Added #include <grp.h>. It's needed on Linux, should... |
tree | commitdiff |
2012-01-11 |
Ken Hornstein | Completely remove the use of TIME_WITH_SYS_TIME (I... |
tree | commitdiff |
2012-01-11 |
Ken Hornstein | Fix two errors in the conversion to m_mktemp2(): |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Remove OS-specific defines. As part of it, remove... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Garbage collect autoconf support for checking for the... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Switch from using RETSIGTYPE via autoconf to void,... |
tree | commitdiff |
2012-01-08 |
David Levine | gcc -Wempty-body warned that the check of the result... |
tree | commitdiff |
2012-01-08 |
David Levine | Removed hard-coded -I.. and -I../.. from INCLUDES,... |
tree | commitdiff |
2012-01-07 |
David Levine | Added Content-Description header with the filename... |
tree | commitdiff |
2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
tree | commitdiff |
2012-01-06 |
Ken Hornstein | Move definition of LINK to mh header file, and garbage... |
tree | commitdiff |
2012-01-06 |
Ken Hornstein | Garbage collect all of the builtin ftp client support. |
tree | commitdiff |
2012-01-06 |
Ken Hornstein | Garbage-collect SLOCAL_MBOX (and make it the default). |
tree | commitdiff |
2012-01-06 |
Ken Hornstein | Garbage-collect RPATHS support. |
tree | commitdiff |
2012-01-06 |
Ken Hornstein | Remove DBMPWD, make it the default. |
tree | commitdiff |
2012-01-06 |
David Levine | Fixed trivial compile warnings. |
tree | commitdiff |
2012-01-05 |
Ken Hornstein | Garbage collect all of the old UCI #ifdef'd code. |
tree | commitdiff |
2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, and whatn... |
tree | commitdiff |
2012-01-05 |
Ken Hornstein | Bring in all of the mh-e support that is actually used... |
tree | commitdiff |
2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, whatnow... |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Remove #ifdef around use of sigsetjmp(). |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Clean up process wait to use POSIX waitpid() interface. |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Replace <arpa/ftp.h> with "h/arpa_ftp.h". |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Remove HAVE_ARPA_FTP_H and arpa/ftp.h references. |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Ignore OSPEED/ospeed in termcap. Nothing current should... |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Collapse termio/termios/sgtty terminal interface code... |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs. |
tree | commitdiff |
2011-12-25 |
David Levine | Removed unused vmh.c and wmh.c. |
tree | commitdiff |
2011-12-25 |
David Levine | Changed second argument of calls to part_ok() and type_... |
tree | commitdiff |
2011-12-12 |
Ken Hornstein | Make sure to not reset hghnum (in the Maildir code... |
tree | commitdiff |
2011-12-11 |
David Levine | Removed unused local variables to eliminate warnings... |
tree | commitdiff |
2011-12-07 |
David Malone | Add support to inc for incorporting email from Maildir... |
tree | commitdiff |
2011-04-13 |
Ken Hornstein | Whoops, user & port were in the wrong order so msgchk... mmh-start |
tree | commitdiff |
2010-12-21 |
Peter Maydell | Clean up code in inc.c |
tree | commitdiff |
2010-12-20 |
Peter Maydell | Fix used-uninitialised warning in new.c |
tree | commitdiff |
2010-12-20 |
Peter Maydell | Fix crash if fnext/fprev are given an empty folder... |
tree | commitdiff |
2010-12-16 |
Oliver Kiddle | fix badly formatted code found by Markus Schnalke |
tree | commitdiff |
2010-12-15 |
Scott Snyder | propagate and check return status of close() in slocal |
tree | commitdiff |
2010-12-14 |
Oliver Kiddle | switches need to be renumbered following removal of... |
tree | commitdiff |
2010-12-09 |
Ken Hornstein | Massive garbage collection. Remove functionality for... |
tree | commitdiff |
2010-12-08 |
David Levine | * uip/whatnowsbr.c: enforce requirement of at least... |
tree | commitdiff |
2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
tree | commitdiff |
2010-12-03 |
Ken Hornstein | Update for git conversions (and cleanup of autogen... |
tree | commitdiff |
2010-11-19 |
Ken Hornstein | (Minor) cleanup of some of the autoconf code with respe... |
tree | commitdiff |
2010-08-31 |
David Levine | * uip/.cvsignore: added "new". PRE_POSIX_CONVERSION |
tree | commitdiff |
2010-02-06 |
Earl Hood | #ifdef AI_ADDRCONFIG since older IPv4-only systems... |
tree | commitdiff |
2010-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
tree | commitdiff |
2010-02-03 |
Earl Hood | * mts/smtp/smtp.c: added SASL support if mts configuration |
tree | commitdiff |
2009-12-30 |
David Levine | * uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast |
tree | commitdiff |
2009-12-30 |
David Levine | * uip/new.c: cast folder_len to int to avoid warning on |
tree | commitdiff |
2009-12-25 |
David Levine | * uip/inc.c: gcc 4.4.1 noticed that maildir could... |
tree | commitdiff |
2009-01-21 |
Ken Hornstein | Fix warning in getaddrinfo() call. |
tree | commitdiff |
2009-01-17 |
Eric Gillespie | * test/runtest, test/tests/inc/test-deb359167, |
tree | commitdiff |
2009-01-16 |
Ken Hornstein | Massive overhaul of networking code. Changes: |
tree | commitdiff |
2008-08-14 |
Eric Gillespie | This is what happens with last-minute "safe" improvemen... |
tree | commitdiff |
2008-08-14 |
Eric Gillespie | * sbr/ambigsw.c: Send print_sw output to stderr. ... |
tree | commitdiff |
2008-08-14 |
Eric Gillespie | * uip/pick.c: Ensure valid sequence name as soon as... |
tree | commitdiff |
2008-08-14 |
Eric Gillespie | * uip/pick.c: Print matching messages immediately... |
tree | commitdiff |
2008-08-14 |
Eric Gillespie | * uip/Makefile.in, uip/popi.c: Remove popi.c, which... |
tree | commitdiff |
2008-08-14 |
Eric Gillespie | * h/mhparse.h: Move interfaces also used by mhbuildsbr... |
tree | commitdiff |
2008-08-13 |
Eric Gillespie | * test/tests/mhshow/test-qp: Test various valid and... |
tree | commitdiff |
2008-08-08 |
Eric Gillespie | * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add... |
tree | commitdiff |
2008-08-05 |
Peter Maydell | uip/folder.c: chdir(nmhdir) in main rather than in... |
tree | commitdiff |
2008-08-05 |
Peter Maydell | Dump hacky overoptimisation in addir -- it doesn't... |
tree | commitdiff |
2008-08-05 |
Peter Maydell | Simplify dodir/addir/addfold (patch from Eric Gillespie) |
tree | commitdiff |
2008-08-03 |
Peter Maydell | bug #23319: rework the way we handle the working direct... |
tree | commitdiff |
2008-06-02 |
Peter Maydell | When building on gcc, use noreturn attribute on adios... |
tree | commitdiff |
2008-05-22 |
Peter Maydell | Don't use MB_CUR_MAX if we aren't compiled with multiby... |
tree | commitdiff |
2008-05-22 |
Peter Maydell | Factor out common code for writing ls shell command... |
tree | commitdiff |
2008-04-11 |
Oliver Kiddle | move most remaining macros out of acconfig.h which... |
tree | commitdiff |
2008-04-05 |
Peter Maydell | * bug #18655: fix use of admonish() for a fatal error... |
tree | commitdiff |
2008-04-05 |
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that... |
tree | commitdiff |
2008-01-25 |
Josh Bressers | * uip/mhshowsbr.c (show_all_messages): Be more generous... |
tree | commitdiff |
2007-11-08 |
Joel Reicher | Insert types for args of some function pointers to... |
tree | commitdiff |
next |