From: Simon Ruderich Date: Mon, 23 Jul 2018 06:49:38 +0000 (+0200) Subject: mutt: remove mark_old=no X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=22d6cbf17f53ec14e7ee840474264e3a65301c8f mutt: remove mark_old=no Being able to differentiate between "old" new messages and "new" new messages is really useful; for example on busy mailing lists to read only the really new mails. --- diff --git a/mail/mutt/mails b/mail/mutt/mails index 22a111c..6921b98 100644 --- a/mail/mutt/mails +++ b/mail/mutt/mails @@ -1,6 +1,6 @@ # muttrc file for mailbox and email settings -# 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 @@ -45,9 +45,6 @@ set edit_headers=yes # (send-hook, reply-hook, crypt-hook, etc.) set autoedit=no -# don't mark old new mails as "O", mark them as "N": -set mark_old=no - # ask before quitting: set quit=ask-yes