diff options
| author | Gab Virebent <noreply@virebent.art> | 2026-05-23 02:48:34 +0200 |
|---|---|---|
| committer | Gab Virebent <noreply@virebent.art> | 2026-05-23 02:48:34 +0200 |
| commit | 847759f50596b0d992085aa34d7b5b78057aa7ce (patch) | |
| tree | 30b786fe24a3451f8dbb96c76f097b934abcc677 /accounts/account2 | |
| download | neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.tar.gz neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.tar.xz neomutt-config-847759f50596b0d992085aa34d7b5b78057aa7ce.zip | |
Initial public release
Diffstat (limited to 'accounts/account2')
| -rw-r--r-- | accounts/account2 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/accounts/account2 b/accounts/account2 new file mode 100644 index 0000000..7a1e409 --- /dev/null +++ b/accounts/account2 @@ -0,0 +1,28 @@ +# Account 2 - esempio con provider privacy-oriented (Autistici, Riseup, ecc.) +# Rinomina questo file con un nome significativo + +set from = "user@privacy-provider.org" +set realname = "Your Name" + +# Identificativo account per status bar +set my_account_info = "[F3 - user@privacy-provider.org]" +set status_format = "$my_account_info │ %f %?M?(%M hidden)? %?n?(%n new)?%?d? (%d to delete)?%?t? (%t tagged)? %>─%?p?(%p postponed)?─" + +# IMAP SSL (porta 993) +set imap_user = "user@privacy-provider.org" +set imap_pass = "`pass email/account2`" +set folder = "imaps://mail.privacy-provider.org:993" +set spoolfile = "+INBOX" +set record = "+Sent" +set trash = "+Trash" +set postponed = "+Drafts" + +# SMTP (STARTTLS porta 587) +set smtp_url = "smtp://user%40privacy-provider.org@smtp.privacy-provider.org:587" +set smtp_pass = "`pass email/account2`" + +# GPG/ECC +set pgp_default_key = "FINGERPRINT_CHIAVE_ECC" +set pgp_sign_as = "FINGERPRINT_CHIAVE_ECC" + +color status green default |
