From a606332a7043c5bfc1950a77294565e2d20914f2 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 14 Feb 2015 03:49:17 +0100 Subject: mutt: Split long macro lines --- mutt/muttrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mutt') 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 "goobook -c \"$XDG_CONFIG_HOME/goobookrc\" add" "add the sender address to Google contacts" +macro index,pager A 'goobook -c "$XDG_CONFIG_HOME/goobookrc" add' \ + 'add the sender address to Google contacts' bind editor complete-query # Sync email -macro index O 'mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos' "run mbsync to sync all mail" +macro index O 'mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos' \ + 'run mbsync to sync all mail' set sendmail = "/usr/bin/msmtp --file $XDG_CONFIG_HOME/msmtprc -a theos" set sendmail_wait = 0 -- cgit v1.2.3-54-g00ecf