Small fixes
This commit is contained in:
parent
a850facbe2
commit
e25601f71e
7 changed files with 27 additions and 9 deletions
9
home/.config/neomutt/accounts/marko@korhonen.cc
Normal file
9
home/.config/neomutt/accounts/marko@korhonen.cc
Normal file
|
@ -0,0 +1,9 @@
|
|||
# vim: filetype=neomuttrc
|
||||
|
||||
set folder = ~/.mail/marko@korhonen.cc
|
||||
set spoolfile = +INBOX
|
||||
set postponed = +Drafts
|
||||
set record = +Sent
|
||||
|
||||
set realname='Marko Korhonen'
|
||||
set from=marko@korhonen.cc
|
9
home/.config/neomutt/neomuttrc
Normal file
9
home/.config/neomutt/neomuttrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
# vim: filetype=neomuttrc
|
||||
|
||||
## General options
|
||||
set header_cache = "~/.cache/neomutt"
|
||||
set mbox_type=Maildir
|
||||
|
||||
# Accounts
|
||||
source "~/.config/neomutt/accounts/marko@korhonen.cc"
|
||||
folder-hook $folder 'source ~/.config/neomutt/accounts/marko@korhonen.cc'
|
Loading…
Add table
Add a link
Reference in a new issue