diff options
Diffstat (limited to '.mutt')
-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 |