mirror of
https://github.com/gaschz/dotfiles.git
synced 2026-04-05 07:48:55 +02:00
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.
13 lines
443 B
Plaintext
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"
|