Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No mail-user-agent defined for mu4e #13

Closed
monsanto opened this issue Apr 7, 2012 · 1 comment
Closed

No mail-user-agent defined for mu4e #13

monsanto opened this issue Apr 7, 2012 · 1 comment

Comments

@monsanto
Copy link

monsanto commented Apr 7, 2012

Currently we can't integrate mu4e with the standard Emacs mail functionality because we cannot define a mail-user-agent for mu4e. The main thing holding us back is that we need a compose function that has the same interface as compose-mail.

Perhaps the best thing to do would be to define a mu4e-compose-mail with the compose-mail interface, and have the current compose function (which just grabs the information using mu4e-hdrs-* calls) call mu4e-compose-mail.

@djcb
Copy link
Owner

djcb commented Apr 21, 2012

I've added this;
(setq mail-user-agent 'mu4e-user-agent)
works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants