From 747599943a7f81c001e1021ed9f80ee36bab4aee Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 27 Aug 2014 21:56:36 +0200 Subject: revert offlineimap to gmail due to lag in bitmessage.ch --- muttrc | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 0ff9c1a..1ebb758 100644 --- a/muttrc +++ b/muttrc @@ -15,33 +15,33 @@ 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 macro index D \ - "+Swiss/INBOX.Trash" \ + "+Gmail/trash" \ "move message to the trash" -#macro index S \ -# "+Swiss/INBOX.Spam" \ -# "mark message as spam" +macro index S \ + "+Gmail/spam" \ + "mark message as spam" # Gmail conf -set from = "vasco@bitmessage.ch" +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 mail_check = 15 -set timeout = 1 +#set hostname = gmail.com +set mail_check = 5 +set timeout = 15 unset imap_passive set header_cache=~/.muttlocal/cache/headers set message_cachedir=~/.muttlocal/cache/bodies @@ -59,10 +59,13 @@ alternative_order text/plain text/html * auto_view text/html # 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 @@ -78,7 +81,6 @@ bind index,pager "N" search-next bind browser d half-down bind index d half-down bind pager d half-down -bind index D delete-message bind browser u half-up bind index u half-up @@ -91,7 +93,7 @@ bind pager G bottom bind index R group-reply # Write in Aliases when opening email -set display_filter="$HOME/.mutt/alias.sh" +set display_filter='$HOME/.mutt/alias.sh' # Mutt LED notification set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?]'|" -- cgit v1.2.3-54-g00ecf