From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 3599 invoked from network); 13 Sep 2022 20:28:01 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 13 Sep 2022 20:28:01 -0000 Received: from localhost ([::1]:35464 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYCVj-0004mJ-RF for ml@inbox.vuxu.org; Tue, 13 Sep 2022 16:27:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33928) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY2jN-0003Kx-S9 for info-gnus-english@gnu.org; Tue, 13 Sep 2022 06:01:29 -0400 Received: from smtp6-g21.free.fr ([2a01:e0c:1:1599::15]:3372) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY2jL-0001LT-9v for info-gnus-english@gnu.org; Tue, 13 Sep 2022 06:01:25 -0400 Received: from darkstar (unknown [37.166.11.228]) (Authenticated sender: th.ieong@free.fr) by smtp6-g21.free.fr (Postfix) with ESMTPSA id B3247780373 for ; Tue, 13 Sep 2022 12:01:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1663063281; bh=r6SoASqvnTxgJ4tfg9OVuzVVmupAjFIzPJNk52ETLnw=; h=From:To:Subject:Date:From; b=LoV76WC2l1wm0SnimkGLs5eeIDrpkNJskkwXglrEULPa0hveWReJnoPtMQbejXo0p H6TMiAY2U9YvkcgEiNdscDF7BX29l/XZVfOhVo1xjwTMHSJPPtDofwagSEFPG04EwK Owezc9JOzYA2BJz7p8Bmcy49B8iggWMDSutgB9ALw0OrmsCnMM3t/dBQGZW9KK5ZW5 JITzbdglwg/ikA28vtY+e1EEFtdCsACSfnysG7hG3CkymTvcGtgY+7RRIwPdb1k9H5 cQBEeogEgaCSpm0fiNWMflsu/8V9+HP+G2Xg89VkNpA7uSr2SVVG2rzpjfImo45pSC sjVNvQ9BaWBog== From: Thomas Ieong To: info-gnus-english@gnu.org Subject: Custom tags/keywords/labels Date: Tue, 13 Sep 2022 11:56:40 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) X-From-Line: nobody Tue Sep 13 11:57:07 2022 Message-ID: <878rmnfv9q.fsf@free.fr> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2a01:e0c:1:1599::15; envelope-from=th.ieong@free.fr; helo=smtp6-g21.free.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 13 Sep 2022 16:27:56 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: "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