From 320a9a1d65444bd23014d623781080ac899ce84c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 7 Feb 2024 09:14:34 +0000 Subject: [PATCH] mu4e: don't trash email after replying to event --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index f3433b5..ae7f2f0 100644 --- a/README.org +++ b/README.org @@ -1394,7 +1394,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 t) + (setq mu4e-icalendar-trash-after-reply nil) (require 'gnus-icalendar) (setq gnus-icalendar-org-capture-file (expand-file-name "calendar.org" org-directory)) (setq gnus-icalendar-org-capture-headline '("Inbox"))