Compare commits
2 Commits
dbcc24b6b4
...
ca2d30f08c
Author | SHA1 | Date | |
---|---|---|---|
ca2d30f08c | |||
19fa33aa2a |
@ -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
|
||||
|
||||
|
||||
|
4
keybinds
4
keybinds
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user