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

Clarification of ical integration #1825

Closed
plantarum opened this issue Nov 6, 2020 · 2 comments · Fixed by #1828
Closed

Clarification of ical integration #1825

plantarum opened this issue Nov 6, 2020 · 2 comments · Fixed by #1828
Labels

Comments

@plantarum
Copy link
Contributor

I just got mu4e-icalendar setup, and it looks great. However, the documentation isn't quite complete, at least as far as I can see. For those of us that don't use Gnus, it's not clear that you need to set mu4e-view-use-gnus to make it work. i.e., :

;; Use gnus article view
(setq mu4e-view-use-gnus t)

(require 'mu4e-icalendar)
(mu4e-icalendar-setup)
;; Optional
;; (setq mu4e-icalendar-trash-after-reply t)

Perhaps that could be added to the preamble of mu4e-icalendar.el, or added to the actual manual?

Originally posted by @peterwvj in #1403 (comment)

@djcb
Copy link
Owner

djcb commented Nov 7, 2020

Indeed, a few lines in the manual would be good; the 'Other tools' appendix would be a good place. PRs are welcome :)

@plantarum
Copy link
Contributor Author

Done! I haven't written texinfo in a while. I tried to satisfy all the warnings that makeinfo generated.

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

Successfully merging a pull request may close this issue.

2 participants