From c404ae7bef1b4d8c41db2bf9477a279f73b0c882 Mon Sep 17 00:00:00 2001 From: tfheen Date: Mon, 14 Jun 2004 15:17:11 +0000 Subject: [PATCH] update git-svn-id: file:///svn/tfheen/trunk/dotfiles@609 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- muttrc | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/muttrc b/muttrc index 797c272..c5b5a23 100644 --- a/muttrc +++ b/muttrc @@ -1,16 +1,16 @@ -#set imap_user="tfheen@hardware.no" +set imap_user="tfheen" set editor="vim -c '/^$/+1'" -#set from=tfheen@hardware.no +set from=tfheen@raw.no set realname="Tollef Fog Heen" set use_from set edit_hdrs set move=no -#set spoolfile=imaps://mail.hardware.no/INBOX -#set folder=imaps://mail.hardware.no/ -#set record="=INBOX.sent-`date +%Y-%m`" +set spoolfile="imaps://mail.raw.no/in-`date +%Y-%m`" +set folder=imaps://mail.raw.no/ +set record="imaps://mail.raw.no/out.`date +%Y`.out-`date +%Y-%m`" set copy -#fcc-hook "-t imap_domain_name" imaps://mail.hardware.no/INBOX.sent-`date +%Y-%m` +fcc-hook "-t imap_domain_name" imaps://mail.raw.no/out.`date +%Y`.out-`date +%Y-%m` set envelope_from set include @@ -22,4 +22,19 @@ set include=yes #set autoedit # start editor without asking for to, subject,... #set fast_reply # do not ask for to, subject,... when replying. -#set mark_old # set: make distinction between New mail and Old mail. +set nomark_old # set: make distinction between New mail and Old mail. + +ignore * +unignore From: +unignore To: +unignore Reply-To: +unignore Mail-Followup-To: +unignore Subject: +unignore Date: +unignore Organization: +unignore Cc: +unignore Bcc: + +hdr_order From: Subject: To: Cc: Bcc: Reply-To: Mail-Followup-To: Organization: Date: + +folder-hook . push 'l(~N|~O|~F)!~D\n' -- 2.39.5