diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-14 13:41:11 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-14 13:41:11 +0000 |
commit | f6b127215458a80424453d931e1d41a516f528bd (patch) | |
tree | 345d94acc1f4ba64c208cabd015aae3783496cd4 | |
parent | db48933604a997c1233801eba7406352be4fa0c7 (diff) |
[mutt] Avoid duplicates in sent with gmail
-rw-r--r-- | .mutt/id_informal | 2 | ||||
-rw-r--r-- | .mutt/id_main | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.mutt/id_informal b/.mutt/id_informal index 7dc962e..0383212 100644 --- a/.mutt/id_informal +++ b/.mutt/id_informal @@ -9,3 +9,5 @@ set trash = "+Informal/Informal.bin" macro index,pager gs "<change-folder> $record<enter>" macro index,pager gd "<change-folder> $postponed<enter>" macro index,pager gb "<change-folder> $trash<enter>" + +unset record diff --git a/.mutt/id_main b/.mutt/id_main index 1a31d9f..72dd460 100644 --- a/.mutt/id_main +++ b/.mutt/id_main @@ -9,3 +9,5 @@ set trash = "+Main/Main.bin" macro index,pager gs "<change-folder> $record<enter>" macro index,pager gd "<change-folder> $postponed<enter>" macro index,pager gb "<change-folder> $trash<enter>" + +unset record |