[Users] [Bug 2927] New: Optional case insensitivity for the attach-warner-plugin
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Fri May 17 18:17:18 CEST 2013
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2927
Bug ID: 2927
Summary: Optional case insensitivity for the
attach-warner-plugin
Classification: Unclassified
Product: Claws Mail
Version: GIT
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: Plugins/AttachWarner
Assignee: users at lists.claws-mail.org
Reporter: henri.bauer at voila.fr
Created attachment 1266
-->
http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1266&action=edit
Patch proposal
Add a checkbox in the attach-warner-plugin preferences in order to make
patterns case insensitive. This is the new default behavior.
Side effect on the address-keeper-plugin, which uses the same function in
matcher.c
address-keeper-plugin now also defaults to case insensitive (seams to be the
best option for email addresses). I'm not sure it makes much sense to make this
optional through the preferences dialog...
Another slight side-effect in matcher.c :
The matcherlist_new_from_lines function had different behaviors for unix-like
and non-unix-like systems in terms of case sensitivity.
Now, the behavior is coherent and set by an additional boolean parameter.
I checked if this function was in use in the code base with a find/grep
combination, but only found the two aforementioned plugins.
Certainly needs further testing, although there are only small changes in the
code.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list