Bug 1624

Summary: [PATCH] Quick search should be disabled for folder view
Product: Claws Mail (GTK 2) Reporter: Michael Terry <michael.terry>
Component: UI/Folder ListAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 3.5.0   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Proposed patch none

Description Michael Terry 2008-06-03 17:34:12 UTC
Attached is a small patch that sets the sensitivity of 'Edit/Quick search' based on whether Claws is in folder view or not.

(At least it seems to work -- M_EXEC isn't very descriptive to me, but other menu items -- e.g. Thread View -- that would be treated similarly seemed to use it.)

The reason for this patch is that when Claws in folder view (not message view -- I think I'm using those terms right), quick search doesn't do anything visible.  The lack of feedback is confusing.

(downstream bug report: https://bugs.launchpad.net/bugs/223840)
Comment 1 Michael Terry 2008-06-03 17:35:12 UTC
Created attachment 594 [details]
Proposed patch
Comment 2 users 2008-06-03 18:31:53 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.colino.net/claws-mail/

2008-06-03 [colin]	3.4.0cvs80

	* src/mainwindow.c
	* src/mainwindow.h
		Fix bug 1624, '[PATCH] Quick search should be 
		disabled for folder view'; based on a patch by
		Michael Terry