*colour-pagers* -> *colour-pager* ++ (Tarqi Kazan)..
[s-mailx.git] / nail.rc
blob071cf3d36719c28a844bac38531bf99a820b17b3
1 #--MKRC-START--
2 # /etc/s-nail.rc
3 # Configuration file for S-nail(1).
4 #--MKRC-END--
6 ## The standard POSIX 2008/Cor 1-2013 mandates the following initial settings:
7 # [a]   noallnet, noappend, asksub, noaskbcc, noaskcc, noautoprint,
8 # [b-e] nobang, nocmd, nocrt, nodebug, nodot, escape="~",
9 # [f-i] noflipr, nofolder, header, nohold, noignore, noignoreeof,
10 # [j-o] nokeep, nokeepsave, nometoo, nooutfolder,
11 # [p-r] nopage, prompt="? ", noquiet, norecord,
12 # [s]   save, nosendwait, noshowto, nosign, noSign,
13 # [t-z] toplines="5"
14 # Notes:
15 # - *noonehop* doesn't exist in this implementation.
16 #   To pass through options to the MTA, use the `-O' command line option
17 # - *prompt* is "\\& " by default, which will act POSIX-compliant
18 #   unless the user would set *bsdcompat*
20 ## The remaining content adjusts the standard-imposed default settings.
21 # Note that some of the following flags are specific to S-nail(1) and may thus
22 # not work with other Mail(1) / mailx(1) programs.
23 # Entries are marked [OPTION] if their availability is compile-time dependent
25 # If threaded mode is activated, automatically collapse thread
26 set autocollapse
28 # Enter threaded mode automatically
29 #set autothread autosort=thread
31 # Append rather than prepend when writing to mbox automatically.
32 # This has no effect unless *hold* is unset again
33 set append
35 # Ask for a message subject.
36 set ask
38 # Slightly more "BSDish" behaviour: traditional flag display in the header
39 # summary; *bsdannounce* prints a header summary on folder change and thus
40 # complements *header* on a per-folder basis (it is meaningless unless
41 # *header* is set)
42 set bsdflags bsdannounce
44 # In order to get coloured output in $PAGER, this must be set.
45 # (Coloured output is only used if $TERM is found in *colour-terms*)
46 #set colour-pager
48 # Assume a CRT-like terminal and invoke a $PAGER
49 set crt
51 # Define date display in header summary
52 #set datefield="%R %m-%d" datefield-markout-older="   %g-%m-%d"
54 # When composing messages a line consisting of `.' finalizes a message
55 set dot
57 # Immediately start $EDITOR (or $VISUAL) when composing a message
58 #set editalong
60 # Do not remove empty private mail folders
61 set emptybox
63 # Startup into interactive mode even if the (given) mailbox is empty
64 #set emptystart
66 # [OPTION] Add more entries to the history as is done by default
67 set history-gabby
69 # Do not forward to mbox by default since this is likely to be
70 # irritating for most users today
71 set hold
73 # Quote the original message in replies by "> " as usual on the Internet
74 set indentprefix="> "
76 # Mark messages that have been answered
77 set markanswered
79 # Try to circumvent false or missing MIME Content-Type descriptions
80 set mime-counter-evidence
82 # Control loading of mime.types(5) file: the value may be a combination of the
83 # letters "s" and "u": if "u" is seen ~/.mime.types will be loaded if possible;
84 # "s" adds /etc/mime.types, if available; setting this without any value uses
85 # only a set of builtin mimetypes; the default behaviour equals "us".
86 #set mimetypes-load-control
88 # Do not remove empty mail folders in the spool directory.
89 # This may be relevant for privacy since other users could otherwise create
90 # them with different permissions
91 set keep
93 # When writing mailbox files we strip Content-Length: and Lines: header fields
94 # from edited / changed messages, because S-nail doesn't deal with these
95 # (non-standard) fields -- and since other MUAs may rely on their content, if
96 # present, it seems more useful to strip them than to keep them, now that they
97 # became invalid; set this to include them nonetheless
98 #set keep-content-length
100 # A nice prompt for ISO 6429/ECMA-48 terminals
101 #set prompt="\033[31m?\?[\$ \@]\& \033[0m"
103 # Automatically quote the text of the message that is responded to
104 set quote
106 # On group replies, specify only the sender of the original mail in  To: and
107 # mention it's other recipients in the secondary Cc: instead of placing them
108 # all together in To:
109 set recipients-in-cc
111 # When responding to a message, try to answer in the same character set
112 #set reply-in-same-charset
114 # [OPTION] Outgoing messages are sent in ISO-8859-1 if all their characters
115 # are representable in it, otherwise in UTF-8.
116 # Note: it is highly advisable to read the section "Character sets" of the
117 # manual in order to understand all the possibilities that exist to fine-tune
118 # charset usage (variables also of interest: *ttycharset*, *charset-8bit*,
119 # *sendcharsets-else-ttycharset*; and of course we inherit the $LC_CTYPE /
120 # $LC_ALL / $LANG environment variables and react upon them)
121 set sendcharsets=iso-8859-1,utf-8
123 # Display sender's real names in header summaries
124 set showname
126 # Show recipients of messages sent by the user himself in header summaries
127 set showto
129 # Hide some header fields which are uninteresting for most human readers
130 ignore received in-reply-to message-id references
131 ignore mime-version content-transfer-encoding
133 # Only include selected header fields when forwarding messages.
134 fwdretain subject date from to
136 # Unfortunately some mime.types(5) that are really text were assigned to
137 # `application/xy' rather than to `text/xy'.
138 # The special pipe command `@' will force treatment of an attachment as plain
139 # text, so add some rather useful of those
140 set pipe-application/javascript=@
141 set pipe-application/json=@
142 set pipe-application/mbox=@
143 set pipe-application/pgp-signature=@
144 set pipe-application/x-csh=@
145 set pipe-application/x-latex=@
146 set pipe-application/x-perl=@
147 set pipe-application/x-sh=@
148 set pipe-application/x-shar=@
149 set pipe-application/x-tex=@
150 set pipe-application/x-texinfo=@
151 set pipe-application/x-xfig=@
152 set pipe-application/xhtml+xml=@
153 set pipe-application/xml=@
154 set pipe-application/xml-dtd=@
155 set pipe-application/xslt+xml=@
156 set pipe-image/svg+xml=@
158 # Other pipe-CONTENT/SUBCONTENT entries
159 #set pipe-text/html="lynx -stdin -dump -force_html"
161 # vim:set fenc=utf-8 syntax=conf:s-it-mode