From 20e67f471b69f90d48037efd2089cb9aa83a91dc Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 12 Feb 2020 14:19:22 +0000 Subject: Fix duplicate with mutt --- mutt/.mutt/id_personal | 2 ++ mutt/.mutt/id_work | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mutt/.mutt/id_personal b/mutt/.mutt/id_personal index 8c57cd6..feb81bd 100644 --- a/mutt/.mutt/id_personal +++ b/mutt/.mutt/id_personal @@ -9,3 +9,5 @@ set trash = "+Personal/Personal.bin" macro index,pager gs " $record" macro index,pager gd " $postponed" macro index,pager gb " $trash" + +# vim: ft=muttrc diff --git a/mutt/.mutt/id_work b/mutt/.mutt/id_work index 238cfcb..c6fea5b 100644 --- a/mutt/.mutt/id_work +++ b/mutt/.mutt/id_work @@ -2,10 +2,14 @@ set from = "u.vaes13@imperial.ac.uk" set sendmail="/usr/bin/msmtp -a imperial" set spoolfile = "+Work/Work" -set record = "+Work/Work.sent" set postponed = "+Work/Work.drafts" set trash = "+Work/Work.bin" +# Record not necessary because outlook saves messages +unset record + macro index,pager gs " $record" macro index,pager gd " $postponed" macro index,pager gb " $trash" + +# vim: ft=muttrc -- cgit v1.2.3