misfit updates
resolved the mailboxes conflict
This commit is contained in:
@ -4,18 +4,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Where are mailboxes stored
|
# Where are mailboxes stored
|
||||||
set folder="imaps://imap.gmail.com/"
|
set folder="imaps://imap.misfit.rodeo/INBOX"
|
||||||
|
|
||||||
# Where archived mail goes
|
# Where archived mail goes
|
||||||
set mbox="+[Gmail]/All Mail"
|
set mbox="+Archive"
|
||||||
#set mbox="imaps://imap.gmail.com/[Gmail]/All Mail"
|
#set mbox="imaps://imap.misfit.rodeo/[Gmail]/All Mail"
|
||||||
|
|
||||||
# Where postponed messaged die
|
# Where postponed messaged die
|
||||||
set postponed="+[Gmail]/Drafts"
|
set postponed="+Drafts"
|
||||||
|
|
||||||
# ... and it gets saved in =outbox.
|
# ... and it gets saved in =outbox.
|
||||||
# Gmail does this automatically, let's not duplicate...
|
# Gmail does this automatically, let's not duplicate...
|
||||||
#set record="+[Gmail]/Sent Mail"
|
#set record="+[Gmail]/Sent Mail"
|
||||||
|
set record="+Sent"
|
||||||
|
|
||||||
# Look me up
|
# Look me up
|
||||||
set spoolfile="+INBOX"
|
set spoolfile="+INBOX"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
set realname="Orien Vandenbergh"
|
set realname="Orien Vandenbergh"
|
||||||
set signature="~/.signature.txt"
|
set signature="~/.signature.txt"
|
||||||
set from="orien.vandenbergh@guidepointsecurity.com"
|
set from="orien@misfit.rodeo"
|
||||||
set use_from = yes
|
set use_from = yes
|
||||||
set envelope_from = yes
|
set envelope_from = yes
|
||||||
|
|
||||||
set hostname=felurian.guidepointsecurity.com # Name of the localhost
|
set hostname=utage.i.misfit.rodeo # Name of the localhost
|
||||||
set hidden_host # Hide host details
|
set hidden_host # Hide host details
|
||||||
set alias_file=~/.config/neomutt/aliases # Personal mail aliases
|
set alias_file=~/.config/neomutt/aliases # Personal mail aliases
|
||||||
#set query_command="~/bin/mutt-ldap '%s'" # How to query the company contacts
|
#set query_command="~/bin/mutt-ldap '%s'" # How to query the company contacts
|
||||||
|
Reference in New Issue
Block a user