Bug 76395 - Usability: context menu of sent-mail
Summary: Usability: context menu of sent-mail
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.6.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-29 10:29 UTC by Thomas Zander
Modified: 2007-09-14 12:17 UTC (History)
0 users

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 Zander 2004-02-29 10:29:15 UTC
Version:           1.6.1 (using KDE 3.2 BRANCH >= 20040204, compiled sources)
Compiler:          gcc version 3.3.2 (Debian)
OS:          Linux (i686) release 2.4.21

The context menu for both the message-content area and the message-list have entries that should be removed for the sent-mail folders.

Please remove the 'Reply*' entries and the watch/ignore thread entries when acting on emails in the sent-mail box.

Please remove the watch/ignore entries from the drafts folder popups.

Please remove the 'move to thrash' entry from the trash folder popups.

Note that 'xyz folder popus' means the context menu entries when RMB-clicking on the entry in the headers view as well as RMB-clicking somewhere in the content area displaying an email from said folder.
Comment 1 Thomas Zander 2005-06-11 23:25:58 UTC
SVN commit 424437 by zander:

Make sure irrelevant context menu items are not shown based on the folder
an email is in.
This means for example, no 'move to trash' for mail in the trash folder, and
no 'reply' on an email in your sent-mail folder.

BUG: 76395


 M  +24 -0     kmfolder.h  
 M  +10 -6     kmheaders.cpp  
 M  +9 -1      kmkernel.cpp  
 M  +1 -0      kmkernel.h  
 M  +11 -5     kmmainwidget.cpp  
 M  +5 -4      kmreadermainwin.cpp