Raoul Bhatia [IPAX] wrote:
> hi,
> 
> roundcube's message filter in the right upper corner of the message list
> has an at least for me unexpected behavior:
> 
> filtering for "string" also shows messages which contain an .eml file
> which had the subject "string".
> 
> [...]
> 
> i do not know if this is intended or simply the result of using an
> expression like "^subject: $string", but at first it might puzzle :)

Searches are done by the IMAP server not by roundCube itself. If you search
for "string" in Subjects (which is the default), RoundCube just asks the
IMAP server to get messages that have "string" in their subjects. It's up
to the IMAP server whether to look at the subject lines of .eml attachments
or not.
> 
> is it good, bad, unexpected, worth a ticket in trac?

No need for a ticket because we can't influence it anyway.

~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to