| 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 | 
| 2008-04-30 | 
Peter Maydell | Provide SASL_CB_AUTHNAME callback (avoids problem with...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-29 | 
Peter Maydell | Correct various places in smtp.c where the reply string...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-29 | 
Peter Maydell | Fix SASL issue properly, by making sm_rrecord() and...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-29 | 
Peter Maydell | Revert previous SASL fix (wrong approach) | 
commit | commitdiff | tree | snapshot | 
| 2008-04-29 | 
Peter Maydell | Cope with sasl_decode64() returning SASL_CONTINUE as...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-28 | 
Peter Maydell | Add remark about how to update the homepage. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-27 | 
Peter Maydell | Update some of the 'how to do a release' documentation | 
commit | commitdiff | tree | snapshot | 
| 2008-04-27 | 
Peter Maydell | Up version string to 1.3-dev for the CVS trunk. | 
commit | commitdiff | tree | snapshot | 
| 2008-04-27 | 
Peter Maydell | Use hyphen, not plus (corresponding to previous RCx...   nmh-1_3_RC1 | 
commit | commitdiff | tree | snapshot | 
| 2008-04-27 | 
Peter Maydell | Bump version number, date for release of 1.3 RC1 | 
commit | commitdiff | tree | snapshot | 
| 2008-04-11 | 
Oliver Kiddle | move most remaining macros out of acconfig.h which...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-05 | 
Peter Maydell | * bug #18655: fix use of admonish() for a fatal error...  | 
commit | commitdiff | tree | snapshot | 
| 2008-04-05 | 
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that...  | 
commit | commitdiff | tree | snapshot | 
| 2008-01-25 | 
Josh Bressers | * uip/mhshowsbr.c (show_all_messages): Be more generous...  | 
commit | commitdiff | tree | snapshot | 
| 2007-11-08 | 
Joel Reicher | Insert types for args of some function pointers to...  | 
commit | commitdiff | tree | snapshot | 
| 2007-11-04 | 
Joel Reicher | Return type of (*done)() changed to void. default_done...  | 
commit | commitdiff | tree | snapshot | 
| 2007-11-04 | 
Joel Reicher | Refactor cts pointer and free()ing on abnormal exit...  | 
commit | commitdiff | tree | snapshot | 
| 2007-11-04 | 
Joel Reicher | Change link-time overriding of done() to run-time reass...  | 
commit | commitdiff | tree | snapshot | 
| 2007-09-24 | 
Bill Wohler |   The MH web site is now http://rand-mh.sourceforge...  | 
commit | commitdiff | tree | snapshot | 
| 2007-08-21 | 
Josh Bressers | * Red Hat Bug #253342: inc.c, utils.c, utils.h: When...  | 
commit | commitdiff | tree | snapshot | 
| 2007-04-29 | 
Peter Maydell | Rename functions to avoid clash with C library exp2(). | 
commit | commitdiff | tree | snapshot | 
| 2007-04-29 | 
Peter Maydell | Suppress 'uninitialised variable' warning. | 
commit | commitdiff | tree | snapshot | 
| 2007-04-29 | 
Peter Maydell | On Linux, define _GNU_SOURCE so that GNU libc exposes...  | 
commit | commitdiff | tree | snapshot | 
| 2007-04-29 | 
Peter Maydell | Change name of internal function to avoid potential...  | 
commit | commitdiff | tree | snapshot | 
| 2007-04-29 | 
Peter Maydell | Minor rearrangement so variables/functions used only...  | 
commit | commitdiff | tree | snapshot | 
| 2007-04-29 | 
Peter Maydell | For gcc, make the default CFLAGS include -Wno-pointer...  | 
commit | commitdiff | tree | snapshot | 
| 2007-04-17 | 
Joel Reicher | buffer is compared with cp, and so needs to be changed...  | 
commit | commitdiff | tree | snapshot | 
| 2007-04-17 | 
Josh Bressers | Initial checkin of a testsuite | 
commit | commitdiff | tree | snapshot | 
| 2007-04-13 | 
Joel Reicher | Change all chars being passed to the ctype macros ...  | 
commit | commitdiff | tree | snapshot | 
| 2007-04-10 | 
Joel Reicher | We're not using the .Bu macro anymore. | 
commit | commitdiff | tree | snapshot | 
| 2007-04-10 | 
Joel Reicher | Fix for bug #11139: mhl -form mhl.reply omits '> '...  | 
commit | commitdiff | tree | snapshot | 
| 2007-04-10 | 
Joel Reicher | Application of patch #5218: patch for bug #9742. Fixes...  | 
commit | commitdiff | tree | snapshot | 
| 2007-03-21 | 
Peter Maydell | bug #18630, #18631, #18632, #18634: various patches...  | 
commit | commitdiff | tree | snapshot | 
| 2007-03-21 | 
Peter Maydell | bug #15212: remove configure test for broken AT&T vi...  | 
commit | commitdiff | tree | snapshot | 
| 2007-01-16 | 
Josh Bressers | Add a missing header file | 
commit | commitdiff | tree | snapshot | 
| 2006-11-05 | 
Joel Reicher | Changed bold "-all" to unbolded "all". It's a reserved...  | 
commit | commitdiff | tree | snapshot | 
| 2006-10-24 | 
David Levine | * uip/sendsbr.c: with attachformat values of 1 or 2...  | 
commit | commitdiff | tree | snapshot | 
| 2006-08-27 | 
Josh Bressers | * configure.in: If we're not using dotlocking, there...  | 
commit | commitdiff | tree | snapshot | 
| 2006-06-04 | 
Joel Reicher | Fixed bug introduced when changing from check_folder...  | 
commit | commitdiff | tree | snapshot | 
| 2006-04-27 | 
Joel Reicher | Created pluspath function to check for '+' prefix and...  | 
commit | commitdiff | tree | snapshot | 
| 2006-04-24 | 
Joel Reicher | ssequal() does not check for a substring, but for a...  | 
commit | commitdiff | tree | snapshot | 
| 2006-04-22 | 
Paul Fox | fixes case where a very long character-class range...  | 
commit | commitdiff | tree | snapshot | 
| 2006-04-16 | 
Joel Reicher | Fixed a typo. | 
commit | commitdiff | tree | snapshot | 
| 2006-04-14 | 
Joel Reicher | Created function open_form() to open form file or fallb...  | 
commit | commitdiff | tree | snapshot | 
| 2006-04-14 | 
Joel Reicher | Fixed a couple of typos. | 
commit | commitdiff | tree | snapshot | 
| 2006-04-14 | 
Joel Reicher | Sanitised some dodgy homedir finding code, but it still...  | 
commit | commitdiff | tree | snapshot | 
| 2006-04-14 | 
Joel Reicher | Get rid of some trivial warnings; unused variables...  | 
commit | commitdiff | tree | snapshot | 
| 2006-04-13 | 
Joel Reicher | Make print_aka() and print_usr() static. They're not...  | 
commit | commitdiff | tree | snapshot | 
| 2006-04-11 | 
Joel Reicher | Created app_msgarg() (append message arg) and a simple...  | 
commit | commitdiff | tree | snapshot | 
| 2006-04-11 | 
Joel Reicher | Completing the .cvsignore list(s). | 
commit | commitdiff | tree | snapshot | 
| 2006-04-09 | 
Joel Reicher | Fixed a small typo. | 
commit | commitdiff | tree | snapshot | 
| 2006-03-31 | 
Paul Fox | this commit: | 
commit | commitdiff | tree | snapshot | 
| 2006-03-30 | 
David Levine | * uip/sendsbr.c: with attachformat values of 1 or 2...  | 
commit | commitdiff | tree | snapshot | 
| 2006-03-10 | 
Bill Wohler | 			  Changed Questions | 
commit | commitdiff | tree | snapshot | 
| 2006-03-10 | 
Bill Wohler | Since faqs.org appears to be moribund, I'm now using...  | 
commit | commitdiff | tree | snapshot | 
| 2006-03-09 | 
Josh Bressers | * sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the...  | 
commit | commitdiff | tree | snapshot | 
| 2006-03-08 | 
Josh Bressers | * (mh_strcasecmp): Rename the private strcasecmp functi...  | 
commit | commitdiff | tree | snapshot | 
| 2006-03-05 | 
Oliver Kiddle | and close iconv handle if encoded block empty | 
commit | commitdiff | tree | snapshot | 
| 2006-03-05 | 
Oliver Kiddle | don't try to malloc 0 bytes if an RFC2047 encoded block...  | 
commit | commitdiff | tree | snapshot | 
| 2006-03-04 | 
Peter Maydell | Install scripts with INSTALL_SCRIPT so INSTALL_PROGRAM...  | 
commit | commitdiff | tree | snapshot | 
| 2006-02-25 | 
David Levine | * uip/sendsbr.c: replaced st_mtim with st_mtime, that...  | 
commit | commitdiff | tree | snapshot | 
| 2006-02-21 | 
David Levine | Replaced second line of Content-Tyhpe of -attachformat...  | 
commit | commitdiff | tree | snapshot | 
| 2006-02-21 | 
David Levine | * h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c, | 
commit | commitdiff | tree | snapshot | 
| 2006-02-21 | 
David Levine | * man/mhbuild.man: wrapped one appearance of "Content...  | 
commit | commitdiff | tree | snapshot | 
| 2006-02-21 | 
Josh Bressers | * h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...  | 
commit | commitdiff | tree | snapshot | 
| 2006-02-21 | 
Josh Bressers | Add missing create_folder prototype. | 
commit | commitdiff | tree | snapshot | 
| 2006-02-20 | 
Josh Bressers | * sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc...  | 
commit | commitdiff | tree | snapshot | 
| 2006-02-18 | 
David Levine | Added support for optional Content_Disposition header...  | 
commit | commitdiff | tree | snapshot | 
| 2006-02-12 | 
David Levine | Added RFC2183 to reference of RFC1806 for Content-Dispo...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-31 | 
David Levine | Added -nocontentid (and -contentid, for symmetry) switc...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-29 | 
Oliver Kiddle | remove trailing newlines from components to fix bug...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-18 | 
Oliver Kiddle | use AS_HELP_STRING for formatting help messages | 
commit | commitdiff | tree | snapshot | 
| 2006-01-18 | 
Oliver Kiddle | add autoconf magic to support old systems that don...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-18 | 
Oliver Kiddle | fix bug with insertion of newline being wrong if the...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-18 | 
David Levine | Fixed make_bcc_file () to use contents of From: in...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-17 | 
Oliver Kiddle | more robust multi-byte/column support for field widths | 
commit | commitdiff | tree | snapshot | 
| 2006-01-16 | 
Josh Bressers | * uip/post.c, uip/spost.c: Move the uptolow macro from...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-16 | 
Josh Bressers | * sbr/fmt_scan.c: Add the missing wchar.h include | 
commit | commitdiff | tree | snapshot | 
| 2006-01-16 | 
Oliver Kiddle | *** empty log message *** | 
commit | commitdiff | tree | snapshot | 
| 2006-01-16 | 
Oliver Kiddle | remove remnants of code for MMDF | 
commit | commitdiff | tree | snapshot | 
| 2006-01-16 | 
Oliver Kiddle | multiply buffer size by MB_CUR_MAX so multi-byte chars fit | 
commit | commitdiff | tree | snapshot | 
| 2006-01-15 | 
Josh Bressers | * sbr/fmt_scan.c:PUTSF() Fix an off by one formatting...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-15 | 
Josh Bressers | * sbr/fmt_scan.c: Turn the PUTSF macro into a function...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-07 | 
Josh Bressers | * Remove sbr/strerror.c -- strerror(3) is defined in...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-06 | 
Josh Bressers | * patch #3968: Move the add() function from its own...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-04 | 
Josh Bressers | * mh_xmalloc(), mh_xrealloc(), pwd(): Add comments...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-03 | 
Josh Bressers | Remove sbr/pwd.c file, moving the pwd() function into...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-02 | 
Josh Bressers | * patch #3967: Create a mh_xrealloc function to prevent...  | 
commit | commitdiff | tree | snapshot | 
| 2006-01-02 | 
Josh Bressers | * patch #3966: Create a mh_xmalloc function to prevent...  | 
commit | commitdiff | tree | snapshot | 
| 2005-12-24 | 
Peter Maydell | Avoid non-portable use of $< outside an inference rule. | 
commit | commitdiff | tree | snapshot | 
| 2005-12-24 | 
Peter Maydell | Rework detection and handling of ndbm: we now check...  | 
commit | commitdiff | tree | snapshot | 
| 2005-12-22 | 
Peter Maydell | Fix stupid accidental dependence on a bash quirk in...  | 
commit | commitdiff | tree | snapshot | 
| next |