From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78043 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-line-format: what if an article is both answered and saved? Date: Mon, 21 Mar 2011 12:11:37 +0100 Message-ID: References: <8762rht5gt.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300705946 6128 80.91.229.12 (21 Mar 2011 11:12:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2011 11:12:26 +0000 (UTC) Cc: jidanni@jidanni.org, ding@gnus.org To: Erik Colson Original-X-From: ding-owner+M26355@lists.math.uh.edu Mon Mar 21 12:12:20 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q1d21-0006sD-Kd for ding-account@gmane.org; Mon, 21 Mar 2011 12:12:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q1d1a-0001fP-3Z; Mon, 21 Mar 2011 06:11:50 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q1d1Y-0001f6-15 for ding@lists.math.uh.edu; Mon, 21 Mar 2011 06:11:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q1d1W-0002bs-LK for ding@lists.math.uh.edu; Mon, 21 Mar 2011 06:11:47 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q1d1U-0000jS-Rm for ding@gnus.org; Mon, 21 Mar 2011 12:11:44 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=icJjDFIJaWseHz0PDjZXVZSQNuUyQAKdBVqleX+5URM=; b=NRsDLyrPmu9qiIT52xHHQLoaa9DR7TVIEWUWqaG2FlPM4ttEJUOGrHwP1U+sDzmus5oail2S6cPc1zDas1XyNydTJsKFb+4E2KCuYkBLUP9juRCVl+3PJ2wf4vUUTq+C; Original-Received: from [134.76.4.230] (helo=imac.local) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Q1d1T-0001oT-Pn; Mon, 21 Mar 2011 12:11:43 +0100 In-Reply-To: (Julien Danjou's message of "Mon, 21 Mar 2011 11:54:28 +0100") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (darwin) Mail-Copies-To: never Mail-Followup-To: Erik Colson , jidanni@jidanni.org, ding@gnus.org X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78043 Archived-At: Julien Danjou writes: > On Sun, Mar 20 2011, Erik Colson wrote: > >>> IMHO this is a more general problem. With IMAP you can have tons of flag >>> (the default ones like \Seen, \Draft, but also custom ones like `work'), >>> and Gnus has no way to represent them correctly. :( >> >> You're probably right... but what other email client does ? > > AFAIK, none do better. There are clients out there which support custom flags through IMAP keywords; newer Thunderbirds can do this, for instance (I think they do it automatically if the server supports it, otherwise they're stored in the local database). -David