Questions tagged [mu4e]
mu4e is an e-mail client for Emacs based on the mu indexer and searcher.
220 questions
0 votes
0 answers
58 views
How to remove tags in mu4e?
How does one remove a tag from a message in mu4e? e.g. how do I remove foo from tags in the example message below? mu4e-message-view-example: From: x Subject: x To: x Date: Fri, 2 May 2025 01:02:01 +...
0 votes
0 answers
50 views
How to activate lsp in mu4e
How is it possible to have lsp language-tool running in the email client mu4e to improve spelling and grammar? I am getting the following error which I could not resolve: Warning (lsp-mode): Unable to ...
0 votes
1 answer
101 views
Mu4e auto completion not working
When I compose a message in mu4e and hit the tab key in the to: field only a tab is inserted and no address completion list pops up, even when I start a name and then hit tab. I don't have the ...
1 vote
1 answer
79 views
smtpmail-smtp-service defaults to 25 in Doom Emacs [Solved]
I'm having trouble setting up mu4e. My configuration in config.el: (require 'smtpmail) (setq message-send-mail-function 'smtpmail-send-it starttls-use-gnutls t smtpmail-stream-type 'starttls ...
1 vote
2 answers
164 views
mu4e multiple smtp accounts - What causes the error Unexpected ‘machine’ token at line XX
I'm working on Emacs 29.1 at MacOs BigSur I have a mu4e smtp account setup in ~/.authinfo machine server1 login mail_users password pass1 port 587 machine server1 login user_admin password pass2 port ...
2 votes
2 answers
226 views
Copy mu4e link to clipboard
I would like to be able to copy a link from an mu4e email message to my system's clipboard. There seem to be two types of links in mu4e messages: messages where the URLs are numbered [1] etc.; ...
1 vote
1 answer
123 views
Configuring org-msg to use Lualatex in emails
I'm using Lualatex with a custom package and have org-mode configured to it using (setq org-latex-compiler "lualatex") I also put all the Latex-packages I usually need into a custom one and ...
0 votes
2 answers
293 views
mu4e with elpaca
I'm trying to use elpaca package manager, so far so good except for mu4e which does not install (or launch). My code is the following: (use-package mu4e :elpaca (mu4e :host github ...