diff options
Diffstat (limited to 'share/skel/dot.mailrc')
-rw-r--r-- | share/skel/dot.mailrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/share/skel/dot.mailrc b/share/skel/dot.mailrc new file mode 100644 index 000000000000..9ab6ac0c8e8c --- /dev/null +++ b/share/skel/dot.mailrc @@ -0,0 +1,17 @@ +# $FreeBSD$ +# +# .mailrc - mail resources +# +# see also mail(1) +# + +set append ask autoprint +set indentprefix="> " +set PAGER=more +set EDITOR=vi +set VISUAL=vi +set folder=Mail +retain bcc cc date from subject to + +# include your private mail aliases +source ~/.mail_aliases |