From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77953 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general Subject: gnus-summary-line-format: what if an article is both answered and saved? Date: Fri, 18 Mar 2011 12:31:14 +0800 Message-ID: <8762rht5gt.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300422735 11249 80.91.229.12 (18 Mar 2011 04:32:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2011 04:32:15 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26267@lists.math.uh.edu Fri Mar 18 05:32:11 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 1Q0RMA-0006kF-Kq for ding-account@gmane.org; Fri, 18 Mar 2011 05:32:10 +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 1Q0RLQ-0006vV-6f; Thu, 17 Mar 2011 23:31:24 -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 1Q0RLO-0006vH-DH for ding@lists.math.uh.edu; Thu, 17 Mar 2011 23:31:22 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q0RLN-0003OB-6m for ding@lists.math.uh.edu; Thu, 17 Mar 2011 23:31:22 -0500 Original-Received: from caiajhbdccac.dreamhost.com ([208.97.132.202] helo=homiemail-a3.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q0RLL-0003gy-Kw for ding@gnus.org; Fri, 18 Mar 2011 05:31:20 +0100 Original-Received: from homiemail-a3.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id 01E29284071 for ; Thu, 17 Mar 2011 21:31:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=jidanni.org ; b=aBo3gvux7VZnBkDTtcUJMnl1mil9rdVIPPzBPoawuT01lPdjCztbQahnLUdz lV/Pi0k0ZurXwkUFF+f279lptspN+IMMJfUlNS+bsDsjQIQGJaVMdwd5sG+fGIK1 uqvddghQDDfROH2MdqPYGdfyHE8fEShwaAgjKEiGSj4QSig= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=IahnrUjCvlR1N7HdHmkzi2VIkaI=; b=mvUe6Fwq2nsaKdQE YMbhko1LL7ZnW+1dtFgCsf2/jL2bZ3mQpNYbWyo5ehVKG2GhBFpLBJx2QUJPUwH4 oPT89KP0r1R59WuxuLVB/jGXZA8Z3jcF7elE6S6cToIyP/oTi4SLSupU+1fOA8o/ mVWShoFgjLJFYhloIuVk9NQbtJw= Original-Received: from jidanni.org (218-163-1-200.dynamic.hinet.net [218.163.1.200]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTPSA id AD8E228406C for ; Thu, 17 Mar 2011 21:31:16 -0700 (PDT) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77953 Archived-At: gnus-summary-line-format shows an A for answered, and an S for saved, but if a message is both answered and saved... well then it's still just an A. "Tough". Adding insult to injury, the docstring, %R "A" if this article has been replied to, " " otherwise (character) doesn't mention S at all.