From 675d825b418dfabcb2c7d67bb770de0a4bb6f67f Mon Sep 17 00:00:00 2001 From: "Steffen (Daode) Nurpmeso" Date: Sun, 13 Nov 2016 00:46:12 +0100 Subject: [PATCH] nail.rc, nail.1: set *editheaders* by default, and pimp "A starter" --- nail.1 | 17 ++++++++++++++++- nail.rc | 3 +++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/nail.1 b/nail.1 index c9b2b980..718a2956 100644 --- a/nail.1 +++ b/nail.1 @@ -680,7 +680,7 @@ and in order to suppress the automatic moving of messages to .Ev MBOX that would otherwise occur (see -.Sx "Message states" ) +.Sx "Message states" ) , and .Va keep to not remove empty files in order not to mangle file permissions when @@ -688,11 +688,24 @@ files eventually get recreated (\*(UA actively manages the file mode creation mask via .Va umask upon program startup). +. +.Pp It also enables .Va sendwait in order to synchronize \*(UA with the exit status report of the used .Va mta when sending mails. +It sets +.Va emptystart +to enter interactive startup even if the initial mailbox is empty, +.Va editheaders +to allow editing of headers as well as +.Va fullnames +to not strip down addresses in compose mode, and +.Va quote +to include the message that is being responded to when +.Ic reply Ns +ing. The section .Sx EXAMPLES contains some more complete configuration examples. @@ -768,6 +781,8 @@ ting (also via .Fl S ) .Va editalong will automatically startup a text editor when compose mode is entered, +.Va editheaders +allows editing of headers additionally to plain body content, .Va askcc will cause the user to be prompted actively for carbon-copy recipients and the diff --git a/nail.rc b/nail.rc index 8641ae7f..69f035a0 100644 --- a/nail.rc +++ b/nail.rc @@ -74,6 +74,9 @@ set crt # Startup into $EDITOR (or $VISUAL) in compose mode ("automatic `~e'") #set editalong +# When spawning an editor in compose mode (*editalong*, ~e), edit headers +set editheaders + # Startup into interactive mode even if the (given) mailbox is empty set emptystart -- 2.11.4.GIT