| 2017-11-12 |
Ralph Corderoy | push.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | path.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | print_version.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | print_sw.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | print_help.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | seq_nameok.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | seq_list.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | seq_bits.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | seq_getnum.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | seq_del.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | seq_print.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | seq_add.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | arglist.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | Strip directory from #include when it's not needed. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | Remove symbols-wanted comments after #include. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | Use #include with `""' for including nmh's source. |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Ralph Corderoy | error.c: Move interface to own file. |
commit | commitdiff | tree | snapshot |
| 2017-11-09 |
Ken Hornstein | Support a -timeout switch. |
commit | commitdiff | tree | snapshot |
| 2017-11-04 |
Ken Hornstein | Use va_copy() to get a copy of va_list, instead of... |
commit | commitdiff | tree | snapshot |
| 2017-11-04 |
Ken Hornstein | Add support for batch mode. |
commit | commitdiff | tree | snapshot |
| 2017-11-03 |
Ken Hornstein | Various IMAP protocol improvements |
commit | commitdiff | tree | snapshot |
| 2017-11-03 |
Ken Hornstein | Make APPEND work; still needs some changes, though. |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ken Hornstein | Start of making APPEND functional; not quite there... |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ken Hornstein | Support sending multiple commands at once. |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ken Hornstein | Report on the TLS negotation time |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ralph Corderoy | prototypes.h: Delete duplicate prototypes. |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ralph Corderoy | prototypes.h: Delete default_done() prototype. |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ralph Corderoy | forwsbr.c: Move interface declaration to own forwsbr.h. |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ralph Corderoy | md5.c, md5.h: Reformat and delete needless portability. |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ralph Corderoy | Split function definition prototypes so identifier... |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ralph Corderoy | Don't have `static' of a function definition on its... |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ralph Corderoy | Move the opening brace of a C function to its own line. |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ralph Corderoy | repl.c: Add `static' to function definitions to match... |
commit | commitdiff | tree | snapshot |
| 2017-11-02 |
Ralph Corderoy | repl.c, replsbr.c: Move shared data into header file. |
commit | commitdiff | tree | snapshot |
| 2017-11-01 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
commit | commitdiff | tree | snapshot |
| 2017-11-01 |
Ralph Corderoy | send.c, whatnowsbr.c: Delete option variables set but... |
commit | commitdiff | tree | snapshot |
| 2017-11-01 |
Ken Hornstein | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
| 2017-11-01 |
Ken Hornstein | Clean up things a bit |
commit | commitdiff | tree | snapshot |
| 2017-11-01 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
commit | commitdiff | tree | snapshot |
| 2017-10-31 |
Ralph Corderoy | mhbuild.c, mhbuildsbr.c: Replace three global ints... |
commit | commitdiff | tree | snapshot |
| 2017-10-31 |
Ralph Corderoy | Replace some ints that are only ever 0 or 1 with bool. |
commit | commitdiff | tree | snapshot |
| 2017-10-31 |
Ralph Corderoy | dtimep.l: Delete unused macros SKIPSP and SKIPTOSP. |
commit | commitdiff | tree | snapshot |
| 2017-10-31 |
Ken Hornstein | Display the command when reporting timing. |
commit | commitdiff | tree | snapshot |
| 2017-10-30 |
Ralph Corderoy | uip: Change global int userrs to bool. |
commit | commitdiff | tree | snapshot |
| 2017-10-30 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
commit | commitdiff | tree | snapshot |
| 2017-10-30 |
Ralph Corderoy | sbr: Replace some ints that are only ever 0 or 1 with... |
commit | commitdiff | tree | snapshot |
| 2017-10-30 |
Ralph Corderoy | mts/smtp/smtp.c: Replace int with bool. |
commit | commitdiff | tree | snapshot |
| 2017-10-30 |
Ralph Corderoy | nmh_init(): Replace integer parameter with two bools. |
commit | commitdiff | tree | snapshot |
| 2017-10-30 |
Ralph Corderoy | Replace adios(NULL, ...) with die(...). |
commit | commitdiff | tree | snapshot |
| 2017-10-30 |
Ralph Corderoy | Replace printf(3) with fputs(3) where possible. |
commit | commitdiff | tree | snapshot |
| 2017-10-30 |
Ralph Corderoy | mhbuild.man: Avoid using format-free printf(3) in example. |
commit | commitdiff | tree | snapshot |
| 2017-10-28 |
Ralph Corderoy | msgchk.c: Rewrite checkmail(), removing need for macros. |
commit | commitdiff | tree | snapshot |
| 2017-10-28 |
Ralph Corderoy | SPECS: Use `command-line interface' in one-line summary. |
commit | commitdiff | tree | snapshot |
| 2017-10-28 |
Ralph Corderoy | whatnow: Remove undocumented printf-formatting of ... |
commit | commitdiff | tree | snapshot |
| 2017-10-28 |
Ralph Corderoy | SPECS: Alter description to not require a GUI interface. |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ralph Corderoy | configure.ac: Test for libtinfo to resolve setupterm(3). |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ralph Corderoy | msgchk.c: Remove UUCP tests; unused since `#ifdef MF'. |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ralph Corderoy | Replace getcpy(f()) calls with mh_xstrdup() when f... |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ralph Corderoy | Delete "blank" lines at start of files to bring content... |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ralph Corderoy | utils.c: Improve comment describing add(). Suggest... |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ralph Corderoy | imaptest.c: Don't use error message as adios()'s format. |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ralph Corderoy | imaptest.c: Don't test possibly uninitialised local... |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ralph Corderoy | imaptest.c: Don't free brkstring()'s value; it's re... |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ralph Corderoy | imaptest.c: Add `format(printf, ...)' attribute to... |
commit | commitdiff | tree | snapshot |
| 2017-10-27 |
Ken Hornstein | Fix invalid pointer arithmetic. |
commit | commitdiff | tree | snapshot |
| 2017-10-26 |
Ken Hornstein | Support command issuance and timestamps. |
commit | commitdiff | tree | snapshot |
| 2017-10-26 |
Ken Hornstein | Still more fiddling. |
commit | commitdiff | tree | snapshot |
| 2017-10-26 |
Ken Hornstein | Add netsec_get_sasl_ssf(). |
commit | commitdiff | tree | snapshot |
| 2017-10-25 |
Ken Hornstein | A little closer to being somewhat useful. |
commit | commitdiff | tree | snapshot |
| 2017-10-25 |
Ken Hornstein | Make snoop work like it used to for SMTP. |
commit | commitdiff | tree | snapshot |
| 2017-10-25 |
Ken Hornstein | Fix up some const and unsigned char warnings. |
commit | commitdiff | tree | snapshot |
| 2017-10-25 |
Ken Hornstein | Improved, a bit. Slightly more useful. |
commit | commitdiff | tree | snapshot |
| 2017-10-25 |
Ken Hornstein | Rework snoop support slightly for the new world order. |
commit | commitdiff | tree | snapshot |
| 2017-10-25 |
Ken Hornstein | Rototill snoop support so it works at flush time. |
commit | commitdiff | tree | snapshot |
| 2017-10-24 |
Ken Hornstein | It does just what it says on the tin. |
commit | commitdiff | tree | snapshot |
| 2017-10-24 |
Ken Hornstein | Add context information to SASL callback. |
commit | commitdiff | tree | snapshot |
| 2017-10-24 |
Ken Hornstein | Switch to the use of to_upper() instead of custom code. |
commit | commitdiff | tree | snapshot |
| 2017-10-22 |
Ken Hornstein | Improve this documentation a bit. |
commit | commitdiff | tree | snapshot |
| 2017-09-26 |
David Levine | Remove mmdf_magic and empty_line temp files on success. |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | picksbr.c: fprintf(3) function pointer using `%p' and... |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | slocal.c: Use C99's `%td' to printf(3) ptrdiff_t values. |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | inc/test-eom-align: Cut down on the flicker by re-order... |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | inc/test-eom-align: Replace case on $MBOX_TYPE with... |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | inc/test-eom-align: rm(1) unwanted +inbox emails, not... |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | inc/test-eom-align: Create test mboxes in less steps. |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | inc/test-eom-align: Fix MMDF-mbox `B' size calculation. |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | inc/test-eom-align: Fix MMDF-mbox `A' size calculation. |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | test/common.sh.in: Only rm(1) if the cd(1) succeeds. |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | annosbr.c: free(3) takes void pointer; don't cast non... |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | void-pointer parameters don't need casting to char... |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | Replace `sizeof (char)' with 1, then remove if a multip... |
commit | commitdiff | tree | snapshot |
| 2017-09-24 |
Ralph Corderoy | Don't cast void pointer return value of malloc() et al. |
commit | commitdiff | tree | snapshot |
| 2017-09-23 |
Ralph Corderoy | Stop failed m_mktemp2() that give directory reporting... |
commit | commitdiff | tree | snapshot |
| 2017-09-23 |
Ralph Corderoy | mhbuild.c: Don't use set_done() to unlink temporary... |
commit | commitdiff | tree | snapshot |
| 2017-09-23 |
Ralph Corderoy | mhshow/test-charset: Test iconv(1)'s result, not just... |
commit | commitdiff | tree | snapshot |
| 2017-09-23 |
Ralph Corderoy | mhshow/test-charset: printf(1)'s octal doesn't need... |
commit | commitdiff | tree | snapshot |
| 2017-09-23 |
Ralph Corderoy | inc/test-eom-align: Use octal, not hex, in printf(1... |
commit | commitdiff | tree | snapshot |
| 2017-09-23 |
Ralph Corderoy | mhshow/test-charset: Use octal, not hex, in printf... |
commit | commitdiff | tree | snapshot |
| 2017-09-22 |
David Levine | Added tests of MMDF mailbox format to test-eom-align. |
commit | commitdiff | tree | snapshot |
| 2017-09-22 |
Ralph Corderoy | runpty.c: Move child slave code into new run_command(). |
commit | commitdiff | tree | snapshot |
| next |