[PATCH 1/2] Convert non-UTF-8 parts to UTF-8 before indexing them

2012-02-29 Thread David Bremner
On Fri, 24 Feb 2012 08:36:22 +0100, Michal Sojka wrote: > This fixes a bug that didn't allow to search for non-ASCII words such > parts. The code here was copied from show_text_part_content(), because > the show command already does the needed conversion when showing the > message. pushed both,

Re: [PATCH 1/2] Convert non-UTF-8 parts to UTF-8 before indexing them

2012-02-29 Thread David Bremner
On Fri, 24 Feb 2012 08:36:22 +0100, Michal Sojka sojk...@fel.cvut.cz wrote: This fixes a bug that didn't allow to search for non-ASCII words such parts. The code here was copied from show_text_part_content(), because the show command already does the needed conversion when showing the message.

Re: [PATCH 1/2] Convert non-UTF-8 parts to UTF-8 before indexing them

2012-02-25 Thread Austin Clements
LGTM. I'm assuming this interacts with the uuencoding filter in the right order (I don't see how any other order could be correct), but don't actually know. Quoth Michal Sojka on Feb 24 at 8:36 am: This fixes a bug that didn't allow to search for non-ASCII words such parts. The code here was

[PATCH 1/2] Convert non-UTF-8 parts to UTF-8 before indexing them

2012-02-24 Thread Austin Clements
LGTM. I'm assuming this interacts with the uuencoding filter in the right order (I don't see how any other order could be correct), but don't actually know. Quoth Michal Sojka on Feb 24 at 8:36 am: > This fixes a bug that didn't allow to search for non-ASCII words such > parts. The code here

[PATCH 1/2] Convert non-UTF-8 parts to UTF-8 before indexing them

2012-02-24 Thread Michal Sojka
This fixes a bug that didn't allow to search for non-ASCII words such parts. The code here was copied from show_text_part_content(), because the show command already does the needed conversion when showing the message. --- lib/index.cc | 15 +++ 1 files changed, 15 insertions(+), 0

[PATCH 1/2] Convert non-UTF-8 parts to UTF-8 before indexing them

2012-02-23 Thread Michal Sojka
This fixes a bug that didn't allow to search for non-ASCII words such parts. The code here was copied from show_text_part_content(), because the show command already does the needed conversion when showing the message. --- lib/index.cc | 15 +++ 1 files changed, 15 insertions(+), 0