From a58d24aac0bdb7dd0f006818d9f30f9deadbb6b1 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 11 Mar 2015 12:38:14 +0100 Subject: update + gmail --- muttrc | 50 +++++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 21 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 8be11f7..d02a87d 100644 --- a/muttrc +++ b/muttrc @@ -15,23 +15,31 @@ set mbox_type = Maildir set sendmail = /usr/bin/msmtp set folder = ~/.mail/ - -set spoolfile = "+Swiss/INBOX" -#set mbox = "+Swiss/archive" -set postponed = "+Swiss/INBOX.Drafts" -set record = "+Swiss/INBOX.Sent" -set copy=yes +set spoolfile = "+Gmail/INBOX" +set mbox = "+Gmail/archive" +set postponed = "+Gmail/drafts" +unset record mailboxes +INBOX -# Bitmessage conf -set from = "vasco@bitmessage.ch" +macro index D \ + "+Gmail/trash" \ + "move message to the trash" + +macro index S \ + "+Gmail/spam" \ + "mark message as spam" + + +# Gmail conf +set from = "vasil.zlatanov@gmail.com" set realname = "Vasil Zlatanov" # Change the following line to a different editor you prefer. set editor = "vim" # Basic config, you can leave this as is +#set hostname = gmail.com set mail_check = 1 set timeout = 1 unset imap_passive @@ -67,12 +75,13 @@ ignore x-alt-email x-orcpt company division x-warning # Gmail-style keyboard shortcuts -macro index,pager gi "=Swiss/INBOX" "Go to inbox" -macro index,pager gs "=Swiss/INBOX.Sent" "Go to sent mail" -macro index,pager gt "=Swiss/INBOX.Trash" "Go to trash" -macro index,pager gd "=Swiss/INBOX.Drafts" "Go to drafts" - - +macro index,pager gi "=Gmail/INBOX" "Go to inbox" +macro index,pager ga "=Gmail/archive" "Go to all mail" +macro index,pager gs "=Gmail/sent" "Go to sent mail" +macro index,pager gr "=Gmail/flagged" "Go to starred messages" +macro index,pager gj "=Gmail/spam" "Go to spam" +macro index,pager gt "=Gmail/trash" "Go to trash" +macro index,pager gd "=Gmail/drafts" "Go to drafts" # Other config set delete @@ -82,17 +91,16 @@ unset help set pager_stop # Bindings -macro index,pager d "" bind index,pager "n" next-unread bind index,pager "N" search-next -bind browser s half-down -bind index s half-down -bind pager s half-down +bind browser d half-down +bind index d half-down +bind pager d half-down -bind browser e half-up -bind index e half-up -bind pager e half-up +bind browser u half-up +bind index u half-up +bind pager u half-up bind index gg first-entry bind pager gg top -- cgit v1.2.3-54-g00ecf