Allow specifying list shortnames with regexes

This way mu4e will intelligently shorten mailing list names which
contain dots:

    (setq mu4e-mailing-list-patterns
          '("\\([a-z0-9.]+\\)\.lists\.company\.com"))
This commit is contained in:
Hinrik Örn Sigurðsson
2015-11-13 23:59:45 +00:00
parent 781f0782f5
commit 77529b105e
3 changed files with 15 additions and 3 deletions

View File

@ -799,8 +799,8 @@ in the example above). To determine whether a message was sent by you,
your e-mail addresses.
@item The 'List' field shows the mailing-list a message is sent to;
@code{mu4e} tries to create a convenient shortcut for the mailing-list name;
the variable @code{mu4e-user-mailing-lists} can be used to add your own
shortcuts.
the variables @code{mu4e-user-mailing-lists} and
@code{mu4e-mailing-list-patterns} can be used to add your own shortcuts.
@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.,
forwarded), R=@emph{replied}, S=@emph{seen}, T=@emph{trashed},