diff options
| author | Christophe Troestler <Christophe.Troestler@umons.ac.be> | 2019-04-14 01:23:50 +0200 |
|---|---|---|
| committer | Christophe Troestler <Christophe.Troestler@umons.ac.be> | 2019-07-13 14:07:10 +0200 |
| commit | 121bb002789ac4be47de9258ac0cbce7eb8a6cee (patch) | |
| tree | c1b878a63fba73118470de22ed2ec3be59d37b23 /mu4e | |
| parent | 2e676b6c11e23fe76ec9b8ca46c01b9a17501eb9 (diff) | |
mu4e (ical): Make sure all user emails known to mu4e are used for ical events
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e-view.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 3f4bcc2..b695e06 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -382,7 +382,9 @@ article-mode." gnus-original-article-buffer (current-buffer)) (run-hooks 'gnus-article-decode-hook) (let ((mu4e~view-rendering t) ; customize gnus in mu4e - (max-specpdl-size mu4e-view-max-specpdl-size)) + (max-specpdl-size mu4e-view-max-specpdl-size) + (gnus-icalendar-additional-identities + mu4e-user-mail-address-list)) (gnus-article-prepare-display)) (mu4e-view-mode) (setq mu4e~view-message msg) |
