diff --git a/mutt/.mutt/account.com.gmail.alrayyes b/mutt/.mutt/account.com.gmail.alrayyes deleted file mode 100644 index 7772bc2..0000000 --- a/mutt/.mutt/account.com.gmail.alrayyes +++ /dev/null @@ -1,9 +0,0 @@ -set spoolfile = "+gmail/inbox" -set record = "+gmail/Sent\ Items" -set postponed = "+gmail/Drafts" - -set from = "alrayyes@gmail.com" -set sendmail = "msmtp -a gmail" -set sendmail_wait = 0 -unset record -set realname = "Ryan" diff --git a/mutt/.mutt/account.nl.andthensome.ryan b/mutt/.mutt/account.nl.andthensome.ryan deleted file mode 100644 index dbc478f..0000000 --- a/mutt/.mutt/account.nl.andthensome.ryan +++ /dev/null @@ -1,9 +0,0 @@ -set spoolfile = "+andthensome/inbox" -set record = "+andthensome/Sent\ Items" -set postponed = "+andthensome/Drafts" - -set from = "ryan@andthensome.nl" -set sendmail = "msmtp -a andthensome" -set sendmail_wait = 0 -unset record -set realname = "Ryan Kes" diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 5df3770..9773a08 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -1,5 +1,5 @@ # Paths -set folder = ~/mail +set folder = ~/Maildir set header_cache = ~/.mutt/cache/headers set message_cachedir = ~/.mutt/cache/bodies set mailcap_path = ~/.mailcap @@ -9,6 +9,7 @@ set signature = ~/.mutt/sig # Basic options set wait_key = no set mbox_type = Maildir +set spoolfile=+/ set timeout = 3 set mail_check = 0 set move = no @@ -102,14 +103,6 @@ macro index \Cr "T~UN." "ma macro index C "?" "copy a message to a mailbox" macro index M "?" "move a message to a mailbox" -# Switch between mailboxes -macro index 'source ~/.mutt/account.com.gmail.alrayyes!' -macro index 'source ~/.mutt/account.nl.andthensome.ryan!' - -# Sync email -macro index O "offlineimap -o " "run offlineimap to sync all mail" -macro index o "offlineimap -o -qf INBOX" "run offlineimap to sync inbox" - # Open links with urlview macro pager \Cu "|urlview" @@ -133,16 +126,5 @@ color body brightred default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ color body brightblue default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ color sidebar_new color221 color233 -# Goobook -set query_command="goobook query %s" -macro index,pager a "goobook add" "add sender to google contacts" -bind editor complete-query - -# Notmuch -#set virtual_spoolfile=yes -#source ~/.mutt/notmuchmailboxes - -source ~/.mutt/mailboxes -source ~/.mutt/account.com.gmail.alrayyes source ~/.mutt/muttcol source ~/.mutt/gpg.rc