From cd107945facb7f74150b77a8ec74d9acfda09015 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 11 Jan 2024 15:00:15 +0000 Subject: [PATCH] Set mu4e-icalendar-trash-after-reply to t --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index eea6c46..5b65b31 100644 --- a/README.org +++ b/README.org @@ -1304,7 +1304,7 @@ Set fill column to 88 and enable display in python buffers (with-eval-after-load 'mu4e (require 'mu4e-icalendar) (mu4e-icalendar-setup) - (setq mu4e-icalendar-trash-after-reply nil) + (setq mu4e-icalendar-trash-after-reply t) (require 'gnus-icalendar) (setq gnus-icalendar-org-capture-file (expand-file-name "calendar.org" org-directory)) (setq gnus-icalendar-org-capture-headline '("Inbox"))