From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5017 Path: news.gmane.org!not-for-mail From: Sarir Khamsi Newsgroups: gmane.emacs.gnus.user Subject: Re: Hiding deleted items from Summary buffer Date: Thu, 05 May 2005 18:52:09 -0700 Organization: Raytheon Company Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138670836 25766 80.91.229.2 (31 Jan 2006 01:27:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:27:16 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:39 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!uio.no!news.glorb.com!newscon02.news.prodigy.com!prodigy.net!cyclone.swbell.net!bos-service1.raytheon.com!dfw-service2.ext.ray.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:UJk1qQeKcodjS83F63ujom/f20A= Original-NNTP-Posting-Host: 147.24.52.80 Original-X-Complaints-To: news@ext.ray.com Original-X-Trace: dfw-service2.ext.ray.com 1115344329 147.24.52.80 (Thu, 05 May 2005 20:52:09 CDT) Original-NNTP-Posting-Date: Thu, 05 May 2005 20:52:09 CDT Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5158 Original-Lines: 33 X-Gnus-Article-Number: 5158 Tue Jan 17 17:34:39 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5017 Archived-At: Sébastien Vauban writes: > My goal is that if I'm deleting one mail, I do not see it again > the next time I come back to that summary buffer. What can I do > to achieve that? What I do is 'B ' in the Summary buffer (reading mail w/ IMAP). The online help is as follows: ,---- | B runs the command gnus-summary-delete-article | which is an interactive compiled Lisp function in `gnus-sum'. | It is bound to B , B , B DEL,
. | (gnus-summary-delete-article &optional N) | | Delete the N next (mail) articles. | This command actually deletes articles. This is not a marking | command. The article will disappear forever from your life, never to | return. | | If N is negative, delete backwards. | If N is nil and articles have been marked with the process mark, | delete these instead. | | If `gnus-novice-user' is non-nil you will be asked for | confirmation before the articles are deleted. | `---- It doesn't seem to actually get rid of the message but I don't see it in the Summary buffer any more (unless I do a "/ o", or some such). HTH. Sarir