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>
|
A = :header -f X-Sourcehut-Patchset-Update APPLIED<Enter>
|
||||||
R = :header -f X-Sourcehut-Patchset-Update REJECTED<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]
|
[terminal]
|
||||||
$noinherit = true
|
$noinherit = true
|
||||||
$ex = <C-x>
|
$ex = <C-x>
|
||||||
|
|
|
@ -14,7 +14,7 @@ Account personal
|
||||||
|
|
||||||
MaildirStore personal-local
|
MaildirStore personal-local
|
||||||
Path ~/mail/personal/
|
Path ~/mail/personal/
|
||||||
Inbox ~/mail/personal/inbox
|
Inbox ~/mail/personal/INBOX
|
||||||
|
|
||||||
Channel personal-inbox
|
Channel personal-inbox
|
||||||
Far :personal-remote:
|
Far :personal-remote:
|
||||||
|
@ -23,23 +23,23 @@ Patterns "INBOX"
|
||||||
|
|
||||||
Channel personal-sent
|
Channel personal-sent
|
||||||
Far :personal-remote:Sent
|
Far :personal-remote:Sent
|
||||||
Near :personal-local:sent
|
Near :personal-local:Sent
|
||||||
|
|
||||||
Channel personal-trash
|
Channel personal-trash
|
||||||
Far :personal-remote:Trash
|
Far :personal-remote:Trash
|
||||||
Near :personal-local:trash
|
Near :personal-local:Trash
|
||||||
|
|
||||||
Channel personal-archive
|
Channel personal-archive
|
||||||
Far :personal-remote:Archive
|
Far :personal-remote:Archive
|
||||||
Near :personal-local:archive
|
Near :personal-local:Archive
|
||||||
|
|
||||||
Channel personal-drafts
|
Channel personal-drafts
|
||||||
Far :personal-remote:Drafts
|
Far :personal-remote:Drafts
|
||||||
Near :personal-local:drafts
|
Near :personal-local:Drafts
|
||||||
|
|
||||||
Channel personal-spam
|
Channel personal-spam
|
||||||
Far :personal-remote:Spam
|
Far :personal-remote:Spam
|
||||||
Near :personal-local:spam
|
Near :personal-local:Spam
|
||||||
|
|
||||||
Group personal
|
Group personal
|
||||||
Channel personal-inbox
|
Channel personal-inbox
|
||||||
|
|
Loading…
Reference in New Issue