From: bojohan+news@dd.chalmers.se (Johan Bockgård)
Subject: Re: Gnus: mark-expirable vs. delete
Date: Mon, 16 Jun 2003 03:03:20 +0200 [thread overview]
Message-ID: <yoiju1aqzvdz.fsf@helm.dd.chalmers.se> (raw)
In-Reply-To: uel1vuytr.fsf@terrapin.northbound-train.com
"Joe Casadonte" <jcasadonte@northbound-train.com> writes:
> On Fri, 13 Jun 2003, Johan Bockgård wrote:
>>
>> You can delete them explicitly.
>> [...]
>
> Close, but not quite what I want. And there's something strange with
> it, too.
>
> What I was looking for was something to mark the message as
> deletable, which I can sort of do with the process mark, but that
> interferes with anything else I may be doing with the process mark.
> It's not as nicely done as `gnus-summary-mark-as-expirable', IMHO. I
> can live with this, though, as I don't often use the process mark
> for other things.
Yes, I have thought about this too. It might be nice to have. I think
Pine does this--you mark messages for deletion and it deletes them
when you exit. We could do something like
(defun gnus-summary-mark-as-deletable (n)
"Mark next N articles as deletable.
If N is negative, mark backward instead."
(interactive "p")
;; TODO: what MARK (character) should we use?
(gnus-summary-mark-forward n MARK))
Then add a hook that (asks and then) deletes the marked messages when
you exit summary.
> The strange part kills this option for me, however. When I do
> something like "C-u 200 RET" in the Group window (runs
> `gnus-topic-select-group' or `gnus-group-select-group' with an
> argument of 200), it seems to be counting those now-deleted articles
> as part of the 200, and what I wind up with is some number less than
> 200 (e.g. 200 => 36, 450 => 257). The whole point of this (for me)
> was that when I went back looking for an old email, I didn't have to
> sift through the cruft.
Question 4.12:
..............
The number of total messages in a group which Gnus displays in
group buffer is by far to high, especially in mail groups. Is this
a bug?
Answer:
No, that's a matter of design of Gnus, fixing this would mean
reimplementation of major parts of Gnus' back ends. Gnus thinks
"highest-article-number - lowest-article-number =
total-number-of-articles". This works OK for Usenet groups, but if
you delete and move many messages in mail groups, this fails. To
cure the symptom, enter the group via `C-u RET' (this makes Gnus
get all messages), then hit `M P b' to mark all messages and then
say `B m name.of.group' to move all messages to the group they
have been in before, they get new message numbers in this process
and the count is right again (until you delete and move your mail
to other groups again)."
--
The day Microsoft makes something that doesn't suck is probably the
day they start making vacuum cleaners. -- Ernst Jan Plugge
next prev parent reply other threads:[~2003-06-16 1:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-13 19:51 Gnus: mark-expirable vs. delete Joe Casadonte
2003-06-13 20:10 ` Johan Bockgård
2003-06-15 15:48 ` Joe Casadonte
2003-06-15 18:55 ` Kai Großjohann
2003-06-17 14:07 ` Joe Casadonte
2003-06-17 14:45 ` Johan Bockgård
2003-06-17 14:50 ` Reiner Steib
2003-06-16 1:03 ` Johan Bockgård [this message]
[not found] ` <uk7bkg59i.fsf@terrapin.northbound-train.com>
2003-08-04 15:09 ` Johan Bockgård
2003-06-13 20:23 ` Burton Samograd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yoiju1aqzvdz.fsf@helm.dd.chalmers.se \
--to=bojohan+news@dd.chalmers.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.