* mu: (re)add special handling for '$' (fixes #193)
This commit is contained in:
@ -200,7 +200,7 @@ test_mu_str_xapian_escape (void)
|
||||
{ "Foo. Bar", "foo bar" },
|
||||
{ "subject:test@foo", "subject:test_foo" },
|
||||
{ "xxx:test@bar", "xxx test_bar" },
|
||||
{ "aa$bb$cc", "aa bb cc" },
|
||||
{ "aa$bb$cc", "aa_bb_cc" },
|
||||
{ "date:2010..2012", "date:2010..2012"},
|
||||
{ "d:2010..2012", "d:2010..2012"},
|
||||
{ "size:10..20", "size:10..20"},
|
||||
|
||||
@ -7,6 +7,7 @@ Organization: The Fellowship of the Ring
|
||||
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
Message-Id: <abcd$efgh@example.com>
|
||||
|
||||
|
||||
Let's write some fünkÿ text
|
||||
|
||||
Reference in New Issue
Block a user