Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by some uid other than 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Noticed by Theo.
|
|
|
|
returned 0 and the return val was always ignored).
Add gethfromtty() to get a header (using grabh) from the tty and
quit on two ^C's.
Use gethfromtty() when getting Subject, Cc, and Bcc headers so
we can quit nicely. Closes PR #291.
Don't use longs where it doesn't make sense.
|
|
Also in Subject: prompt, when we get that first ^C re-prompt for
the Subject: like SunOS does so the user knows what is going on.
|
|
|
|
|
|
_PATH_REMSH to _PATH_RSH.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(ob-theo-style-commit-comment: "Argh! *sigh* not-nice!")
|
|
|
|
|
|
|
|
in collect.c and fix up some signal botches elsewhere.
|
|
|
|
Use sigsetjmp/siglongjmp instead of sigjmp/longjmp for portability.
|
|
|
|
|