Add (Neo)mutt config and instructions

pull/2/head
Ensar Sarajčić 2021-10-18 01:05:05 +02:00
parent 8f9f09006d
commit 8598691fdd
4 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,14 @@
# (Neo)Mutt config
## Vim-keys
If error regarding vim-keys file appears, upgrade neomutt if possible, otherwise run the following:
```sh
mkdir -p /usr/share/doc/neomutt/vim-keys
sudo wget -O /usr/share/doc/neomutt/vim-keys/vim-keys.rc https://raw.githubusercontent.com/neomutt/neomutt/master/contrib/vim-keys/vim-keys.rc
```
## Accounts
Update accounts files with proper credentials. Generate app passwords when possible.

View File

@ -0,0 +1,2 @@
*
!.gitignore

View File

@ -0,0 +1,6 @@
set imap_user = "username@mail.com"
set imap_pass = "YOURAPPPASSWORD"
set folder = "imapurl"
set smtp_url = "smptul"
set smtp_pass = "YOURAPPPASSWORD"
set spoolfile = "+INBOX"

View File

@ -5,7 +5,8 @@ set record = +Sent
# Directory to save drafts into
set postponed = +Drafts
# Headers cache?
set header_cache = ~/.cache/mutt
set header_cache = ~/.cache/mutt/headers
set message_cachedir = ~/.cache/mutt/bodies
# Sort by threads
set sort = threads
# Sort threads by last date received - newest first