diff --git a/mutt/fastmail b/mutt/fastmail new file mode 100644 index 0000000..d75ac5a --- /dev/null +++ b/mutt/fastmail @@ -0,0 +1,14 @@ +set from = "dustin@dustinswan.com" +set sendmail = "/usr/bin/msmtp -a FastMali" +set mbox = "+FastMail/INBOX.Archive" +set postponed = "+FastMail/INBOX.Drafts" + +color status blue default + +macro index D \ + "+FastMail/INBOX.Trash" \ + "move message to the trash" + +macro index S \ + "+FastMail/INBOX.Spam" \ + "mark message as spam" diff --git a/mutt/iocom b/mutt/iocom new file mode 100644 index 0000000..4315547 --- /dev/null +++ b/mutt/iocom @@ -0,0 +1,14 @@ +set from = "dswan@iocom.com" +set sendmail = "/usr/bin/msmtp -a IOCOM" +set mbox = "+IOCOM/INBOX.Archive" +set postponed = "+IOCOM/INBOX.Drafts" + +color status green default + +macro index D \ + "+IOCOM/INBOX.Trash" \ + "move message to the trash" + +macro index S \ + "+IOCOM/INBOX.spam" \ + "mark message as spam"