15 lines
427 B
Markdown
15 lines
427 B
Markdown
|
# (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.
|