2012-03-22 |
markus schnalke | scansbr: Only write to file if we're incing, but not... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Refactoring in scansbr.c. Especially, took the logic... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Removed the DBMPWD (aka. DBM) define. It was per defaul... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Merged mhstoresbr.c into mhstore.c, cause it's not... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Merged mhbuildsbr.c into mhbuild.c, cause it is not... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Rewrote late declations, which are part of C99, but... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Added a note that I autoconf-2.59 should be enough. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Distribute autogen.sh in the tarballs. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Updated message, as `install-mh' had been replaced... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Moved and renamed some documentation files. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Removed remaining absolute mmh program path names from... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Call send directly, not via sendproc. Removed its profi... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Call spost directly, not via postproc. Remove the postp... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Hardcoded mhmail instead of mailproc. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Removed the mhlproc profile entry. Call mhl directly. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Defined show(mime)proc locally and removed their profil... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Remove the rcvstoreproc/rcvpackproc vars. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Removed absolute path from mailproc. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | s/lproc/listproc/ |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Removed the now unused incproc var. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | mhmail: Don't invoke inc when called without arguments. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Updated the INSTALL file. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Removed the `mhbuild' indirection via `buildmimeproc'. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Querying the pager here is not necessary. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | Rework of Editor/defaulteditor, similar to Pager/defaul... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | moreproc is now Pager/defaultpager; removed -moreproc... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | slocal: Updated man page to recent change. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | slocal: Don't remove $PATH from env. Now execvp() searc... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | slocal: must not read profile (indirectly through m_mkt... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
markus schnalke | slocal: use mhetcdir instead of NMHETCDIR. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Ignore distribution tarballs in the git status listing. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | On today's systems fork() will hardly fail, thus remove... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Minor refactoring. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Rework in dist tools: removed -file switch; don't fork... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | mh-format.man5: Restored the warning placeholder. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | configure.ac: Don't check for vfork and wait3 when... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Removed unused code. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Removed support for UUCP bang path addresses. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Made DUMB the default and removed the the #ifdefs. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Removed the not-used REALLYDUMB config option. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Removed the not-used FIX_NON_Y2K_COMPLIANT_MUA_DATES... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Made the RPATHS config option the default and removed... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Slocal uses rcvpack now. Code beautification in slocal. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Renamed the mbx_* functions to mbox_*, because mbx... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | packf prints to stdout now. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | If rcvpack missed file argument, it prints to stdout... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
markus schnalke | Makefile: inc does not depend on dropsbr. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | Makefiles: s/nmh/mmh/; fixed generation of mmhdist. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | Replaced mkinstalldirs with `mkdir -p'. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | Minor refactoring. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | Ensured clean uninstall. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | A bit refactoring. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | anno: Undid the ``preserve argument hack''. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | Updated the BUGS sections in the man pages. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | s/nfs/fmtstr/ |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | scan(): Replaced explicit noisy parameter with implicit... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | Removed special `folder' and `dtimenow' format escapes... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
markus schnalke | Removed internal version of fputs(). |
commit | commitdiff | tree | snapshot |
2012-03-09 |
markus schnalke | Fixed paths (libdir->bindir); removed the now unused... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
markus schnalke | Moved conflict, rcv*, slocal, spost from libdir to... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
markus schnalke | Added new helper `print-mimetype' and added Mime-Type... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
markus schnalke | Removed support for Encrypted: headers, which were... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
markus schnalke | Trivial whitespace changes. |
commit | commitdiff | tree | snapshot |
2012-02-13 |
markus schnalke | Now, spost should be quite usable. |
commit | commitdiff | tree | snapshot |
2012-02-12 |
markus schnalke | Various rework in spost. |
commit | commitdiff | tree | snapshot |
2012-02-12 |
markus schnalke | Changed the Fcc handling code in spost. |
commit | commitdiff | tree | snapshot |
2012-02-12 |
markus schnalke | Temporary state of spost rework: Things should work... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Now truly: Removed the unused variable mhlforward. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Revert "Removed unused mhlforward var." |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Removed unused mhlforward var. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Added absolute path to match the common style. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Removed unused stuff from makefile. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Removed unused catproc. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Made show(1) the default lproc. `list' and `display... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Removed the -width option from ap and dp. Always print... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Removed the now unused SOprint(). |
commit | commitdiff | tree | snapshot |
2012-02-11 |
markus schnalke | Merged picksbr.c into pick.c. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Removed now unused dependencies (distsbr.o) in makefile. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Removed any knowledge of a screen length from mhl. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Removed the -clear switch from mhl. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Removed the -bell option from mhl. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | moreproc will always be set in config/config.c, thus... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Removed the check for hardcopy terminals. There won... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Removed the -nomoreproc switch from mhl, show, mhshow. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Merged mhlsbr.c into mhl.c. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | show: Special-cased -show(mime)proc for mhshow: it... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | show: Never call internal mhl(); always construct absol... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | scan: Don't fflush manually. Let stdio care for this. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Removed the -clear switch from scan(1). |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Minor fix in man page. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Updated shell completion files to recent changes in... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Removed rcvtty. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Updated man page to recent changes. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
markus schnalke | Removed `-format string' switches but made -form accept... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
markus schnalke | Replaced open_form() with new_fs() for the last time... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
markus schnalke | Fixed dist(1): The link() must fail, because m_mktemp2... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
markus schnalke | Replaced open_form() with new_fs() in forw.c. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
markus schnalke | Augmented new_fs() with an additional argument for... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
markus schnalke | Removed the interactive prompt from comp when disposing... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
markus schnalke | Cosmetic refactoring in fmt_new.c. |
commit | commitdiff | tree | snapshot |
next |