Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Custom tags/keywords/labels
@ 2022-09-13  9:56 Thomas Ieong
  2022-09-17  6:20 ` James Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Ieong @ 2022-09-13  9:56 UTC (permalink / raw)
  To: info-gnus-english

Hey

I'm just trying to get the tags/marks/labels that you find in Thunderbird like
Important/Todo or even custom ones visible to gnus but I don't know
how to do that.

My use case is that I'm in a team that relies heavily on Thunderbird
tags to assign to which team member a task(There are custom tags
for each member of the team).

So I can see that the server do have the custom flags:

FETCH(FLAGS (\Seen CUSTOM50) ....

Also I saw that there was gnus-registry-marks-* and while it does allow
to store important/todo/custom tags... locally it does not seems to push
them to the remote server(imap) and as a result my webmail and
Thunderbird can't see the tags.

-- 
Thomas Ieong


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Custom tags/keywords/labels
  2022-09-13  9:56 Custom tags/keywords/labels Thomas Ieong
@ 2022-09-17  6:20 ` James Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: James Thomas @ 2022-09-17  6:20 UTC (permalink / raw)
  To: Thomas Ieong; +Cc: info-gnus-english

Thomas Ieong wrote:

> Also I saw that there was gnus-registry-marks-* and while it does allow
> to store important/todo/custom tags... locally it does not seems to push
> them to the remote server(imap) and as a result my webmail and
> Thunderbird can't see the tags.

You'll have to write custom code because nnimap-request-set-mark (see
also nnchoke-request-set-mark in the manual) currently uses a hardcoded
list of marks. And if you want to hitch it to the normal update (rather
than a custom asynchronous command) you'll probably have to modify
gnus-update-marks.

--


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-17  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13  9:56 Custom tags/keywords/labels Thomas Ieong
2022-09-17  6:20 ` James Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).