From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68557 Path: news.gmane.org!not-for-mail From: Dan Davison Newsgroups: gmane.emacs.gnus.general Subject: missing gnus-unseen-mark Date: Tue, 26 May 2009 10:57:38 -0400 Message-ID: <878wkjdi8t.fsf@stats.ox.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1243351952 11020 80.91.229.12 (26 May 2009 15:32:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 15:32:32 +0000 (UTC) To: Original-X-From: ding-owner+M16988@lists.math.uh.edu Tue May 26 17:32:25 2009 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.50) id 1M8ydd-0001Oi-7S for ding-account@gmane.org; Tue, 26 May 2009 17:32:25 +0200 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 1M8ycX-0008Mc-J9; Tue, 26 May 2009 10:31:17 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1M8y68-0008DK-Bo for ding@lists.math.uh.edu; Tue, 26 May 2009 09:57:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1M8y62-0008UG-Bu for ding@lists.math.uh.edu; Tue, 26 May 2009 09:57:48 -0500 Original-Received: from markov.stats.ox.ac.uk ([163.1.210.1]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1M8y6V-0002n7-00 for ; Tue, 26 May 2009 16:58:11 +0200 Original-Received: from blackcap.stats.ox.ac.uk (blackcap.stats [163.1.210.5]) by markov.stats.ox.ac.uk (8.13.6/8.13.6) with ESMTP id n4QEveGK009516 for ; Tue, 26 May 2009 15:57:41 +0100 (BST) Original-Received: by blackcap.stats.ox.ac.uk (Postfix, from userid 5158) id DFC1F3201C; Tue, 26 May 2009 15:57:40 +0100 (BST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-Spam-Score: -2.2 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68557 Archived-At: I'm using dovecot with nnimap and local maildirs. I'd like a mark to remain by messages in the summary buffer until I have actually read them (presumably that would be gnus-unseen-mark). When I enter a group, new messages have the 'N' mark (gnus-recent-mark) in the summary buffer. If I leave that group (without reading anything) and then re-enter, the 'N' mark has disappeared and is (often) not replaced by any mark. Actually I do sometimes get the '.' mark which aIui is gnus-unseen-mark, but by no means always. What should I do in order to reliably get a persistent gnus-unseen-mark next to messages until I have read them? Thanks a lot, Dan Here's one possibly relevant variable setting: (setq gnus-summary-line-format (concat "%0{%U%R%z%}" "%3{=E2=94=82%}" "%1{%d%}" "%3{=E2=94=82%}" ;; date " " "%4{%-20,20f%}" ;; name " " "%3{=E2=94=82%}" " " "%1{%B%}" "%s\n"))