Add sourcehut patchset aerc binds
parent
fb2984a404
commit
fe23a0acdc
|
@ -120,6 +120,14 @@ V = :header -f X-Sourcehut-Patchset-Update NEEDS_REVISION<Enter>
|
|||
A = :header -f X-Sourcehut-Patchset-Update APPLIED<Enter>
|
||||
R = :header -f X-Sourcehut-Patchset-Update REJECTED<Enter>
|
||||
|
||||
<C-r> = :choose \
|
||||
-o a approved "header X-Sourcehut-Patchset-Update APPROVED" \
|
||||
-o R Rejected "header X-Sourcehut-Patchset-Update REJECTED" \
|
||||
-o r needs-revision "header X-Sourcehut-Patchset-Update NEEDS_REVISION" \
|
||||
-o s superseded "header X-Sourcehut-Patchset-Update SUPERSEDED" \
|
||||
-o A Applied "header X-Sourcehut-Patchset-Update APPLIED" \
|
||||
<Enter>
|
||||
|
||||
[terminal]
|
||||
$noinherit = true
|
||||
$ex = <C-x>
|
||||
|
|
|
@ -14,7 +14,7 @@ Account personal
|
|||
|
||||
MaildirStore personal-local
|
||||
Path ~/mail/personal/
|
||||
Inbox ~/mail/personal/inbox
|
||||
Inbox ~/mail/personal/INBOX
|
||||
|
||||
Channel personal-inbox
|
||||
Far :personal-remote:
|
||||
|
@ -23,23 +23,23 @@ Patterns "INBOX"
|
|||
|
||||
Channel personal-sent
|
||||
Far :personal-remote:Sent
|
||||
Near :personal-local:sent
|
||||
Near :personal-local:Sent
|
||||
|
||||
Channel personal-trash
|
||||
Far :personal-remote:Trash
|
||||
Near :personal-local:trash
|
||||
Near :personal-local:Trash
|
||||
|
||||
Channel personal-archive
|
||||
Far :personal-remote:Archive
|
||||
Near :personal-local:archive
|
||||
Near :personal-local:Archive
|
||||
|
||||
Channel personal-drafts
|
||||
Far :personal-remote:Drafts
|
||||
Near :personal-local:drafts
|
||||
Near :personal-local:Drafts
|
||||
|
||||
Channel personal-spam
|
||||
Far :personal-remote:Spam
|
||||
Near :personal-local:spam
|
||||
Near :personal-local:Spam
|
||||
|
||||
Group personal
|
||||
Channel personal-inbox
|
||||
|
|
Loading…
Reference in New Issue