aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-10-07 03:03:02 +0200
committerDavid Runge <dave@sleepmap.de>2015-10-07 03:03:02 +0200
commit5845c463d7f7d581a5562487df6da2dcb3975a57 (patch)
tree9e5569e954c49e368b367b19c29ae5f0749d507b /.mutt
parentb097bb5641dcf17780e47c4c184fab94bda268d6 (diff)
downloaddotfiles-5845c463d7f7d581a5562487df6da2dcb3975a57.tar.gz
dotfiles-5845c463d7f7d581a5562487df6da2dcb3975a57.tar.bz2
dotfiles-5845c463d7f7d581a5562487df6da2dcb3975a57.tar.xz
dotfiles-5845c463d7f7d581a5562487df6da2dcb3975a57.zip
.mutt/macros.rc: Adding ~/Downloads as default prefix for downloading attachments.
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/macros.rc4
1 files changed, 4 insertions, 0 deletions
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 <f2> '<sync-mailbox><enter-command>source ~/.mutt/dave@sleepma
macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/david.runge@campus.tu-berlin.de.rc<enter><change-folder>!<enter>'
macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.mutt/dave@c-base.org.rc<enter><change-folder>!<enter>'
+# adding default download folder
+macro attach W "<save-entry><bol>~/Downloads/<eol>" \
+ "Save to Downloads folder"
+
# adding e-mail addresses to khard address book
macro index,pager A \
"<pipe-message>khard add-email<return>" \