AutoYADM commit: 2025-03-12 02:00:06
This commit is contained in:
parent
f9ecc3ad28
commit
b88d2c707f
3 changed files with 16 additions and 14 deletions
|
@ -1,18 +1,20 @@
|
||||||
[Personal]
|
[Personal]
|
||||||
source = imap://daniel%40ficd.ca@127.0.0.1:1143
|
source = imap://daniel%40ficd.ca@127.0.0.1:1143
|
||||||
source-cred-cmd = pass show proton/bridge
|
source-cred-cmd = pass show proton/bridge
|
||||||
outgoing = smtp://daniel%40ficd.ca@127.0.0.1:1025
|
outgoing = smtp://daniel%40ficd.ca@127.0.0.1:1025
|
||||||
outgoing-cred-cmd = pass show proton/bridge
|
outgoing-cred-cmd = pass show proton/bridge
|
||||||
default = INBOX
|
default = INBOX
|
||||||
from = Daniel Fichtinger <daniel@ficd.ca>
|
from = Daniel Fichtinger <daniel@ficd.ca>
|
||||||
copy-to = Sent
|
copy-to = Sent
|
||||||
cache-headers = true
|
cache-headers = true
|
||||||
|
signature-file = /home/fic/mail/daniel@ficd.ca.sig
|
||||||
|
|
||||||
[School]
|
[School]
|
||||||
source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com
|
source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com
|
||||||
source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
source-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||||
outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
|
outgoing = smtp+xoauth2://18daf3%40queensu.ca@outlook.office365.com:587
|
||||||
outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-test
|
||||||
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
||||||
default = INBOX
|
default = INBOX
|
||||||
copy-to = Sent
|
copy-to = Sent
|
||||||
|
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
||||||
|
|
|
@ -673,7 +673,7 @@ always-show-mime=true
|
||||||
# ignored.
|
# ignored.
|
||||||
#
|
#
|
||||||
# This parameter can also be set per account in accounts.conf.
|
# This parameter can also be set per account in accounts.conf.
|
||||||
address-book-cmd=emailbook /home/fic/notes/emailbook.txt --search "%s"
|
address-book-cmd=emailbook /home/fic/mail/emailbook.txt --search "%s"
|
||||||
|
|
||||||
# Specifies the command to be used to select attachments. Any occurrence of
|
# Specifies the command to be used to select attachments. Any occurrence of
|
||||||
# '%s' in the file-picker-cmd will be replaced with the argument <arg>
|
# '%s' in the file-picker-cmd will be replaced with the argument <arg>
|
||||||
|
|
|
@ -106,8 +106,8 @@ S = :save<space>
|
||||||
| = :pipe<space>
|
| = :pipe<space>
|
||||||
D = :delete<Enter>
|
D = :delete<Enter>
|
||||||
A = :archive flat<Enter>
|
A = :archive flat<Enter>
|
||||||
aa = :pipe -m emailbook ~/notes/emailbook.txt --parse --all<Enter>
|
aa = :pipe -m emailbook ~/mail/emailbook.txt --parse --all<Enter>
|
||||||
af = :pipe -m emailbook ~/notes/emailbook.txt --parse --from<Enter>
|
af = :pipe -m emailbook ~/mail/emailbook.txt --parse --from<Enter>
|
||||||
|
|
||||||
<C-l> = :open-link <space>
|
<C-l> = :open-link <space>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue