Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mu4e: tag support in mu4e-header-names #41

Closed
semente opened this issue Jul 31, 2012 · 3 comments
Closed

mu4e: tag support in mu4e-header-names #41

semente opened this issue Jul 31, 2012 · 3 comments
Labels

Comments

@semente
Copy link

semente commented Jul 31, 2012

Show content of X-Label in message list/search result.

Faces for labels would be great also, the syntax could be similar to org-todo-keywork-faces:

(setq org-todo-keyword-faces
      '(("TESTING"  . (:foreground "#edec87" :weight bold))
        ("BLOCKED"  . (:foreground "#edec87" :weight bold))
        ("CANCELED" . (:foreground "#eeeeee" :weight bold))))

PS: I'm gonna use mu4e more often now, probably I will annoy you with lots of feature requests. Hope have time to help with these requests in a near future. :-)

@djcb
Copy link
Owner

djcb commented Oct 29, 2012

This feature is available now in mu4e/git -- not the faces though. You can add it by adding :tags to your mu4e-headers-fields / mu4e-view-fields.

@djcb djcb closed this as completed Oct 29, 2012
@semente
Copy link
Author

semente commented Oct 30, 2012

Amazing! Thanks a lot! 👍

@semente
Copy link
Author

semente commented Oct 30, 2012

Looks like it do not support multiple tags. Mail header example:

X-Label: mu-discuss
X-Label: mailing-list

I suppose you are considering tags in the form "X-Label: mu-discuss, mailing-list". As for I know, the form above is right. I'm trying find a reference for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants