diff options
Diffstat (limited to '.mutt/account.gmail')
-rw-r--r-- | .mutt/account.gmail | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.mutt/account.gmail b/.mutt/account.gmail index f3fc94f..3f0ebf0 100644 --- a/.mutt/account.gmail +++ b/.mutt/account.gmail @@ -10,8 +10,8 @@ set folder = 'imaps://imap.gmail.com:993' set spoolfile = '+Inbox' set postponed = '+Drafts' set record = '+Sent' -set trash = '+Trash' +set trash = '' set header_cache = ~/.mutt/gmail/cache/headers set message_cachedir = ~/.mutt/gmail/cache/bodies set certificate_file = ~/.mutt/gmail/certificates -mailboxes "+Inbox" "+Drafts" "+Sent" "+Trash" +mailboxes "Inbox" |