From 5845c463d7f7d581a5562487df6da2dcb3975a57 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 7 Oct 2015 03:03:02 +0200 Subject: .mutt/macros.rc: Adding ~/Downloads as default prefix for downloading attachments. --- .mutt/macros.rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.mutt') diff --git a/.mutt/macros.rc b/.mutt/macros.rc index 9348be9..4440dca 100644 --- a/.mutt/macros.rc +++ b/.mutt/macros.rc @@ -4,6 +4,10 @@ macro index,pager 'source ~/.mutt/dave@sleepma macro index,pager 'source ~/.mutt/david.runge@campus.tu-berlin.de.rc!' macro index,pager 'source ~/.mutt/dave@c-base.org.rc!' +# adding default download folder +macro attach W "~/Downloads/" \ + "Save to Downloads folder" + # adding e-mail addresses to khard address book macro index,pager A \ "khard add-email" \ -- cgit v1.2.3-54-g00ecf