From ffc2b2aa9c0ed660ac919a29c861beced12454e1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 22 May 2014 13:25:57 -0300 Subject: Navigation macros --- muttrc.dot.link | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'muttrc.dot.link') diff --git a/muttrc.dot.link b/muttrc.dot.link index 6f2c8e1..1186247 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -356,8 +356,14 @@ mailboxes `echo $HOME/mail/Sync/*/*` macro pager z "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" macro index z "unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n=INBOX/\n" "Fetch new mail" #macro index $ "=INBOX/\n" "Sync mailbox and refresh list of new messages" + +# ---------- +# Navigation +# ---------- macro index n "" macro pager n "" +macro index c "?" +macro pager c "?" # ------------- # Ignore fields -- cgit v1.2.3