Compare commits

..

No commits in common. "ca2d30f08c97e1d7ea61b702ab46fbceaeb157b3" and "dbcc24b6b45ca94034c8f6e4fb3e6cc1d1a43123" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,6 @@ set folder = "imaps://mail.example.com" # IMAP url
set spoolfile = +Inbox # Inbox set spoolfile = +Inbox # Inbox
set record = +Sent # Sent (copy all sent messages to this mailbox) set record = +Sent # Sent (copy all sent messages to this mailbox)
set postponed = +Drafts # copy Drafts to here set postponed = +Drafts # copy Drafts to here
set trash = +Trash # send trash here
set imap_check_subscribed # connect to all mailboxes 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 j next-line
bind pager k previous-line bind pager k previous-line
bind pager l view-attachments bind pager l view-attachments
bind index,pager D delete-message bind index D delete-message
bind index,pager U undelete-message bind index U undelete-message
bind index L limit bind index L limit
bind index h noop bind index h noop
bind index l display-message bind index l display-message