Using rc 0.5.3 on Linux.
In the search box in the top-right corner, when I click the little magnifying glass symbol, a list drops down, containing several criteria: Subject, Sender, Recipient, Copy, Bcc, Entire message, All folders.
The accounts have several IMAP folders. We use the search box to, well, search for stuff in those folders.
The problem is that the default selection is, I think, Subject and Sender. We want the default selection to be Subject, Recipient, and maybe Entire message too.
I went into the main config file and did this:
$rcmail_config['search_mods'] = array('*' => array('subject'=>1, 'to'=>1));
Then I created a new folder, clicked on it in the folder list, then clicked the magnifying glass in the Search box. The selected criteria were Subject and Sender. It did not seem to obey the change I made in the config file.
Is there any way to fix this?
Thanks!