]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Tue, 20 Dec 2016 16:04:28 +0000 (17:04 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 20 Dec 2016 16:04:28 +0000 (17:04 +0100)
Package changes:
+mail-client/nail-12.4-r2

.etckeeper
nail.rc [new file with mode: 0644]

index b920f211e970186473003dbebd27f5d8beb78218..49cbbcf411d3b5bdcc53a634a762183660f11d53 100755 (executable)
@@ -400,6 +400,7 @@ maybe chmod 0644 'modprobe.d/i386.conf'
 maybe chmod 0755 'modules-load.d'
 maybe chmod 0644 'modules-load.d/.keep_sys-apps_systemd-0'
 maybe chmod 0644 'motd.tail'
+maybe chmod 0644 'nail.rc'
 maybe chmod 0644 'nanorc'
 maybe chmod 0644 'networks'
 maybe chmod 0644 'nsswitch.conf'
diff --git a/nail.rc b/nail.rc
new file mode 100644 (file)
index 0000000..2250967
--- /dev/null
+++ b/nail.rc
@@ -0,0 +1,70 @@
+# This is the configuration file for Heirloom mailx (formerly
+# known under the name "nail".
+# See mailx(1) for further options.
+# This file is not overwritten when 'make install' is run in
+# the mailx build process again.
+
+# Sccsid @(#)nail.rc   2.10 (gritter) 3/4/06
+
+# Do not forward to mbox by default since this is likely to be
+# irritating for most users today.
+set hold
+
+# Append rather than prepend when writing to mbox automatically.
+# This has no effect unless 'hold' is unset again.
+set append
+
+# Ask for a message subject.
+set ask
+
+# Assume a CRT-like terminal and invoke a pager.
+set crt
+
+# Messages may be terminated by a dot.
+set dot
+
+# Do not remove empty mail folders in the spool directory.
+# This may be relevant for privacy since other users could
+# otherwise create them with different permissions.
+set keep
+
+# Do not remove empty private mail folders.
+set emptybox
+
+# Quote the original message in replies by "> " as usual on the Internet.
+set indentprefix="> "
+
+# Automatically quote the text of the message that is responded to.
+set quote
+
+# Outgoing messages are sent in ISO-8859-1 if all their characters are
+# representable in it, otherwise in UTF-8.
+set sendcharsets=iso-8859-1,utf-8
+
+# Display sender's real names in header summaries.
+set showname
+
+# Display the recipients of messages sent by the user himself in
+# header summaries.
+set showto
+
+# Automatically check for new messages at each prompt, but avoid polling
+# of IMAP servers or maildir folders.
+set newmail=nopoll
+
+# If threaded mode is activated, automatically collapse thread.
+set autocollapse
+
+# Hide some header fields which are uninteresting for most human readers.
+ignore received in-reply-to message-id references
+ignore mime-version content-transfer-encoding
+
+# Only include selected header fields when forwarding messages.
+fwdretain subject date from to
+
+# Use the local sendmail (/usr/sbin/sendmail) binary by default.
+# (Uncomment the following line to use a SMTP server)
+#set smtp=localhost
+
+# Ask for CC: list too.
+set askcc