# Location of inbox set spoolfile = "=INBOX" set postponed = "=[Gmail]/Drafts" set record = "=[Gmail]/Sent Mail" # In Gmail the trash works different... unset trash mailboxes =INBOX \ -label Drafts "=[Gmail]/Drafts" \ -label Sent "=[Gmail]/Sent Mail" \ -label Trash "=[Gmail]/Trash" \ -label Spam "=[Gmail]/Spam" \ -label Archive "=[Gmail]/All Mail" \ # Headers to show ignore * unignore date from to cc subject x-mailer resent-from reply-to bind pager,index d noop bind pager,index e noop macro index,pager d "=[Gmail]/Trash" "Move message to chosen folder" macro pager d "=[Gmail]/Trash" "Move message to chosen folder" macro index,pager e "" "Move message to chosen folder" macro index,pager ga "=[Gmail]/All^V Mail" "Switch to Archive" macro index,pager gd "=[Gmail]/Drafts" "Switch to Drafts" macro index,pager gi "=INBOX" "Switch to Inbox" macro index,pager gs "=[Gmail]/Sent^V Mail" "Switch to Sent Mail" macro index,pager gS "=[Gmail]/Spam" "Switch to Spam" macro index,pager gt "=[Gmail]/Trash" "Switch to Trash" macro index,pager ml "?" "Move message to chosen folder" macro index,pager mi "=INBOX" "Add to Inbox" macro index,pager mr "O" "Mark as read" macro index,pager mu "O" "Mark as read"