diff options
author | luxagraf <sng@luxagraf.net> | 2021-07-16 20:36:05 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2021-07-16 20:36:05 -0400 |
commit | 7fe4f324b9c90c5383965b51aaccdd0322b4fef9 (patch) | |
tree | fc3d5a2a1fe8cfe9f7b6e601e229070cd5327578 /.mutt/work | |
parent | 9023193df97d2366a38b7f623c64215e809ec5d5 (diff) |
brought up to date with Debian configdebian-openbox
Diffstat (limited to '.mutt/work')
-rw-r--r-- | .mutt/work | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.mutt/work b/.mutt/work new file mode 100644 index 0000000..e0578cd --- /dev/null +++ b/.mutt/work @@ -0,0 +1,19 @@ +set from = "wired@scottgilbertson.net" +set folder = ~/mail/wired +set sendmail = "/usr/bin/msmtp -a work" +set trash = "+Trash" +set mbox = "+Archive" +set postponed = "+Drafts" +set record="+Sent" +# Alternate email addresses. +alternates "scott_gilbertson@wired.com" + +# Mailboxes to show +mailboxes =INBOX \ + +Archive \ + +Trash \ + +Sent \ + +Drafts \ + +temporary/search \ + + |