39 lines
962 B
Text
39 lines
962 B
Text
# UChicago account configuration (via DavMail)
|
|
unmailboxes *
|
|
|
|
set ssl_force_tls = no
|
|
set certificate_file = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
# GPG
|
|
set crypt_autosign = no
|
|
set crypt_opportunistic_encrypt = no
|
|
set pgp_use_gpg_agent = yes
|
|
set mbox_type = Maildir
|
|
set sort = "threads"
|
|
|
|
# Account settings
|
|
set folder = '~/mail/uchicago'
|
|
set from = 'rayandrew@uchicago.edu'
|
|
set realname = 'Ray Andrew'
|
|
set spoolfile = '+Inbox'
|
|
set postponed = '+Drafts'
|
|
set record = '+Sent'
|
|
set trash = '+Trash'
|
|
|
|
# PGP settings
|
|
set use_from = yes
|
|
set pgp_sign_as = 0xEEF04CFFE9DFE5FC
|
|
set pgp_verify_sig = yes
|
|
set pgp_timeout = 3600
|
|
|
|
# Mailboxes
|
|
named-mailboxes "u/inbox" =Inbox
|
|
named-mailboxes "u/drafts" =Drafts
|
|
named-mailboxes "u/sent" =Sent
|
|
named-mailboxes "u/important" =Important
|
|
named-mailboxes "u/trash" =Trash
|
|
named-mailboxes "u/archive" =Archive
|
|
named-mailboxes "u/teaching" =Teaching
|
|
|
|
# Signature
|
|
set signature = "~/.config/neomutt/signatures/uchicago"
|