diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-02-12 14:50:53 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-02-12 14:50:53 +0000 |
commit | 8a88e667c2cd1ac5ba333fbcaf355c044860b6df (patch) | |
tree | 50bccf771d73f90a69b18c3bed4fcbbf5c9eba6c /mutt | |
parent | 20e67f471b69f90d48037efd2089cb9aa83a91dc (diff) |
Fix gs mapping
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/id_work | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/.mutt/id_work b/mutt/.mutt/id_work index c6fea5b..ac75a03 100644 --- a/mutt/.mutt/id_work +++ b/mutt/.mutt/id_work @@ -8,7 +8,7 @@ set trash = "+Work/Work.bin" # Record not necessary because outlook saves messages unset record -macro index,pager gs "<change-folder> $record<enter>" +macro index,pager gs "<change-folder> +Work/Work.sent<enter>" macro index,pager gd "<change-folder> $postponed<enter>" macro index,pager gb "<change-folder> $trash<enter>" |