Bug 223486 - Fix message list and folder list context menus
Summary: Fix message list and folder list context menus
Status: RESOLVED WORKSFORME
Alias: None
Product: kmail2
Classification: Applications
Component: UI (show other bugs)
Version: 1.99.0
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: akonadi-ports-regression
Depends on:
Blocks: 223438
  Show dependency treegraph
 
Reported: 2010-01-19 22:11 UTC by Thomas McGuire
Modified: 2010-12-25 14:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas McGuire 2010-01-19 22:11:19 UTC
Currently, the context menus have lost some of the functions they had before.
For example, the message list context menu would show "Edit Message" for normal messages and "Send Again" for sent messages.

Same for the folder context menu, it had "send queued messages" for the outbox.
And right now "Manage Local Subscriptions" doesn't make too much sense in the context menu of the local folders.
Comment 1 Thomas McGuire 2010-01-22 17:43:40 UTC
Additionally, most context menu entries for the search folders also don't make sense.
Comment 2 Leo Franchi 2010-06-02 22:03:39 UTC
SVN commit 1133905 by lfranchi:

Make context menus a bit smarter, and show more relevant entries. Could use more cleanup too.

BUG: 223480
CCBUG: 223486


 M  +33 -8     kmmainwidget.cpp  
 M  +1 -1      kmmainwidget.h  
 M  +3 -2      kmmainwin.rc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1133905
Comment 3 Tobias Koenig 2010-12-12 16:39:08 UTC
SVN commit 1205800 by tokoe:

Show 'Manage Local Subscription' menu entry only for IMAP folders

CCBUG: 223486


 M  +2 -0      kmmainwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1205800
Comment 4 Tobias Koenig 2010-12-12 16:46:53 UTC
Hej Thomas,

as far as I can see all issues have been fixed now. Can you retest with current trunk version, please?

Ciao,
Tobias
Comment 5 Thomas McGuire 2010-12-24 16:54:30 UTC
"Send Queued Messages" in the context menu for the outbox is missing.
For my local mail, I have "update folder" in the context menu, even though that doesn't make sense for 95% of the users there.
I couldn't test the "Send Again" context menu since my sent mail was deleted.
Comment 6 Tobias Koenig 2010-12-25 12:41:21 UTC
Hej Thomas,

the Send Queued Messages is only visible if there are actually items in the outbox folder, have to tested this?

Ciao,
Tobias
Comment 7 Thomas McGuire 2010-12-25 14:23:56 UTC
Strange, now I see "Send Queued Messages" in the context menu as well. I wonder why I didn't see it before.
Anyway, let's close this bug, as things are mostly fixed.