geary/src
Robert Schroll 8e283cc6b6 Fix regex for restoring quotes in plain text construction
The character following the token is found through a look-ahead, to
avoid consuming the opening of the next token.  (There should be
newlines separating tokens, but in some poorly understood circumstances,
this doesn't happen.)  We don't use a look-behind at the beginning, so
that the second consecutive token doesn't insert a second newline
between the two.  (The first of the pair already gave us one.)

Closes: bgo #723742
2014-02-06 16:40:10 -08:00
..
client Fix regex for restoring quotes in plain text construction 2014-02-06 16:40:10 -08:00
console Update copyrights to 2014: Closes bgo#722381 2014-02-04 19:01:09 -08:00
engine Further fixes to the background flag watcher 2014-02-06 12:00:26 -08:00
mailer Update copyrights to 2014: Closes bgo#722381 2014-02-04 19:01:09 -08:00
sqlite3-unicodesn Update sqlite3-unicodesn to latest, 4155579 2013-05-27 12:07:28 -07:00
CMakeLists.txt Update copyrights to 2014: Closes bgo#722381 2014-02-04 19:01:09 -08:00