Removed -(no)push and -(no)forward flags from send, spost and whatnow.
authormarkus schnalke <meillo@marmaro.de>
Tue, 10 Apr 2012 21:24:07 +0000 (23:24 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 10 Apr 2012 21:24:07 +0000 (23:24 +0200)
commita8a894a102eb7f31662d49355312d6e64e081664
tree50a6d5636c3e11e91679decf72967542f334133a
parentd54c8db8bdf01e8381890f7729bc0ef4a055ea11
Removed -(no)push and -(no)forward flags from send, spost and whatnow.
We don't send directly (with SMTP) anymore. We only execute sendmail,
which, on modern systems, takes few time. Thus we do it directly
instead of having more complexity for the rare wish to run sendmail in
the background and also be unable to deal with possible errors directly.
man/inc.man1
man/send.man1
man/spost.man8
man/whatnow.man1
uip/send.c
uip/spost.c
uip/whatnow.c