mmh
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...
2007-04-17 Josh BressersInitial checkin of a testsuite
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2007-04-10 Joel ReicherWe're not using the .Bu macro anymore.
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...
2007-03-21 Peter Maydellbug #15212: remove configure test for broken AT&T vi...
2007-01-16 Josh BressersAdd a missing header file
2006-11-05 Joel ReicherChanged bold "-all" to unbolded "all". It's a reserved...
2006-10-24 David Levine* uip/sendsbr.c: with attachformat values of 1 or 2...
2006-08-27 Josh Bressers* configure.in: If we're not using dotlocking, there...
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-24 Joel Reicherssequal() does not check for a substring, but for a...
2006-04-22 Paul Foxfixes case where a very long character-class range...
2006-04-16 Joel ReicherFixed a typo.
2006-04-14 Joel ReicherCreated function open_form() to open form file or fallb...
2006-04-14 Joel ReicherFixed a couple of typos.
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-04-09 Joel ReicherFixed a small typo.
2006-03-31 Paul Foxthis commit:
2006-03-30 David Levine* uip/sendsbr.c: with attachformat values of 1 or 2...
2006-03-10 Bill Wohler Changed Questions
2006-03-10 Bill WohlerSince faqs.org appears to be moribund, I'm now using...
2006-03-09 Josh Bressers* sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-03-05 Oliver Kiddleand close iconv handle if encoded block empty
2006-03-05 Oliver Kiddledon't try to malloc 0 bytes if an RFC2047 encoded block...
2006-03-04 Peter MaydellInstall scripts with INSTALL_SCRIPT so INSTALL_PROGRAM...
2006-02-25 David Levine* uip/sendsbr.c: replaced st_mtim with st_mtime, that...
2006-02-21 David LevineReplaced second line of Content-Tyhpe of -attachformat...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2006-02-21 David Levine* man/mhbuild.man: wrapped one appearance of "Content...
2006-02-21 Josh Bressers* h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...
2006-02-21 Josh BressersAdd missing create_folder prototype.
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-02-12 David LevineAdded RFC2183 to reference of RFC1806 for Content-Dispo...
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 Oliver Kiddleuse AS_HELP_STRING for formatting help messages
2006-01-18 Oliver Kiddleadd autoconf magic to support old systems that don...
2006-01-18 Oliver Kiddlefix bug with insertion of newline being wrong if the...
2006-01-18 David LevineFixed make_bcc_file () to use contents of From: in...
2006-01-17 Oliver Kiddlemore robust multi-byte/column support for field widths
2006-01-16 Josh Bressers* uip/post.c, uip/spost.c: Move the uptolow macro from...
2006-01-16 Josh Bressers* sbr/fmt_scan.c: Add the missing wchar.h include
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-15 Josh Bressers* sbr/fmt_scan.c:PUTSF() Fix an off by one formatting...
2006-01-15 Josh Bressers* sbr/fmt_scan.c: Turn the PUTSF macro into a function...
2006-01-07 Josh Bressers* Remove sbr/strerror.c -- strerror(3) is defined in...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2006-01-04 Josh Bressers* mh_xmalloc(), mh_xrealloc(), pwd(): Add comments...
2006-01-03 Josh BressersRemove sbr/pwd.c file, moving the pwd() function into...
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 MaydellAvoid non-portable use of $< outside an inference rule.
2005-12-24 Peter MaydellRework detection and handling of ndbm: we now check...
2005-12-22 Peter MaydellFix stupid accidental dependence on a bash quirk in...
2005-12-20 Jon SteinhartRolled release. RELEASE_1_2
2005-12-15 Peter MaydellImprove the checks for where to find ndbm (dbm_open...
2005-12-15 Peter MaydellChange some non-standard formatting in a previous log...
2005-12-14 Josh Bressers* Fedora Bug #163760: sbr/context_read.c (context_read...
2005-12-12 Jon SteinhartFixed annotate call for new delete argument values.
2005-12-12 Josh Bressers* uip/sendsbr.c (annoaux): Fix the call to annotate()
2005-12-08 Jon Steinhart*** empty log message ***
2005-12-07 Jon SteinhartFixed a bug where anno -append put the headers in the...
2005-12-05 Josh BressersFix the AC_PATH_PROG default when vi isn't found during...
2005-12-03 Jon SteinhartRolled version. Should have done it last time!
2005-11-19 Peter MaydellMake it clearer that lower-case envariables aren't...
2005-11-19 Peter MaydellSpecial-case an MHCONTEXT of "/dev/null" and don't...
2005-11-14 Peter Maydell[bug #9813] Don't crash after removing the folder if...
2005-11-13 Peter MaydellPass some globals into sm_init() so that it uses SASL...
2005-11-13 Peter MaydellForgot to quote the bug number in the changelog comment.
2005-11-13 Peter MaydellUse context/ctxpath==NULL to indicate that no context...
2005-11-13 Peter MaydellFix buffer overrun in address parsing code (would only...
2005-11-13 Oliver Kiddleremove link to install-mh that caused problems on some...
2005-11-13 Oliver Kiddlebug #739: install target now depends on all to avoid...
2005-11-10 Josh BressersFix the AC_PATH_PROG default when sendmail isn't found...
2005-11-09 Peter MaydellFix a non-ANSI prototype.
2005-11-08 Oliver KiddleSimon Burge: fix to handle getutent() on NetBSD
2005-11-08 Oliver Kiddleupdate most references to the web page and mailing...
2005-11-08 Oliver Kiddleprepend DESTDIR to install locations
2005-11-08 Oliver Kiddlereplace obsolete autoconf macros
2005-11-06 Peter MaydellFix various buffer overruns in fmt_scan.c; the bulk...
2005-11-06 Peter MaydellFix a compile error if building nmh with --enable-apop.
2005-11-06 Peter MaydellDon't fclose() the file twice in error-exit paths from...
2005-11-06 Peter MaydellRemove space between -o and output filename so it works...
2005-11-06 Peter MaydellAdd an AC_PREREQ so we don't just fail with an obscure...
next