]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - mail/mutt/handling
mutt: remove unused handling of flagged mails
[config/dotfiles.git] / mail / mutt / handling
index f82f11394a7010e157b24acffb879785a2750ab3..92db261e4d5999db4a3772d74ddcf3072dfad095 100644 (file)
@@ -1,6 +1,6 @@
 # muttrc file for mail handling; stores macros and commands
 
-# Copyright (C) 2007-2012  Simon Ruderich
+# Copyright (C) 2007-2018  Simon Ruderich
 #
 # This file is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -21,9 +21,4 @@ bind attach <space> view-attach
 # allow the use of 'i' to quit the attachment menu:
 bind attach i exit
 
-# when opening the inbox or mailinglists display at first only flagged emails:
-# <esc>f toggles between flagged/all mails
-folder-hook "^(inbox$|lists/)" source ~/.mutt/handling-flagged
-#folder-hook . source ~/.mutt/handling-unflagged # FIXME: this doesn't work
-
 # vim: ft=muttrc