GNOME Bugzilla – Bug 330353
"Delete" option enabled for deleted messages
Last modified: 2013-09-13 00:59:15 UTC
Please describe the problem: Select a deleted message. In r-click or edit menu the "delete" option is enabled. Steps to reproduce: 1.Check the option View->Hide Deleted Messages before deleting any message 2.Select a message and delete it 3.Now the message which is selected for deletion will be striked off 4.Select that message and r-click (or) go to Edit menu Actual results: delete option is enabled Expected results: delete option should be disabled Does this happen every time? yes Other information:
Severity minor.
I removed the symbol " ! " from the line 2153 in em-folder-view.c file if (!emfv->hide_deleted) t->target.mask &= ~EM_POPUP_SELECT_DELETE; Now the Delete Label is not displayed for the message which is striked off.
This bug no longer exist.
marking this as a duplicate because the second bug is marked as fixed. *** This bug has been marked as a duplicate of 352980 ***