summaryrefslogtreecommitdiffstats
path: root/.mutt/gmail.muttrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-10-20 00:37:28 +0200
committerGravatar Tom Willemsen2011-10-20 00:37:28 +0200
commitf2d0ba0967a154e48c7e084b2736d7b762e9127f (patch)
treef7dd632a38f5effaed5e4f6b42cb9af156b36548 /.mutt/gmail.muttrc
parent9e4506a7d2fc2dd0bae551ed2dd73794111ca957 (diff)
downloaddotfiles-f2d0ba0967a154e48c7e084b2736d7b762e9127f.tar.gz
dotfiles-f2d0ba0967a154e48c7e084b2736d7b762e9127f.zip
Bring back the MUTT
Diffstat (limited to '.mutt/gmail.muttrc')
-rw-r--r--.mutt/gmail.muttrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.mutt/gmail.muttrc b/.mutt/gmail.muttrc
new file mode 100644
index 0000000..80c9178
--- /dev/null
+++ b/.mutt/gmail.muttrc
@@ -0,0 +1,14 @@
+###
+# gmail specific option
+###
+
+set from = "ryuslash@gmail.com"
+set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
+set mbox = "+gmail/INBOX"
+set postponed = "+gmail/drafts"
+unset record
+unset signature
+
+macro index E "<change-folder>+gmail/archive<enter><limit>~B " "search everything"
+macro index D "<save-message>+gmail/trash<enter>" "move message to the trash"
+macro index S "<save-message>+gmail/spam<enter>" "mark message as spam"