BIBLIOGRAPHY

“Setting up Gmail in Doom Emacs Using Mbsync and Mu4e.” n.d. Erich Grunewald’s Blog. Accessed October 12, 2024. https://www.erichgrunewald.com/posts/setting-up-gmail-in-doom-emacs-using-mbsync-and-mu4e/.

History

  • [2025-04-15 Tue 12:05] 할 때가 되었다.

TODO mu4e 아래 참고

[2024-10-13 Sun 05:49]

Setting Up Gmail in Doom Emacs using mbsync and mu4e

(“Setting up Gmail in Doom Emacs Using Mbsync and Mu4e” n.d.) Texts on this and that.

설정

 
 
;; add to $DOOMDIR/config.el
(after! mu4e
  (setq sendmail-program (executable-find "msmtp")
        send-mail-function #'smtpmail-send-it
        message-sendmail-f-is-evil t
        message-sendmail-extra-arguments '("--read-envelope-from")
        message-send-mail-function #'message-send-mail-with-sendmail))
mu init --maildir ~/mail/gmail --my-address junghanacs@gmail.com
+-------------------+----------------------------------------------------+
| maildir           | /home/junghan/mail/gmail                           |
+-------------------+----------------------------------------------------+
| database-path     | /home/junghan/.cache/mu/xapian                     |
+-------------------+----------------------------------------------------+
| schema-version    | 466                                                |
+-------------------+----------------------------------------------------+
| max-message-size  | 100000000                                          |
+-------------------+----------------------------------------------------+
| batch-size        | 50000                                              |
+-------------------+----------------------------------------------------+
| created           | 2024년 10월 13일 (일) 오전 05시 57분 54초 |
+-------------------+----------------------------------------------------+
| personal-address  | junghanacs@gmail.com                               |
+-------------------+----------------------------------------------------+
| messages in store | 0                                                  |
+-------------------+----------------------------------------------------+
| last-change       | never                                              |
+-------------------+----------------------------------------------------+
| last-index        | never                                              |
+-------------------+----------------------------------------------------+
database created; use the 'index' command to fill/update it.
~ via  v20.14.0 via 🐍 v3.12.3

 

TODO 옴니 워크플로우 완성하고 있다.

[2024-10-13 Sun 07:27]