After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 254770 - Pressing ctrl-d on a deleted doesn't move to the next message anymore
Pressing ctrl-d on a deleted doesn't move to the next message anymore
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
1.5.x (obsolete)
Other All
: Normal major
: ---
Assigned To: Jeffrey Stedfast
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2004-02-23 19:01 UTC by Joe Shaw
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joe Shaw 2004-02-23 19:01:16 UTC
When you press ctrl-d to delete a message, if it's already deleted, it
doesn't move the cursor to the next message like it used to.  This means
you can't quickly go through a bunch of mails regardless of their status
because you get stuck on one message.  (Also, pressing delete moves ahead
two messages, but that's another bug, I think)

The behavior of ctrl-d and delete should probably be the same.

Using the snaps from 20 February
Comment 1 Gerardo Marin 2004-02-24 00:08:08 UTC

*** This bug has been marked as a duplicate of 254471 ***
Comment 2 Joe Shaw 2004-02-24 17:26:12 UTC
Reopening this, sorry.

These are actually two different bugs, I believe, aside from the fact
that they don't have equal behavior (which should be a third bug if
anything, in my opinion)

The bug in #54471 is that pressing the "delete" key causes a message
to be skipped.

Pretend this is the message list ('U' means not deleted, 'D' means
deleted):

U Message 1  <-- selection here
U Message 2
U Message 3

Pressing ctrl-d gives you:

D Message 1
U Message 2  <-- selection here
U Message 3

But pressing delete gives you:
D Message 1
U Message 2
U Message 3  <-- selection here

But this bug is a different one:

U Message 1  <-- selection here
U Message 2
U Message 3

Pressing ctrl-d gives you:

D Message 1
U Message 2  <-- selection here
U Message 3

But if it's set up like this:

D Message 1  <-- selection here
U Message 2
U Message 3

and you press ctrl-d, you get this:

D Message 1  <-- selection here
U Message 2
U Message 3

ie, nothing changes.  I think that the message should stay marked
deleted, but move to the next message, regardless of its own current
state.
Comment 3 Jeffrey Stedfast 2004-02-24 17:34:23 UTC
yea, joe is right.
Comment 4 Jeffrey Stedfast 2004-02-24 18:07:15 UTC
seems to be because the toolbar/menu items are insensitive if the
message has already been deleted.

anyways, I've made the code re-enable Delete in the bonobo
menus/toolbar (not context menu)