mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:56:15 -05:00
fixed signature and forward bind
This commit is contained in:
parent
0681e67ee4
commit
3bcd60a434
4 changed files with 3 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
source = imaps://ryan%40rschanz.org@mail.rschanz.org:993
|
||||
source-cred-cmd = cat ~/Documents/email_creds/personal.pw
|
||||
outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465
|
||||
outgoing-cred-cmd = sh -c "cat ~/Documents/eml.pw"
|
||||
outgoing-cred-cmd = cat ~/Documents/email_creds/personal.pw
|
||||
default = INBOX
|
||||
from = Ryan Schanzenbacher <ryan@rschanz.org>
|
||||
copy-to = Sent
|
||||
|
|
|
@ -46,7 +46,7 @@ rr = :reply -a<Enter>
|
|||
rq = :reply -aq<Enter>
|
||||
Rr = :reply<Enter>
|
||||
Rq = :reply -q<Enter>
|
||||
ff = :forward -A<Enter>
|
||||
f = :forward -A<Enter>
|
||||
|
||||
c = :cf<space>
|
||||
$ = :term<space>
|
||||
|
@ -73,7 +73,7 @@ A = :archive flat<Enter>
|
|||
|
||||
<C-l> = :open-link <space>
|
||||
|
||||
ff = :forward<Enter>
|
||||
f = :forward -A<Enter>
|
||||
rr = :reply -a<Enter>
|
||||
rq = :reply -aq<Enter>
|
||||
Rr = :reply<Enter>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
--
|
||||
|
||||
Best,
|
||||
Ryan Schanzenbacher
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
--
|
||||
|
||||
Best,
|
||||
Ryan Schanzenbacher
|
||||
Rochester Institute of Technology
|
||||
|
|
Loading…
Reference in a new issue