mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-01-30 13:21:16 -05:00
added pass and moved email creds to it
This commit is contained in:
parent
d81001a4a1
commit
73f679c862
2 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
[Personal]
|
[Personal]
|
||||||
source = imaps://ryan%40rschanz.org@mail.rschanz.org:993
|
source = imaps://ryan%40rschanz.org@mail.rschanz.org:993
|
||||||
source-cred-cmd = cat ~/Documents/email_creds/personal.pw
|
source-cred-cmd = pass emails/personal 2>/dev/null | tr -d '\n'
|
||||||
outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465
|
outgoing = smtps://ryan%40rschanz.org@mail.rschanz.org:465
|
||||||
outgoing-cred-cmd = cat ~/Documents/email_creds/personal.pw
|
outgoing-cred-cmd = pass emails/personal 2>/dev/null | tr -d '\n'
|
||||||
default = INBOX
|
default = INBOX
|
||||||
from = Ryan Schanzenbacher <ryan@rschanz.org>
|
from = Ryan Schanzenbacher <ryan@rschanz.org>
|
||||||
copy-to = Sent
|
copy-to = Sent
|
||||||
|
@ -11,9 +11,9 @@ check-mail = 5m
|
||||||
|
|
||||||
[School]
|
[School]
|
||||||
source = imaps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:993?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken&client_id=667738788924-0rdfvaq9ijfo1vk4474eb3quf8206h2t.apps.googleusercontent.com&client_secret=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
|
source = imaps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:993?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken&client_id=667738788924-0rdfvaq9ijfo1vk4474eb3quf8206h2t.apps.googleusercontent.com&client_secret=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
|
||||||
source-cred-cmd = cat ~/Documents/email_creds/rit_personal.pw
|
source-cred-cmd = pass emails/rit_personal 2>/dev/null | tr -d '\n'
|
||||||
outgoing = smtps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:465?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken&client_id=667738788924-0rdfvaq9ijfo1vk4474eb3quf8206h2t.apps.googleusercontent.com&client_secret=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
|
outgoing = smtps+oauthbearer://rjs1877%40rit.edu@imap.gmail.com:465?token_endpoint=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Ftoken&client_id=667738788924-0rdfvaq9ijfo1vk4474eb3quf8206h2t.apps.googleusercontent.com&client_secret=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
|
||||||
outgoing-cred-cmd = cat ~/Documents/email_creds/rit_personal.pw
|
outgoing-cred-cmd = pass emails/rit_personal 2>/dev/null | tr -d '\n'
|
||||||
from = Ryan Schanzenbacher <rjs1877@rit.edu>
|
from = Ryan Schanzenbacher <rjs1877@rit.edu>
|
||||||
signature-file = ~/.config/aerc/signature_rit_personal
|
signature-file = ~/.config/aerc/signature_rit_personal
|
||||||
check-mail = 5m
|
check-mail = 5m
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
# pkgs.hello
|
# pkgs.hello
|
||||||
yt-dlp
|
yt-dlp
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
|
pass
|
||||||
|
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
# # overrides. You can do that directly here, just don't forget the
|
# # overrides. You can do that directly here, just don't forget the
|
||||||
|
|
Loading…
Reference in a new issue