| 2014-02-01 |
Ken Hornstein | Merge branch 'base64-text-fixup' |
tree | commitdiff |
| 2014-01-31 |
Ken Hornstein | Fix base64 to handle text parts properly; currently... |
tree | commitdiff |
| 2014-01-29 |
Ken Hornstein | Beginnings of selectable CTE; allow specification in... |
tree | commitdiff |
| 2014-01-28 |
David Levine | mhl() needs to set invo_name, too. |
tree | commitdiff |
| 2014-01-27 |
David Levine | WhatNow needs to set invo_name so that switches are... |
tree | commitdiff |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
tree | commitdiff |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
tree | commitdiff |
| 2014-01-25 |
David Levine | Added unregister_for_removal(0) calls to the couple... |
tree | commitdiff |
| 2014-01-25 |
David Levine | Replaced nearly all unlink(3) calls with m_unlink(). |
tree | commitdiff |
| 2014-01-25 |
David Levine | Restored the unlinks of temporary files immediately... |
tree | commitdiff |
| 2014-01-25 |
David Levine | Replaced boilerplate at beginning of each nmh program... |
tree | commitdiff |
| 2014-01-25 |
David Levine | Removed 3 renames of temporary files in mhparse.c.... |
tree | commitdiff |
| 2014-01-24 |
Ken Hornstein | Move uip/attach.c to sbr/mime_type.c; it was used by... |
tree | commitdiff |
| 2014-01-24 |
Ken Hornstein | In my over-eager trimming I didn't realize the fallback... |
tree | commitdiff |
| 2014-01-24 |
David Levine | Replaced use of mkstemp() with m_mktemp2() in header_fd... |
tree | commitdiff |
| 2014-01-24 |
Ken Hornstein | Switch from volatile char * to the more correct char... |
tree | commitdiff |
| 2014-01-23 |
Ken Hornstein | Whoops, forgot to initialize the linked list next point... |
tree | commitdiff |
| 2014-01-23 |
Ken Hornstein | Try to suppress warnings from changes (but why is this... |
tree | commitdiff |
| 2014-01-23 |
Ken Hornstein | Whoops, forgot a newline. |
tree | commitdiff |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
tree | commitdiff |
| 2014-01-23 |
Ken Hornstein | Garbage collect unused code. |
tree | commitdiff |
| 2014-01-23 |
Ken Hornstein | Remove automimeproc functionality; it's redundant now. |
tree | commitdiff |
| 2014-01-22 |
Ken Hornstein | Fix mhmail so it works with the new world order. |
tree | commitdiff |
| 2014-01-22 |
Ken Hornstein | Convert whatnow over to using the new Attach header. |
tree | commitdiff |
| 2014-01-22 |
Ken Hornstein | Make viamail read the user's profile; this is required... |
tree | commitdiff |
| 2014-01-22 |
David Levine | Always check that mktemp()/mktemp2() succeeds before... |
tree | commitdiff |
| 2014-01-21 |
David Levine | Replaced use of m_mktemp() with m_mktemp2() so that... |
tree | commitdiff |
| 2014-01-21 |
David Levine | Removed remaining occurrences of char *tmp from uip... |
tree | commitdiff |
| 2014-01-20 |
David Levine | Removed "tmp" from the uip/mh* programs, so that they... |
tree | commitdiff |
| 2014-01-20 |
Ken Hornstein | Remove the --disable-locale configure option and make... |
tree | commitdiff |
| 2014-01-19 |
Ken Hornstein | Add support for not outputting any MIME headers when... |
tree | commitdiff |
| 2014-01-19 |
Ken Hornstein | Allow mhbuild to work when the message body is empty... |
tree | commitdiff |
| 2014-01-19 |
Ken Hornstein | Removed unused argument "file" to user_content(). |
tree | commitdiff |
| 2014-01-18 |
Ken Hornstein | Beginning of work to run mhbuild always. A bit more... |
tree | commitdiff |
| 2014-01-18 |
David Levine | Removed -a option from whatnow attach, in anticipation of |
tree | commitdiff |
| 2014-01-17 |
Ken Hornstein | Add support for -auto flag to mhbuild. |
tree | commitdiff |
| 2014-01-17 |
Ken Hornstein | Remove WHATNOW #ifdefs; that code was obsolete a long... |
tree | commitdiff |
| 2014-01-17 |
David Levine | Moved readconfig() of mhn.defaults into construct_build... |
tree | commitdiff |
| 2014-01-15 |
David Levine | Added check to get_file_info() in attach.c for failed... |
tree | commitdiff |
| 2014-01-12 |
David Levine | Added -v and -a switches to whatnow attach so the user... |
tree | commitdiff |
| 2014-01-11 |
David Levine | Reworked attach to add charset to Content-Type string for |
tree | commitdiff |
| 2014-01-11 |
Ken Hornstein | Don't error out if the message body is empty. |
tree | commitdiff |
| 2014-01-10 |
Ken Hornstein | Make sure we use the 'short' filename and add newlines... |
tree | commitdiff |
| 2014-01-10 |
Ken Hornstein | A bit closer, but don't run the test just yet. |
tree | commitdiff |
| 2014-01-09 |
Ken Hornstein | Preliminary Attach: header support. Untested just... |
tree | commitdiff |
| 2014-01-09 |
David Levine | Detect whether or not to use -n with tail in build_nmh. |
tree | commitdiff |
| 2014-01-07 |
David Levine | Replaced hidden make_mime_composition_file_entry()... |
tree | commitdiff |
| 2014-01-05 |
David Levine | Fixed description of send -attach switch in whatnow... |
tree | commitdiff |
| 2014-01-05 |
David Levine | Removed remaining globals in uip/attach.c. |
tree | commitdiff |
| 2014-01-05 |
David Levine | Got rid of a couple of globals used by attach get_line(). |
tree | commitdiff |
| 2014-01-05 |
David Levine | Moved the functions that implement whatnow attach from |
tree | commitdiff |
| 2014-01-05 |
David Levine | In whatnow help, don't show that detached can be abbrev... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Garbage collect some Autoconf cruft that has been aroun... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Convert all of the terminal functions over to terminfo... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Switch from the M-X format for characters with the... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Drop support for different behavior on hardcopy termina... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Move the termsbr code into the libmh library, where... |
tree | commitdiff |
| 2014-01-01 |
David Levine | Changed several globals to be static, to avoid collision, |
tree | commitdiff |
| 2013-12-31 |
Ken Hornstein | Change fmttest to use litputs() on str and output buffe... |
tree | commitdiff |
| 2013-12-28 |
David Levine | Fixed chmod of temp file in prompter. Noticed by valgrind. |
tree | commitdiff |
| 2013-12-28 |
David Levine | Null-terminate buffer in mbx_copy() in dropsbr.c. ... |
tree | commitdiff |
| 2013-12-22 |
David Levine | file --mime on OpenBSD returns strings such as "text... |
tree | commitdiff |
| 2013-12-22 |
David Levine | Whooops, gcc on OpenBSD noticed a nasty in the last... |
tree | commitdiff |
| 2013-12-22 |
David Levine | With whatnow attach, determine the content MIME type... |
tree | commitdiff |
| 2013-12-22 |
David Levine | Increased size of file command buffer in make_mime_comp... |
tree | commitdiff |
| 2013-12-13 |
David Levine | Tweaked rcvtty.c to squelch warnings on OpenBSD. Three... |
tree | commitdiff |
| 2013-12-13 |
David Levine | Initialize local child_id in main() of whom.c to squelc... |
tree | commitdiff |
| 2013-12-13 |
David Levine | Squelch warning from cc on OpenBSD that fd argument... |
tree | commitdiff |
| 2013-12-11 |
David Levine | Removed a bunch of unreachable break statements found by |
tree | commitdiff |
| 2013-12-09 |
David Levine | Removed dependence of build_nmh on ldd by adding sasl... |
tree | commitdiff |
| 2013-12-05 |
David Levine | Fix to commit 7e40862e6a4da7810a46aa1e28b05e527fdc208a: |
tree | commitdiff |
| 2013-12-05 |
David Levine | Really fixed mhmail. |
tree | commitdiff |
| 2013-12-05 |
David Levine | Fixed test-mhmail failure on Solaris: its tail doesn... |
tree | commitdiff |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
tree | commitdiff |
| 2013-12-05 |
David Levine | Use ICONV_CONST in declaration of variable that's passed to |
tree | commitdiff |
| 2013-12-05 |
David Levine | Added comment about not supporting trailing semicolons |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
tree | commitdiff |
| 2013-12-03 |
Ken Hornstein | Add support for a -file switch to handle messages that... |
tree | commitdiff |
| 2013-12-02 |
Ken Hornstein | Remove code to set the signature buffer; it turns out... |
tree | commitdiff |
| 2013-11-14 |
Ken Hornstein | Switch fmttest over to using snprintb() instead of... |
tree | commitdiff |
| 2013-11-13 |
Ken Hornstein | Fix up date mode so it works without providing a format... |
tree | commitdiff |
| 2013-11-09 |
Ken Hornstein | Add support for -changecur and -nochangecur to mhlist(1). |
tree | commitdiff |
| 2013-11-08 |
Ken Hornstein | Fix handling of -headerencoding switch. |
tree | commitdiff |
| 2013-11-03 |
David Levine | Cleaned up the "stripped CRs" mhfixmsg verbose message. |
tree | commitdiff |
| 2013-10-31 |
Ken Hornstein | Support the -headerencoding switch to select the header... |
tree | commitdiff |
| 2013-10-30 |
Ken Hornstein | It looks like simple quoted-printable encoding of heade... |
tree | commitdiff |
| 2013-10-28 |
Ken Hornstein | Fix bug found by LLVM. |
tree | commitdiff |
| 2013-10-28 |
Ken Hornstein | Fix up warnings reported by LLVM. |
tree | commitdiff |
| 2013-10-27 |
David Levine | Interpret a full path argument to mhfixmsg as a filenam... |
tree | commitdiff |
| 2013-10-19 |
David Levine | Added volatile qualifier in a couple of places to get... |
tree | commitdiff |
| 2013-10-19 |
David Levine | Allow mhfixmsg to strip carriage returns from ISO-8850... |
tree | commitdiff |
| 2013-10-18 |
Ken Hornstein | Implemented -build switch for comp, at the request... |
tree | commitdiff |
| 2013-10-16 |
Ken Hornstein | Add locking support to the version of the sequence... |
tree | commitdiff |
| 2013-10-06 |
David Levine | The Content-Disposition type needs to be "inline" for... |
tree | commitdiff |
| 2013-08-19 |
David Levine | Added -replacetextplain switch to mhfixmsg. If enabled... |
tree | commitdiff |
| 2013-07-01 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2013-07-01 |
Lyndon Nerenberg | Revert "Move a variable manipulation outside the contex... |
tree | commitdiff |
| 2013-07-01 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2013-07-01 |
Lyndon Nerenberg | Move a variable manipulation outside the context of... |
tree | commitdiff |
| 2013-07-01 |
Lyndon Nerenberg | Copy a parameter off the call stack to quell a longjmp... |
tree | commitdiff |
| next |