dotfiles/files/mutt/.config/mutt/sample/muttrc-credentials.local.example
Ben Grande c1987240bc
refactor: muttrc configuration source order
Script to source muttrc configuration is preferred as it can choose what
files must exist and not throw extraneous error messages on optional
files. Adding the example configuration files to slim out the readme
from the qusal project, also helps with copying the file from inside
the qube itself instead of having to copy inter-qube.
2024-01-26 22:43:46 +01:00

13 lines
443 B
Plaintext

## Copy to ~/.muttrc-credentials.local and modify.
## Mandatory configuration.
## First file to be sourced: defines variables to be referenced by other files.
set pgp_default_key = "0x1234567890ABCDEF"
set pgp_sign_as = "0x1234567890ABCDEF"
set my_name = "Bilbo Baggins"
set my_user = "bilbo"
set my_server = "shire.org"
## Password is unnecessary if Mutt is permanently offline.
set my_pass = "mypassword"