Bug 2260 - quicksearch: allow filtering expressions be part of logical expressions
Summary: quicksearch: allow filtering expressions be part of logical expressions
Status: RESOLVED LATER
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: QuickSearch (show other bugs)
Version: 3.7.7
Hardware: PC Linux
: P3 enhancement
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2010-09-02 09:01 UTC by Ricardo Mones
Modified: 2017-01-17 01:05 UTC (History)
0 users

See Also:


Attachments

Description Ricardo Mones 2010-09-02 09:01:30 UTC
Currently logical expressions can only be constructed with quicksearch expressions like:

  al 30 & C my@mail.address

But trying to do something interesting by using a filtering expression with a quicksearch one, for example:

  header "List-Id" matchcase "some.list.id" | C "some@list.address"

Renders the whole expression invalid.

Would be interesting to make the "all filtering expressions are allowed" stated in the quicksearch extended search info dialog to become true.

thanks in advance and best regards,
Comment 1 Colin Leroy 2011-04-08 21:26:24 UTC
Yes, Quicksearch has shortcut forms for most of the filtering expressions (f for "from regexcase" for example), and you can use either normal expressions or shortcut expressions, but you cannot mix both as you noticed.
Comment 2 Ricardo Mones 2017-01-17 01:05:08 UTC
Updated info to inform about this limitation:
http://git.claws-mail.org/?p=claws.git;a=commit;h=518c0b205ef4cf95b2ef284c42fff72468edaac2

Note You need to log in before you can comment on or make changes to this bug.