commit bc1d5358b67bd8ca09c3d775d51db30f3c044112
parent 4291ee4b652b7f081f3508c8fc0a042fe61cfc70
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 10 Nov 2020 11:47:39 +0100
mutt: remove unnecessary semicolons in macros
Former-commit-id: 57efae3d943f88d17593a3e0deb56d86b8fa5bc2
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mutt/muttrc b/mutt/muttrc
@@ -131,9 +131,9 @@ macro index \Cf "<enter-command>unset wait_key<enter><shell-escape>printf 'Enter
bind index,pager i noop
source school
folder-hook $folder 'source ~/.config/mutt/school'
-macro index,pager is '<sync-mailbox><enter-command>source ~/.config/mutt/school<enter><change-folder>!<enter>;<check-stats>' "switch to school"
+macro index,pager is '<sync-mailbox><enter-command>source ~/.config/mutt/school<enter><change-folder>!<enter><check-stats>' "switch to school"
source personal
folder-hook $folder 'source ~/.config/mutt/personal'
-macro index,pager ip '<sync-mailbox><enter-command>source ~/.config/mutt/personal<enter><change-folder>!<enter>;<check-stats>' "switch to personal"
+macro index,pager ip '<sync-mailbox><enter-command>source ~/.config/mutt/personal<enter><change-folder>!<enter><check-stats>' "switch to personal"