From 7ac902b23725a47957b03b19a97d260cf031f70f Mon Sep 17 00:00:00 2001 From: Vasil ZLatanov Date: Sun, 3 Aug 2014 11:09:04 +0200 Subject: mutt real delete added --- muttrc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 334d649..fbb4a02 100644 --- a/muttrc +++ b/muttrc @@ -22,13 +22,13 @@ unset record mailboxes +INBOX -macro index D \ - "+Gmail/trash" \ - "move message to the trash" - -macro index S \ - "+Gmail/spam" \ - "mark message as spam" +#macro index D \ +# "+Swiss/INBOX.Trash" \ +# "move message to the trash" +# +#macro index S \ +# "+Swiss/INBOX.Spam" \ +# "mark message as spam" # Gmail conf @@ -77,6 +77,7 @@ 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 -- cgit v1.2.3-54-g00ecf