Initial dotfiles commit
Laptop config: zsh, emacs (with WSL detection for work), ghostty, tmux, ranger, newsboat, neomutt + mbsync + msmtp (Outlook OAuth2), neomutt signature. Work config: emacs with C#/TS/JS/CSS/HTML dev settings for WSL. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
15
laptop/.config/neomutt/accounts/personal
Normal file
15
laptop/.config/neomutt/accounts/personal
Normal file
@@ -0,0 +1,15 @@
|
||||
set realname = "Rob Harbaugh"
|
||||
set from = "robharbaugh@outlook.com"
|
||||
|
||||
set mbox_type = Maildir
|
||||
set folder = ~/mail/outlook
|
||||
set spoolfile = +Inbox
|
||||
set postponed = +Drafts
|
||||
set trash = +Trash
|
||||
|
||||
set signature = ~/.config/neomutt/signature
|
||||
set sendmail = "/usr/bin/msmtp"
|
||||
set envelope_from = yes
|
||||
set sendmail_wait = 0
|
||||
|
||||
mailboxes =Inbox =Drafts =Sent =Archive =Trash =Church =Family =House =Work =Notes
|
||||
Reference in New Issue
Block a user