diff options
| author | Christophe Troestler <Christophe.Troestler@umons.ac.be> | 2019-04-20 12:44:44 +0200 |
|---|---|---|
| committer | Christophe Troestler <Christophe.Troestler@umons.ac.be> | 2019-07-13 14:11:43 +0200 |
| commit | 676ccc6e551d99b00eec6e63772cf2679a76c87e (patch) | |
| tree | 272d4dfa4c8906bfe0446f735d3f29d181341b25 /mu4e | |
| parent | 18e12ed3cb78c24f2ee55d6edd41bc8eae228d51 (diff) | |
mu4e (ical): Set automatically composed reply ical message unmodified
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e-icalendar.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mu4e/mu4e-icalendar.el b/mu4e/mu4e-icalendar.el index 9ca8952..74b9b6f 100644 --- a/mu4e/mu4e-icalendar.el +++ b/mu4e/mu4e-icalendar.el @@ -106,6 +106,7 @@ (delete-region (line-beginning-position) (line-end-position)) (insert "Subject: " (capitalize (symbol-name status)) ": " (gnus-icalendar-event:summary event)) + (set-buffer-modified-p nil); not yet modified by user (when mu4e-icalendar-trash-after-reply ;; `mu4e~switch-back-to-mu4e-buffer' was executed. (push |
