Compare commits

..

3 Commits

Author SHA1 Message Date
Orien Vandenbergh
12232994ee Forgot to include new file 2025-09-25 10:36:04 -04:00
Orien Vandenbergh
de00929fcd Moved host specific configurations out of central config files 2025-09-25 10:35:18 -04:00
Orien Vandenbergh
a751685924 New neomutt macro to mark all New as Read 2025-09-25 10:18:44 -04:00
7 changed files with 37 additions and 5 deletions

2
.gitignore vendored
View File

@@ -1 +1 @@
neomutt/accounts
neomutt/hosts/*/accounts

View File

@@ -0,0 +1,25 @@
# -*- muttrc -*-
#
# Mailboxes for mutt
#
# Where are mailboxes stored
set folder="imaps://imap.gmail.com/"
# Where archived mail goes
set mbox="+[Gmail]/All Mail"
#set mbox="imaps://imap.misfit.rodeo/[Gmail]/All Mail"
# Where postponed messaged die
set postponed="+[Gmail]/Drafts"
# ... and it gets saved in =outbox.
# Gmail does this automatically, let's not duplicate...
#set record="+[Gmail]/Sent Mail"
# Look me up
set spoolfile="+INBOX"
mailboxes $spoolfile
set imap_check_subscribed = yes

View File

@@ -0,0 +1,2 @@
set from="orien.vandenbergh@guidepointsecurity.com"
set hostname=felurian.guidepointsecurity.com # Name of the localhost

3
neomutt/hosts/utage/main Normal file
View File

@@ -0,0 +1,3 @@
set from="orien@misfit.rodeo"
set hostname=utage.i.misfit.rodeo # Name of the localhost

View File

@@ -16,6 +16,7 @@ macro index "\ev" "<pipe-message>less<enter>" # View
macro index "\Cs\Co" "<limit>~h \"X-SpamProbe: GOOD\"<enter><last-entry>" # View good emails.
macro index "\Cs\Cs" "<limit>~h \"X-SpamProbe: SPAM\"<enter><last-entry>" # View bad emails.
macro index \Cr ":source ~/.config/neomutt/neomuttrc<enter>" "Re-source the neomuttrc"
macro index "R" "<tag-pattern>~N<enter><tag-pattern>~O<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "Mark New as read"
# Macros for use in the pager.
macro pager "w" "<enter-command>set invsmart_wrap invmarkers<enter>" # Toggle wrap stuff

View File

@@ -1,10 +1,9 @@
set realname="Orien Vandenbergh"
set signature="~/.signature.txt"
set from="orien@misfit.rodeo"
set use_from = yes
set envelope_from = yes
set hostname=home.icebergh.us # Name of the localhost
set hidden_host # Hide host details
set alias_file=~/.config/neomutt/aliases # Personal mail aliases
#set query_command="~/bin/mutt-ldap '%s'" # How to query the company contacts
@@ -64,7 +63,8 @@ set header_cache="~/.cache/neomutt/headers" # Where to cache imap header
set message_cachedir="~/.cache/neomutt/bodies" # "" bodies
#source /usr/share/doc/mutt/samples/gpg.rc # Use GPG
source ~/.config/neomutt/accounts # Account details
source ~/.config/neomutt/`hostname`/main # General Settings
source ~/.config/neomutt/`hostname`/accounts # Account details
source ~/.config/neomutt/aliases # Load in my aliases.
source ~/.config/neomutt/auto_views # Define auto_views.
source ~/.config/neomutt/bindings # Define key bindings.
@@ -75,13 +75,14 @@ source ~/.config/neomutt/fcc-hooks # Define fcc-hooks
source ~/.config/neomutt/folder-hooks # Define folder-hooks.
source ~/.config/neomutt/headers # Configure header display.
source ~/.config/neomutt/macros # Define macros.
source ~/.config/neomutt/mailboxes # Define the list of folders that receive mail.
source ~/.config/neomutt/hosts/`hostname`/mailboxes # Host specific settings
source ~/.config/neomutt/message-hooks # Define message hooks.
source ~/.config/neomutt/non-standard # Support for mutt patches.
source ~/.config/neomutt/save-hooks # Define save-hooks.
source ~/.config/neomutt/subscriptions # Define the list of subscribed mailing lists.
color index_subject brightred default '~ihubspotemail.net'
color index_subject brightred default '~imarketo.org'
# Play with the sidebar?
#set sidebar_divider_char = '|'