Move files out of their respective fs structure into program dirs in root and symlink dotfils using HM.
This commit is contained in:
parent
10bab010b7
commit
fb2adb4547
72 changed files with 9 additions and 0 deletions
28
neomutt/neomuttrc
Normal file
28
neomutt/neomuttrc
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
set sidebar_visible
|
||||
set sidebar_format = "%B%<F? [%F]>%* %<N?%N/>%S"
|
||||
set mail_check_stats
|
||||
|
||||
# Set the email address and name
|
||||
set from = "larssonmartin1998@gmail.com"
|
||||
set realname = "Martin Larsson"
|
||||
|
||||
# General settings
|
||||
set ssl_starttls = yes
|
||||
set ssl_force_tls = yes
|
||||
|
||||
# Cache
|
||||
set header_cache = "~/.cache/neomutt/headers"
|
||||
set message_cachedir = "~/.cache/neomutt/messages"
|
||||
|
||||
# Threads
|
||||
set sort = threads
|
||||
set sort_aux = reverse-last-date-received
|
||||
set strict_threads = yes
|
||||
set pager_index_lines = 5
|
||||
|
||||
# Enable IMAP IDLE
|
||||
set imap_idle = yes
|
||||
set mail_check = 30
|
||||
|
||||
# Used to store private information
|
||||
source ~/.config/neomutt/neomuttrc.local
|
||||
Loading…
Add table
Add a link
Reference in a new issue