From a83cc2b794e37fe6bf068e05bd805ae4f60cd19b Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 15 Oct 2002 07:06:32 +0000 Subject: [PATCH] add generalized muttrc git-svn-id: file:///svn/tfheen/trunk/dotfiles@66 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- muttrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 muttrc diff --git a/muttrc b/muttrc new file mode 100644 index 0000000..5964af6 --- /dev/null +++ b/muttrc @@ -0,0 +1,22 @@ + +#set imap_user="tfheen@hardware.no" +set editor="vim -c '/^$/+1'" +#set from=tfheen@hardware.no +set realname="Tollef Fog Heen" +set use_from +set edit_hdrs +set move=no +#set spoolfile=imap://localhost/INBOX +#set folder=imap://localhost/ +#set record="=INBOX.sent-`date +%Y-%m`" +set copy +#fcc-hook "-t imap_domain_name" imap://localhost/INBOX.sent-`date +%Y-%m` +set envelope_from + +set include +set indent_str="| " + +# always include a msg in the reply +set include=yes +#subscribe drift@hardware.no + -- 2.39.5