Add %(unmailto) format function for List-Post headers
[mmh] / uip / whatnow.c
2016-07-19 Dmitry Bogatovsimplify whatnow.c/main() function
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2015-11-04 markus schnalkeRemove unused parameter
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-01-26 markus schnalkeMerge ../mmh
2015-01-16 Philipp TakacsReplace done with exit at uip
2015-01-15 markus schnalkewhatnow: Use execprog() ... one more time
2015-01-15 markus schnalkewhatnow: No need to fork
2015-01-14 markus schnalkeRefactoring in the small
2015-01-14 markus schnalkeUse execprog() instead of system() ... partly transition
2012-07-07 markus schnalkewhatnow: Changes for consistency.
2012-07-07 markus schnalkewhatnow: Re-integrated whom(1); cleanups.
2012-06-22 markus schnalkewhatnow: Improved the listing of available commands...
2012-06-15 markus schnalkewhatnow: Call send(1) as `send', not as `whatnow'.
2012-06-13 markus schnalkeRenamed switches variable to ease automatic text extrac...
2012-06-08 markus schnalkeWhatnow prompt: From now on, detaching only by numbers.
2012-06-08 markus schnalkeFixed `alist' command at whatnow prompt.
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeDon't require a length for switch prefixes without...
2012-05-01 markus schnalkeRemoved the altmsglink (named `@') and env var `$edital...
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-05-01 markus schnalkewhatnow: Simplified and clarified (or fixed?) the situa...
2012-04-30 markus schnalkeRemoved the -noeditor switches and made them replaceabl...
2012-04-10 markus schnalkeRemoved -(no)push and -(no)forward flags from send...
2012-03-29 markus schnalkeFolded fileproc to constant `refile'.
2012-03-29 markus schnalkeTrash folder replaces rmmproc. Rework of rmm(1) and...
2012-03-27 markus schnalkeTrivial change.
2012-03-24 markus schnalkewhatnow: alist will now always list in long and numbere...
2012-03-23 markus schnalkewhatnow: call external anno(1) instead of internal...
2012-03-23 markus schnalkewhatnow: Some minor refactoring.
2012-03-22 markus schnalkeCall send directly, not via sendproc. Removed its profi...
2012-03-22 markus schnalkes/lproc/listproc/
2012-03-22 markus schnalkeRework of Editor/defaulteditor, similar to Pager/defaul...
2012-03-21 markus schnalkeOn today's systems fork() will hardly fail, thus remove...
2012-03-20 markus schnalkeanno: Undid the ``preserve argument hack''.
2012-02-11 markus schnalkeMade show(1) the default lproc. `list' and `display...
2012-02-08 markus schnalkeAnnotations will always be done inplace from now on.
2012-02-08 markus schnalkeRemoved the `-delete' option from the `quit' command...
2012-02-08 markus schnalkeSeparated send from whatnow, similar to the previous...
2012-02-08 markus schnalkeAlways exec whatnow; don't link the code into comp...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision