Moved host specific configurations out of central config files
This commit is contained in:
26
neomutt/hosts/utage/mailboxes
Normal file
26
neomutt/hosts/utage/mailboxes
Normal file
@@ -0,0 +1,26 @@
|
||||
# -*- muttrc -*-
|
||||
#
|
||||
# Mailboxes for mutt
|
||||
#
|
||||
|
||||
# Where are mailboxes stored
|
||||
set folder="imaps://imap.misfit.rodeo/INBOX"
|
||||
|
||||
# Where archived mail goes
|
||||
set mbox="+Archive"
|
||||
#set mbox="imaps://imap.misfit.rodeo/[Gmail]/All Mail"
|
||||
|
||||
# Where postponed messaged die
|
||||
set postponed="+Drafts"
|
||||
|
||||
# ... and it gets saved in =outbox.
|
||||
# Gmail does this automatically, let's not duplicate...
|
||||
#set record="+[Gmail]/Sent Mail"
|
||||
set record="+Sent"
|
||||
|
||||
# Look me up
|
||||
set spoolfile="+INBOX"
|
||||
|
||||
mailboxes $spoolfile
|
||||
|
||||
set imap_check_subscribed = yes
|
3
neomutt/hosts/utage/main
Normal file
3
neomutt/hosts/utage/main
Normal file
@@ -0,0 +1,3 @@
|
||||
set from="orien@misfit.rodeo"
|
||||
set hostname=utage.i.misfit.rodeo # Name of the localhost
|
||||
|
Reference in New Issue
Block a user