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
|
@ -7,6 +7,7 @@ default = INBOX
|
|||
from = Daniel Fichtinger <daniel@ficd.ca>
|
||||
copy-to = Sent
|
||||
cache-headers = true
|
||||
signature-file = /home/fic/mail/daniel@ficd.ca.sig
|
||||
|
||||
[School]
|
||||
source = imaps+xoauth2://18daf3%40queensu.ca@outlook.office365.com
|
||||
|
@ -16,3 +17,4 @@ outgoing-cred-cmd = /home/fic/tools/mutt_oauth2.py /home/fic/tools/tokenfile-tes
|
|||
from = Daniel Fichtinger <fichtinger.d@queensu.ca>
|
||||
default = INBOX
|
||||
copy-to = Sent
|
||||
signature-file = /home/fic/mail/fichtinger.d@queensu.ca.sig
|
||||
|
|
|
@ -673,7 +673,7 @@ always-show-mime=true
|
|||
# ignored.
|
||||
#
|
||||
# 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
|
||||
# '%s' in the file-picker-cmd will be replaced with the argument <arg>
|
||||
|
|
|
@ -106,8 +106,8 @@ S = :save<space>
|
|||
| = :pipe<space>
|
||||
D = :delete<Enter>
|
||||
A = :archive flat<Enter>
|
||||
aa = :pipe -m emailbook ~/notes/emailbook.txt --parse --all<Enter>
|
||||
af = :pipe -m emailbook ~/notes/emailbook.txt --parse --from<Enter>
|
||||
aa = :pipe -m emailbook ~/mail/emailbook.txt --parse --all<Enter>
|
||||
af = :pipe -m emailbook ~/mail/emailbook.txt --parse --from<Enter>
|
||||
|
||||
<C-l> = :open-link <space>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue