abougouffa / minemacs

MinEmacs: an Emacs configuration framework for daily use
https://abougouffa.github.io/minemacs/
MIT License
143 stars 16 forks source link

Error in the definition of the Mu4e context #43

Closed DarkBuffalo closed 1 year ago

DarkBuffalo commented 1 year ago

Hi @abougouffa , First of all very nice work

When we enter the context in the config.el file with +mu4e-register-account example:

(+mu4e-register-account
   "Mon compte" ;; Account name
   ".mails" ;; Maildir
...)

mu4e defines the maildir folder as: /home/user/~/.mails

abougouffa commented 1 year ago

Hello @DarkBuffalo, thanks for the compliment!

Seems wired! did you initialize mu init --maildir=/path/to/your/maildir with your own maildir?

DarkBuffalo commented 1 year ago

Hello @DarkBuffalo, thanks for the compliment!

Seems wired! did you initialize mu init --maildir=/path/to/your/maildir with your own maildir?

I did not put the absolute path Now It works Thanks