Bug 76395

Summary: Usability: context menu of sent-mail
Product: [Unmaintained] kmail Reporter: Thomas Zander <zander>
Component: generalAssignee: kdepim bugs <pim-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 1.6.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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