From be0a99ab356585754ce4407b68557d982c2163b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hinrik=20=C3=96rn=20Sigur=C3=B0sson?= Date: Mon, 16 Nov 2015 13:42:24 +0000 Subject: [PATCH] Include '-' and '_' in example regex These are common in mailing list names. --- mu4e/mu4e.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 3819e6ea..e54593bd 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -804,7 +804,7 @@ your own shortcuts. You can use @code{mu4e-mailing-list-patterns} to to specify generic shortcuts, e.g. to shorten list names which contain dots (mu4e defaults to shortening up to the first dot): @lisp -(setq mu4e-mailing-list-patterns '(``\\([a-z0-9.]+\\)\.lists\.company\.com''))) +(setq mu4e-mailing-list-patterns '(``\\([-_a-z0-9.]+\\)\.lists\.company\.com''))) @end lisp @item The letters in the 'Flags' field correspond to the following: D=@emph{draft}, F=@emph{flagged} (i.e., 'starred'), N=@emph{new}, P=@emph{passed} (i.e.,