Bug 219662

Summary: Can't mark all mails with Ctrl-A anymore
Product: [Applications] kmail Reporter: Rolf Eike Beer <kde>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: bugs.kde.org3, mailinglist
Priority: NOR    
Version: 1.13.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rolf Eike Beer 2009-12-22 12:42:39 UTC
Version:           1.13.0 (using 4.3.85 (KDE 4.3.85 (KDE 4.4 Beta2)) "release 3", KDE:KDE4:UNSTABLE:Desktop / openSUSE_11.2)
Compiler:          gcc
OS:                Linux (i686) release 2.6.31.5-0.1-desktop

When I mark a mail in the list of mails in a folder I can't select all mails with Ctrl-A anymore, instead the complete text of the currently selected mail is selected. This worked in 4.3.

Typical usecase: mark all mails in spam folder and kick them or mark everything in a specific folder and then do something like "mark as read".
Comment 1 Thomas McGuire 2009-12-22 20:27:15 UTC
I think it's just the shortcut that changed, we now have shortcuts for "Select All Text" and "Select All Messages".
I think for all messages, it is Ctrl+Alt+A.
Comment 2 Rolf Eike Beer 2009-12-22 21:19:23 UTC
At least that's what my configuration says, yes. But it doesn't work either.
Comment 3 Thomas McGuire 2009-12-22 21:49:57 UTC
SVN commit 1065259 by tmcguire:

Use Ctrl+Shift+A as shortcut, Alt doesn't work for some reason.
BUG: 219662


 M  +1 -1      kmmainwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1065259
Comment 4 Thomas McGuire 2009-12-23 12:21:54 UTC
*** Bug 172310 has been marked as a duplicate of this bug. ***
Comment 5 Thomas McGuire 2009-12-27 12:33:14 UTC
*** Bug 220245 has been marked as a duplicate of this bug. ***
Comment 6 hyper_ch 2009-12-27 12:41:56 UTC
Neither ctrl-shift-a nor ctrl-alt-a work for me.
Comment 7 Thomas McGuire 2009-12-27 13:03:44 UTC
SVN commit 1066552 by tmcguire:

Turns out ctrl+shift+a conflicts in Kontact...

New shortcuts:
Use Ctrl+A for select all messages
Use Ctrl+T for select all text


 M  +1 -1      kmmainwidget.cpp  
 M  +1 -1      kmreaderwin.cpp
Comment 8 Rolf Eike Beer 2009-12-27 13:24:43 UTC
It looks like "mark all messages" can't be undone? When I use the new shortcuts and press Ctrl-A all messages get selected. But clicking on any message will not unselect all others as it would work with any other selection.
Comment 9 Thomas McGuire 2009-12-27 13:32:02 UTC
> It looks like "mark all messages" can't be undone?

Yes. I don't know why, yet.
Comment 10 Thomas McGuire 2009-12-28 12:33:29 UTC
See bug 216693 for the problem that select all can't be undone.