holy shit
This commit is contained in:
parent
c449168355
commit
9d86ef31da
|
@ -1014,6 +1014,9 @@ GNU patch review metho dor sometihng idk
|
||||||
(setq mu4e-get-mail-command "mbsync -a")
|
(setq mu4e-get-mail-command "mbsync -a")
|
||||||
(setq mu4e-maildir "~/Mail")
|
(setq mu4e-maildir "~/Mail")
|
||||||
|
|
||||||
|
(setq outlook-mail-address
|
||||||
|
(string-trim (shell-command-to-string "pass mail | awk 'BEGIN {ORS=\"\"} FNR == 2{gsub(\"login: \", \"\"); gsub(/ /, \"\"); print}'")))
|
||||||
|
|
||||||
(setq mu4e-contexts
|
(setq mu4e-contexts
|
||||||
(list
|
(list
|
||||||
;; outlook
|
;; outlook
|
||||||
|
@ -1023,7 +1026,7 @@ GNU patch review metho dor sometihng idk
|
||||||
(lambda (msg)
|
(lambda (msg)
|
||||||
(when msg
|
(when msg
|
||||||
(string-prefix-p "/Outlook" (mu4e-message-field msg :maildir))))
|
(string-prefix-p "/Outlook" (mu4e-message-field msg :maildir))))
|
||||||
:vars `((user-mail-address . (string-trim (shell-command-to-string "pass Microsoft | awk 'BEGIN {ORS=\"\"} FNR == 2{gsub(\"login: \", \"\"); gsub(/ /, \"\"); print}'")))
|
:vars `((user-mail-address . ,outlook-mail-address)
|
||||||
(user-full-name . "Sako")
|
(user-full-name . "Sako")
|
||||||
(mu4e-drafts-folder . "/Outlook/Drafts")
|
(mu4e-drafts-folder . "/Outlook/Drafts")
|
||||||
(mu4e-sent-folder . "/Outlook/Sent")
|
(mu4e-sent-folder . "/Outlook/Sent")
|
||||||
|
|
Loading…
Reference in a new issue