From e294016e8580001eba086fde3a8199ca296aad8c Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 5 Nov 2016 12:03:02 +0200 Subject: [PATCH] mu4e: fix typo in manual Thanks to Eduardo Mercovich. --- mu4e/mu4e.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index ea3f4699..8b1cf303 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -2452,8 +2452,8 @@ let-binds the @code{vars} for that account, and then determines the value for the folder. It does not, however, call the @code{enter-func} or @code{leave-func}, since we are not really switching context. -In practice, this what this means that a long as each of the accounts -has a good @t{match-func}, all message operations automatically find the +In practice, this means that as long as each of the accounts has a good +@t{match-func}, all message operations automatically find the appropriate folders. @node Contexts example