From ee1c20b6c73b4a3a102ab11db67c607efe12d638 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 6 Nov 2016 03:08:27 +0100 Subject: neomutt: Import changes.. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- neomutt/config | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/neomutt/config b/neomutt/config index 14518ae..2757a81 100644 --- a/neomutt/config +++ b/neomutt/config @@ -27,9 +27,9 @@ set folder = "$HOME/mail" set tmpdir = "$XDG_CACHE_HOME/mutt/temp" # where to keep temp files set message_cachedir = "$XDG_CACHE_HOME/mutt/cache/" # where to store bodies set header_cache = "$XDG_CACHE_HOME/mutt/cache/headers" # where to store headers -set certificate_file = "$XDG_CONFIG_HOME/mutt/certificates" # where to store certs -set mailcap_path = "$XDG_CONFIG_HOME/mutt/mailcap" # entries for filetypes -set signature = "$XDG_CONFIG_HOME/mutt/sig" # my signature file +set certificate_file = "$XDG_CONFIG_HOME/neomutt/certificates" # where to store certs +set mailcap_path = "$XDG_CONFIG_HOME/neomutt/mailcap" # entries for filetypes +set signature = "$XDG_CONFIG_HOME/neomutt/sig" # my signature file set spoolfile = "+inbox" set mbox = "+archive" @@ -80,11 +80,13 @@ virtual-mailboxes \ "aur-general" "notmuch://?query=tag:aur-general" \ "aur-dev" "notmuch://?query=tag:aur-dev" \ "pacman-dev" "notmuch://?query=tag:pacman-dev" \ + "pacman-contrib" "notmuch://?query=tag:pacman-contrib" \ "arch-women" "notmuch://?query=tag:arch-women" \ "isync-devel" "notmuch://?query=tag:isync-devel" \ "opensmtpd" "notmuch://?query=tag:opensmtpd" \ "openldap-technical" "notmuch://?query=tag:openldap-technical" \ "openssh-unix-dev" "notmuch://?query=tag:openssh-unix-dev" \ + "tor-relays" "notmuch://?query=tag:tor-relays" \ "johannes-lothberg-gmail" "notmuch://?query=tag:johannes-lothberg-gmail" \ "lojban" "notmuch://?query=tag:lojban" \ "git" "notmuch://?query=tag:git" \ @@ -97,8 +99,8 @@ macro index,pager A "goobook -c \"$XDG_CONFIG_HOME/goobook/goobook bind editor complete-query # Sending email -macro generic "A" ":source \"$XDG_CONFIG_HOME\"/mutt/demize@archlinux.org.muttrc" -macro generic "K" ":source \"$XDG_CONFIG_HOME\"/mutt/johannes@kyriasis.com.muttrc" +macro generic "A" ":source \"$XDG_CONFIG_HOME\"/neomutt/demize@archlinux.org.muttrc" +macro generic "K" ":source \"$XDG_CONFIG_HOME\"/neomutt/johannes@kyriasis.com.muttrc" # Sync email @@ -173,7 +175,7 @@ macro index ,g "grep -a \^Message-ID: | sed \'s_Message-ID: <\\(.* # View attachments properly. bind attach view-mailcap -source ~/.config/mutt/gpg.rc +source ~/.config/neomutt/gpg.rc set pgp_sign_as = 3A9D0BB5 set pgp_use_gpg_agent = yes set crypt_use_gpgme = yes @@ -184,7 +186,7 @@ set crypt_use_pka = yes my_hdr X-Clacks-Overhead: GNU Terry Pratchett -source ~/.config/mutt/themes/comidia +source ~/.config/neomutt/themes/comidia subscribe arch-dev-public@archlinux.org subscribe aur-general@archlinux.org -- cgit v1.2.3-70-g09d2