diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-04-16 13:22:16 +0200 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-04-16 13:22:16 +0200 |
commit | 599356ac95e5188bc16470a3d12b64af8811f9f8 (patch) | |
tree | 366e481d098ee4dd9004437c110727fbad8f8e17 /Mail | |
parent | 15ed5aaf7b9dd67aacf3bfa3277a955b7eeff5a3 (diff) | |
download | dotfiles-599356ac95e5188bc16470a3d12b64af8811f9f8.tar.gz dotfiles-599356ac95e5188bc16470a3d12b64af8811f9f8.tar.bz2 dotfiles-599356ac95e5188bc16470a3d12b64af8811f9f8.zip |
remove broken keybind
Diffstat (limited to 'Mail')
-rw-r--r-- | Mail/muttrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mail/muttrc b/Mail/muttrc index 28fa388..70d22cf 100644 --- a/Mail/muttrc +++ b/Mail/muttrc @@ -86,7 +86,7 @@ macro index dd \ "move message to the trash" # Mail & Reply -bind index \Cm list-reply # Doesn't work currently +bind index R group-reply # Search bind index,pager "n" next-unread @@ -103,7 +103,6 @@ macro index,pager gt "<change-folder>=dove/Trash<enter>" "Go to trash" macro index,pager gd "<change-folder>=dove/Drafts<enter>" "Go to drafts" -bind index R group-reply # Other config |