From a1998edef8496fe94f6cc4c5e28ff5c58ba6674d Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 20 Feb 2017 17:45:10 +0100 Subject: .mutt/macros.rc: Adding Spam, Trash and Archive macros. --- .mutt/macros.rc | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/.mutt/macros.rc b/.mutt/macros.rc index 24e5f49..678e882 100644 --- a/.mutt/macros.rc +++ b/.mutt/macros.rc @@ -5,16 +5,30 @@ macro index,pager 'source ~/.mutt/dave@c-base. macro index,pager 'source ~/.mutt/david.runge@campus.tu-berlin.de.rc!' macro index,pager 'source ~/.mutt/studio@ak.tu-berlin.de.rc!' -# adding default download folder -macro attach W "~/Downloads/" \ - "Save to Downloads folder" +macro attach W \ + "~/Downloads/" \ + "Save attachment to ~/Downloads." + +macro index D \ + "+Trash" \ + "Move message to Trash" + +macro index S \ + "+Spam" \ + "Move message to Spam." + +macro index I \ + "=Archives.INBOX.2016" \ + "Archive tagged INBOX message(s) in Archives.INBOX.2016" + +macro index G \ + "=Archives.Sent.2016" \ + "Archive tagged Sent message(s) in Archives.Sent.2016" -# adding e-mail addresses to khard address book macro index,pager A \ "khard add-email" \ - "add the sender email address to khard" + "Add the sender email address to khard" -# notmuch-mutt macro index \ "set my_old_pipe_decode=\$pipe_decode my_old_wait_key=\$wait_key nopipe_decode nowait_key\ notmuch-mutt -r --prompt search\ -- cgit v1.2.3-70-g09d2