dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0454b85eba405dec7716557e95486afdc45cb291
parent 4aac2cde80a10b6038d32dc345fa55fb4a5e905d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 26 Sep 2019 18:29:23 +0200

Add keybind for local mail folder

Diffstat:
M.config/mutt/muttrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -119,6 +119,7 @@ macro index \ f "l~F<enter>" "Show only flagged messages" # Macros to change between inboxes (e.g. SPACE 1), use noop editor to accept # IMAP folders with spaces bind editor <space> noop +macro index \ l "<change-folder>/var/mail/ad<enter>" "Go to local mail folder" macro index \ 1 "<change-folder>=adamsgaard/INBOX/<enter>" "Go to adamsgaard inbox" macro index \ u "<change-folder>=adamsgaard/Spam.unsure/<enter>" "Go to adamsgaard/Spam.unsure" macro index \ a "<change-folder>=adamsgaard/academic-alerts/<enter>" "Go to adamsgaard/academic-alerts"