diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-14 03:49:17 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-14 03:49:17 +0100 |
commit | a606332a7043c5bfc1950a77294565e2d20914f2 (patch) | |
tree | 3df77537981b77ff4730de6aecaef5eeea309851 /mutt/muttrc | |
parent | 2498afcf612f20471fef207f636dacabfd2292d2 (diff) | |
download | dotfiles-a606332a7043c5bfc1950a77294565e2d20914f2.tar.xz |
mutt: Split long macro lines
Diffstat (limited to 'mutt/muttrc')
-rw-r--r-- | mutt/muttrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index 8693671..f687f65 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -40,11 +40,13 @@ mailboxes +arch-dev-public +aur-general +arch-bugs mailboxes +openldap-technical +opensmtpd +pacman-dev +openssh-unix-dev set query_command='goobook -c "$XDG_CONFIG_HOME/goobookrc" query "%s"' -macro index,pager A "<pipe-message>goobook -c \"$XDG_CONFIG_HOME/goobookrc\" add<return>" "add the sender address to Google contacts" +macro index,pager A '<pipe-message>goobook -c "$XDG_CONFIG_HOME/goobookrc" add<return>' \ + 'add the sender address to Google contacts' bind editor <Tab> complete-query # Sync email -macro index O '<shell-escape>mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos<return>' "run mbsync to sync all mail" +macro index O '<shell-escape>mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos<return>' \ + 'run mbsync to sync all mail' set sendmail = "/usr/bin/msmtp --file $XDG_CONFIG_HOME/msmtprc -a theos" set sendmail_wait = 0 |