From 17af863a07db22dc028ba9bed62ce590e4ee723f Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 3 Mar 2015 14:52:57 +0100 Subject: give Swiss a second try --- muttrc | 50 +++++++++++++++++++++----------------------------- 1 file changed, 21 insertions(+), 29 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index d02a87d..8be11f7 100644 --- a/muttrc +++ b/muttrc @@ -15,31 +15,23 @@ set mbox_type = Maildir set sendmail = /usr/bin/msmtp set folder = ~/.mail/ -set spoolfile = "+Gmail/INBOX" -set mbox = "+Gmail/archive" -set postponed = "+Gmail/drafts" -unset record -mailboxes +INBOX - -macro index D \ - "+Gmail/trash" \ - "move message to the trash" - -macro index S \ - "+Gmail/spam" \ - "mark message as spam" +set spoolfile = "+Swiss/INBOX" +#set mbox = "+Swiss/archive" +set postponed = "+Swiss/INBOX.Drafts" +set record = "+Swiss/INBOX.Sent" +set copy=yes +mailboxes +INBOX -# Gmail conf -set from = "vasil.zlatanov@gmail.com" +# Bitmessage conf +set from = "vasco@bitmessage.ch" 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 @@ -75,13 +67,12 @@ ignore x-alt-email x-orcpt company division x-warning # Gmail-style keyboard shortcuts -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" +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" + + # Other config set delete @@ -91,16 +82,17 @@ unset help set pager_stop # Bindings +macro index,pager d "" bind index,pager "n" next-unread bind index,pager "N" search-next -bind browser d half-down -bind index d half-down -bind pager d half-down +bind browser s half-down +bind index s half-down +bind pager s half-down -bind browser u half-up -bind index u half-up -bind pager u half-up +bind browser e half-up +bind index e half-up +bind pager e half-up bind index gg first-entry bind pager gg top -- cgit v1.2.3-54-g00ecf