.mutt/roomag/config

Mon, 09 Oct 2023 18:47:36 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 09 Oct 2023 18:47:36 -0500
changeset 1131
f3044a1658fc
parent 720
adc91288d03c
permissions
-rw-r--r--

nvim: switch to preferring last symver tag / add exceptions

# vim: ft=muttrc

unalternates *
unlists *

source "cd ~/.mutt/roomag && gpg2 -d private.gpg |"

set folder    = imaps://mhoward@ramdas.roomag.org/
set spoolfile = "+Virtual.Mailbox"
set copy      = yes
set record    = "+Sent"
set postponed = "+Drafts"
set trash     = "+Trash"

set smtp_url  = smtp://mhoward@ramdas.roomag.org:587/
set realname  = "Meredith Howard"
set from      = "mhoward@roomag.org"

# leave to gpg.conf default
unset pgp_sign_as

mercurial