2015-02-22 |
Philipp Takacs | remove longjmp in signalhandler of slocal |
tree | commitdiff |
2015-01-17 |
Philipp Takacs | remove done finaly |
tree | commitdiff |
2015-01-15 |
markus schnalke | Convert pidXwait() from macro to function |
tree | commitdiff |
2015-01-14 |
markus schnalke | Added execprog() and execprogl(), which are safer alter... |
tree | commitdiff |
2014-11-03 |
markus schnalke | Converted msgstats macros & Co. to functions and added... |
tree | commitdiff |
2014-09-25 |
markus schnalke | uprf: We don't have to implement it ourselves but can... |
tree | commitdiff |
2014-09-25 |
markus schnalke | sbr/trim.c: New helper function trim(). Strips whitespa... |
tree | commitdiff |
2012-12-08 |
markus schnalke | sbr/getpass.c: Removed nmh_getpass() for it is not... |
tree | commitdiff |
2012-07-07 |
markus schnalke | send: Sign and encrypt messages automatically, based... |
tree | commitdiff |
2012-06-28 |
markus schnalke | Completely removed the backup-prefix (,). We move to... |
tree | commitdiff |
2012-06-28 |
markus schnalke | Removed context_foil(). We don't need it anymore. |
tree | commitdiff |
2012-05-21 |
markus schnalke | (Ignore!) Again a whitespace change for testing purposes. |
tree | commitdiff |
2012-05-01 |
markus schnalke | Removed the altmsglink (named `@') and env var `$edital... |
tree | commitdiff |
2012-05-01 |
markus schnalke | mhbuild: Removed -rfc934mode switch, which is only... |
tree | commitdiff |
2012-04-30 |
markus schnalke | Removed the -noeditor switches and made them replaceabl... |
tree | commitdiff |
2012-04-30 |
markus schnalke | Rework in charset code. (Includes renaming.) |
tree | commitdiff |
2012-04-14 |
markus schnalke | No more mhshow-charset-* but instead automatic invocati... |
tree | commitdiff |
2012-04-14 |
markus schnalke | Remove unused struct component. |
tree | commitdiff |
2012-04-12 |
markus schnalke | mhshow/mhstore: Removed support for retrieving message... |
tree | commitdiff |
2012-04-11 |
markus schnalke | Remove caching of external MIME parts. |
tree | commitdiff |
2012-04-11 |
markus schnalke | Removed RFC 1864 (Content-MD5) support. I.e. -check... |
tree | commitdiff |
2012-04-10 |
markus schnalke | Default scan format: Added leading zeros, which I've... |
tree | commitdiff |
2012-04-10 |
markus schnalke | Added HH:MM to the default scan format. |
tree | commitdiff |
2012-03-29 |
markus schnalke | Folded fileproc to constant `refile'. |
tree | commitdiff |
2012-03-29 |
markus schnalke | Trash folder replaces rmmproc. Rework of rmm(1) and... |
tree | commitdiff |
2012-03-27 |
markus schnalke | Create proper prototypes for formataddr(). |
tree | commitdiff |
2012-03-27 |
markus schnalke | We have only numeric timezone support (e.g. +0200)... |
tree | commitdiff |
2012-03-27 |
markus schnalke | abs() is part of C89. |
tree | commitdiff |
2012-03-27 |
markus schnalke | We are making POSIX signal support a requirement. |
tree | commitdiff |
2012-03-27 |
markus schnalke | Switch from using RETSIGTYPE via autoconf to void. |
tree | commitdiff |
2012-03-26 |
markus schnalke | Remove RPATH code though. Discussions on nmh-workers... |
tree | commitdiff |
2012-03-26 |
markus schnalke | Remove overrides for 'broken' stat macros. Remove redun... |
tree | commitdiff |
2012-03-26 |
markus schnalke | Nuke directory processing conditionals; use dirent.h. |
tree | commitdiff |
2012-03-26 |
markus schnalke | Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs. |
tree | commitdiff |
2012-03-26 |
markus schnalke | There's no need for killpg(). We can use kill() instead. |
tree | commitdiff |
2012-03-24 |
markus schnalke | CHANGE OF THE DECADE: I finally gave m_unknown() a... |
tree | commitdiff |
2012-03-24 |
markus schnalke | Replaced msg_style with the boolean ismbox. |
tree | commitdiff |
2012-03-24 |
markus schnalke | We don't need m_msgdef.c separately and some minor... |
tree | commitdiff |
2012-03-24 |
markus schnalke | Merged folder_pack.c into folder.c. |
tree | commitdiff |
2012-03-24 |
markus schnalke | Replaced folder_exists() by a call to create_folder(). |
tree | commitdiff |
2012-03-24 |
markus schnalke | In-sourced copyip() and could make the code simpler. |
tree | commitdiff |
2012-03-24 |
markus schnalke | closefds() doesn't seem relevant or large enough to... |
tree | commitdiff |
2012-03-24 |
markus schnalke | Replaced atooi() with strtoul(..., 8). That's part... |
tree | commitdiff |
2012-03-23 |
markus schnalke | Merged annosbr.c into anno.c, as it is no longer used... |
tree | commitdiff |
2012-03-23 |
markus schnalke | Removed unused defines. |
tree | commitdiff |
2012-03-23 |
markus schnalke | scan(): Symbolic names instead of magic numbers. |
tree | commitdiff |
2012-03-22 |
markus schnalke | Removed the trivial peekc() and put the code at the... |
tree | commitdiff |
2012-03-22 |
markus schnalke | Removed unused fdcompare(). |
tree | commitdiff |
2012-03-22 |
markus schnalke | Merged mhbuildsbr.c into mhbuild.c, cause it is not... |
tree | commitdiff |
2012-03-22 |
markus schnalke | Call send directly, not via sendproc. Removed its profi... |
tree | commitdiff |
2012-03-22 |
markus schnalke | Call spost directly, not via postproc. Remove the postp... |
tree | commitdiff |
2012-03-22 |
markus schnalke | Hardcoded mhmail instead of mailproc. |
tree | commitdiff |
2012-03-22 |
markus schnalke | Removed the mhlproc profile entry. Call mhl directly. |
tree | commitdiff |
2012-03-22 |
markus schnalke | Defined show(mime)proc locally and removed their profil... |
tree | commitdiff |
2012-03-22 |
markus schnalke | Remove the rcvstoreproc/rcvpackproc vars. |
tree | commitdiff |
2012-03-22 |
markus schnalke | s/lproc/listproc/ |
tree | commitdiff |
2012-03-22 |
markus schnalke | Removed the now unused incproc var. |
tree | commitdiff |
2012-03-22 |
markus schnalke | Removed the `mhbuild' indirection via `buildmimeproc'. |
tree | commitdiff |
2012-03-22 |
markus schnalke | moreproc is now Pager/defaultpager; removed -moreproc... |
tree | commitdiff |
2012-03-21 |
markus schnalke | Removed unused code. |
tree | commitdiff |
2012-03-21 |
markus schnalke | Removed support for UUCP bang path addresses. |
tree | commitdiff |
2012-03-21 |
markus schnalke | Made the RPATHS config option the default and removed... |
tree | commitdiff |
2012-03-21 |
markus schnalke | Slocal uses rcvpack now. Code beautification in slocal. |
tree | commitdiff |
2012-03-21 |
markus schnalke | Renamed the mbx_* functions to mbox_*, because mbx... |
tree | commitdiff |
2012-03-21 |
markus schnalke | If rcvpack missed file argument, it prints to stdout... |
tree | commitdiff |
2012-03-20 |
markus schnalke | Makefiles: s/nmh/mmh/; fixed generation of mmhdist. |
tree | commitdiff |
2012-03-20 |
markus schnalke | anno: Undid the ``preserve argument hack''. |
tree | commitdiff |
2012-03-20 |
markus schnalke | scan(): Replaced explicit noisy parameter with implicit... |
tree | commitdiff |
2012-03-20 |
markus schnalke | Removed special `folder' and `dtimenow' format escapes... |
tree | commitdiff |
2012-02-13 |
markus schnalke | Removed support for Encrypted: headers, which were... |
tree | commitdiff |
2012-02-11 |
markus schnalke | Now truly: Removed the unused variable mhlforward. |
tree | commitdiff |
2012-02-11 |
markus schnalke | Revert "Removed unused mhlforward var." |
tree | commitdiff |
2012-02-11 |
markus schnalke | Removed unused mhlforward var. |
tree | commitdiff |
2012-02-11 |
markus schnalke | Removed unused catproc. |
tree | commitdiff |
2012-02-11 |
markus schnalke | Merged picksbr.c into pick.c. |
tree | commitdiff |
2012-02-10 |
markus schnalke | Removed `-format string' switches but made -form accept... |
tree | commitdiff |
2012-02-09 |
markus schnalke | Replaced open_form() with new_fs() for the last time... |
tree | commitdiff |
2012-02-09 |
markus schnalke | Augmented new_fs() with an additional argument for... |
tree | commitdiff |
2012-02-09 |
markus schnalke | Merged replsbr.c into repl.c. |
tree | commitdiff |
2012-02-09 |
markus schnalke | Removed the -fcc switch from repl(1). |
tree | commitdiff |
2012-02-08 |
markus schnalke | Annotations will always be done inplace from now on. |
tree | commitdiff |
2012-02-08 |
markus schnalke | Removed unnecessary prototypes. |
tree | commitdiff |
2012-02-08 |
markus schnalke | Merged h/mts.h into h/prototypes.h. |
tree | commitdiff |
2012-02-08 |
markus schnalke | Moved sendsbr.c into send.c as it is not compiled into... |
tree | commitdiff |
2012-02-08 |
markus schnalke | Better mime types for attachments. Use some command... |
tree | commitdiff |
2012-02-04 |
markus schnalke | Removed mts.conf; the maildelivery option went into... |
tree | commitdiff |
2012-02-03 |
markus schnalke | Removed unused parameter from mbx_copy(). |
tree | commitdiff |
2012-01-30 |
markus schnalke | Alias: Removed the address group `*', which meant every... |
tree | commitdiff |
2012-01-30 |
markus schnalke | Rest of the MMDF-style mail drop support removal. |
tree | commitdiff |
2012-01-28 |
markus schnalke | Removed support for MMDF-style mail drops. |
tree | commitdiff |
2012-01-28 |
markus schnalke | Removed the -width switch from send, spost and repl. |
tree | commitdiff |
2012-01-25 |
markus schnalke | Removed LBL compile condition (format: addtoseq). |
tree | commitdiff |
2012-01-24 |
markus schnalke | Activated Jon's attachment system by default and steaml... |
tree | commitdiff |
2012-01-05 |
markus schnalke | Explicit checks for return values of strcmp(). |
tree | commitdiff |
2012-01-05 |
markus schnalke | Removed isprefix() and replaced it with strncmp(). |
tree | commitdiff |
2012-01-05 |
markus schnalke | Much more straight-forward handling of the beyond sequence. |
tree | commitdiff |
2012-01-04 |
markus schnalke | Removed the unused message flag: DELETED. |
tree | commitdiff |
2012-01-04 |
markus schnalke | s/ALLOW_NEW/ALLOW_BEYOND/ |
tree | commitdiff |
2012-01-04 |
markus schnalke | Renamed all standard sequences (e.g. cur->c) and made... |
tree | commitdiff |
2012-01-04 |
markus schnalke | Globally defined the names for the standard sequences. |
tree | commitdiff |
next |