]> git.rmz.io Git - dotfiles.git/blobdiff - mutt/accounts/wio
mail: setup wio email account + remove fpp
[dotfiles.git] / mutt / accounts / wio
diff --git a/mutt/accounts/wio b/mutt/accounts/wio
new file mode 100644 (file)
index 0000000..3acfef2
--- /dev/null
@@ -0,0 +1,24 @@
+# vim: ft=muttrc
+set realname = "Samir Benmendil"
+set from = "sbenmendil@witekio.com"
+my_hdr Bcc: sbenmendil@witekio.com
+set sendmail = "msmtp -a wio"
+
+set spoolfile    = "+wio/inbox"   # set inbox
+set postponed    = "+wio/drafts"  # drafts folder
+unset record                      # do not move sent msgs to a folder, gmail does that
+unset move                        # do not move read msgs, gmail does that
+
+# goobook
+set query_command = "goobook query '%s'"
+
+mailboxes "+wio/inbox"
+mailboxes "+wio/sent"
+mailboxes "+wio/archive"
+mailboxes "+wio/drafts"
+mailboxes "+wio/spam"
+mailboxes "+wio/bin"
+
+macro index,pager gi "<change-folder>=wio/inbox<return>"   "go to inbox"
+macro index,pager ga "<change-folder>=wio/archive<return>" "go to archive"
+macro index,pager gs "<change-folder>=wio/spam<return>"    "go to spam"