Compare commits

...

2 Commits

Author SHA1 Message Date
BBaoVanC ca2d30f08c
Add delete and undelete keybinds to pager 2020-11-24 18:23:46 -06:00
BBaoVanC 19fa33aa2a
Add trash 2020-11-24 18:23:35 -06:00
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ set folder = "imaps://mail.example.com" # IMAP url
set spoolfile = +Inbox # Inbox
set record = +Sent # Sent (copy all sent messages to this mailbox)
set postponed = +Drafts # copy Drafts to here
set trash = +Trash # send trash here
set imap_check_subscribed # connect to all mailboxes

View File

@ -18,8 +18,8 @@ bind pager,attach h exit
bind pager j next-line
bind pager k previous-line
bind pager l view-attachments
bind index D delete-message
bind index U undelete-message
bind index,pager D delete-message
bind index,pager U undelete-message
bind index L limit
bind index h noop
bind index l display-message