MUTT: gmail should be primary again, not arch
This commit is contained in:
parent
b449af659d
commit
cdd5981f15
1 changed files with 2 additions and 2 deletions
4
muttrc
4
muttrc
|
@ -15,7 +15,7 @@ set editor = "/usr/bin/vim +/^$" # use vim and skip to first blank
|
||||||
# main options
|
# main options
|
||||||
set mbox_type = Maildir # mailbox type
|
set mbox_type = Maildir # mailbox type
|
||||||
set folder = ~/documents/mail # mailbox location
|
set folder = ~/documents/mail # mailbox location
|
||||||
set spoolfile = "+arch/INBOX" # arch is the default inbox
|
set spoolfile = "+gmail/INBOX" # gmail is the default inbox
|
||||||
set timeout = 3 # idle time before scanning
|
set timeout = 3 # idle time before scanning
|
||||||
set mail_check = 0 # minimum time between scans
|
set mail_check = 0 # minimum time between scans
|
||||||
set sort_alias = alias # sort alias file by alias
|
set sort_alias = alias # sort alias file by alias
|
||||||
|
@ -88,7 +88,7 @@ mailboxes +aethon/INBOX
|
||||||
# always sourced
|
# always sourced
|
||||||
source $alias_file # required for functionality
|
source $alias_file # required for functionality
|
||||||
source ~/.mutt/colors.muttrc # source colors file
|
source ~/.mutt/colors.muttrc # source colors file
|
||||||
source ~/.mutt/arch.muttrc # source arch as default
|
source ~/.mutt/gmail.muttrc # source arch as default
|
||||||
|
|
||||||
# account specific sources
|
# account specific sources
|
||||||
folder-hook arch/* source ~/.mutt/arch.muttrc
|
folder-hook arch/* source ~/.mutt/arch.muttrc
|
||||||
|
|
Loading…
Reference in a new issue