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 /.mutt/id_main | |
parent | db48933604a997c1233801eba7406352be4fa0c7 (diff) |
[mutt] Avoid duplicates in sent with gmail
Diffstat (limited to '.mutt/id_main')
-rw-r--r-- | .mutt/id_main | 2 |
1 files changed, 2 insertions, 0 deletions
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 |