diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-27 10:48:26 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-27 10:48:26 -0400 |
| commit | 3bcd60a43411ff29af4061724ea2c70d18f7a7dd (patch) | |
| tree | c557859008005df76e58cae3caeea2deb9fd5af9 | |
| parent | 0681e67ee4fc17f57e4f0518fe177f87638b0394 (diff) | |
fixed signature and forward bind
| -rw-r--r-- | home-config/aerc/accounts.conf | 2 | ||||
| -rw-r--r-- | home-config/aerc/binds.conf | 4 | ||||
| -rw-r--r-- | home-config/aerc/signature_personal | 1 | ||||
| -rw-r--r-- | home-config/aerc/signature_rit_personal | 1 |
4 files changed, 3 insertions, 5 deletions
diff --git a/home-config/aerc/accounts.conf b/home-config/aerc/accounts.conf index b38b3f8..6c1db87 100644 --- a/home-config/aerc/accounts.conf +++ b/home-config/aerc/accounts.conf | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | source = imaps://ryan%40rschanz.org@mail.rschanz.org:993 | 2 | source = imaps://ryan%40rschanz.org@mail.rschanz.org:993 |
| 3 | source-cred-cmd = cat ~/Documents/email_creds/personal.pw | 3 | source-cred-cmd = cat ~/Documents/email_creds/personal.pw |
| 4 | outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465 | 4 | outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465 |
| 5 | outgoing-cred-cmd = sh -c "cat ~/Documents/eml.pw" | 5 | outgoing-cred-cmd = cat ~/Documents/email_creds/personal.pw |
| 6 | default = INBOX | 6 | default = INBOX |
| 7 | from = Ryan Schanzenbacher <ryan@rschanz.org> | 7 | from = Ryan Schanzenbacher <ryan@rschanz.org> |
| 8 | copy-to = Sent | 8 | copy-to = Sent |
diff --git a/home-config/aerc/binds.conf b/home-config/aerc/binds.conf index 1f8f23d..60dfef7 100644 --- a/home-config/aerc/binds.conf +++ b/home-config/aerc/binds.conf | |||
| @@ -46,7 +46,7 @@ rr = :reply -a<Enter> | |||
| 46 | rq = :reply -aq<Enter> | 46 | rq = :reply -aq<Enter> |
| 47 | Rr = :reply<Enter> | 47 | Rr = :reply<Enter> |
| 48 | Rq = :reply -q<Enter> | 48 | Rq = :reply -q<Enter> |
| 49 | ff = :forward -A<Enter> | 49 | f = :forward -A<Enter> |
| 50 | 50 | ||
| 51 | c = :cf<space> | 51 | c = :cf<space> |
| 52 | $ = :term<space> | 52 | $ = :term<space> |
| @@ -73,7 +73,7 @@ A = :archive flat<Enter> | |||
| 73 | 73 | ||
| 74 | <C-l> = :open-link <space> | 74 | <C-l> = :open-link <space> |
| 75 | 75 | ||
| 76 | ff = :forward<Enter> | 76 | f = :forward -A<Enter> |
| 77 | rr = :reply -a<Enter> | 77 | rr = :reply -a<Enter> |
| 78 | rq = :reply -aq<Enter> | 78 | rq = :reply -aq<Enter> |
| 79 | Rr = :reply<Enter> | 79 | Rr = :reply<Enter> |
diff --git a/home-config/aerc/signature_personal b/home-config/aerc/signature_personal index fd83946..d9a8de7 100644 --- a/home-config/aerc/signature_personal +++ b/home-config/aerc/signature_personal | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | -- | 1 | -- |
| 2 | |||
| 3 | Best, | 2 | Best, |
| 4 | Ryan Schanzenbacher | 3 | Ryan Schanzenbacher |
diff --git a/home-config/aerc/signature_rit_personal b/home-config/aerc/signature_rit_personal index af697e1..efe4ceb 100644 --- a/home-config/aerc/signature_rit_personal +++ b/home-config/aerc/signature_rit_personal | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | -- | 1 | -- |
| 2 | |||
| 3 | Best, | 2 | Best, |
| 4 | Ryan Schanzenbacher | 3 | Ryan Schanzenbacher |
| 5 | Rochester Institute of Technology | 4 | Rochester Institute of Technology |
