From bd198cbea4d3f615d665d3e30aab29c544854716 Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 25 Sep 2023 12:07:59 -0700 Subject: [PATCH] Updated the email directory path and a removed whitespace --- .emacs.d/capture-templates/Todo.org | 1 - .emacs.d/email.org | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.emacs.d/capture-templates/Todo.org b/.emacs.d/capture-templates/Todo.org index 711e543..c4ac288 100644 --- a/.emacs.d/capture-templates/Todo.org +++ b/.emacs.d/capture-templates/Todo.org @@ -1,4 +1,3 @@ - * TODO ${title} %? diff --git a/.emacs.d/email.org b/.emacs.d/email.org index 239b1db..f89fc65 100644 --- a/.emacs.d/email.org +++ b/.emacs.d/email.org @@ -43,7 +43,7 @@ yay -S mu After installing the ~mu~ client, I also need to run a initial index using the following command: #+begin_src bash mbsync -a -mu init --maildir=~/Mail --my-address=jadenprovost@gmail.com +mu init --maildir=~/.mail --my-address=jadenprovost@gmail.com mu index #+end_src @@ -65,7 +65,7 @@ From here, I can continue onto configuring the ~mu4e~ emacs package. ;; Refresh mail every X seconds. Set to 5 minutes currently (setq mu4e-update-interval (* 5 60)) (setq mu4e-get-mail-command "mbsync -a") - (setq mu4e-maildir "~/Mail") + (setq mu4e-maildir "~/.mail") (setq mu4e-drafts-folder "/[Gmail]/Drafts") (setq mu4e-sent-folder "/[Gmail]/Sent Mail")