From 24d4a4926c36dc9e42d653d5c09151292ba4b9ad Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 15 Jan 2024 13:44:24 +0000 Subject: [PATCH] mu4e context policy to pick-first, compose context policy to ask --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4debc13..c28b7e2 100644 --- a/README.org +++ b/README.org @@ -1103,8 +1103,8 @@ Set fill column to 88 and enable display in python buffers (mu4e-headers-auto-update nil) (mu4e-sent-messages-behavior 'sent) (mu4e-change-filenames-when-moving t) - (mu4e-context-policy nil) - (mu4e-compose-context-policy 'ask-if-none) + (mu4e-context-policy 'pick-first) + (mu4e-compose-context-policy 'ask) (mu4e-search-full nil) (mu4e-search-include-related t) (mu4e-search-threads t)