| Commit message (Expand) | Author | Age | Files | Lines |
* | namespaced the encoding/decoding routines. | Jeffrey Stedfast | 2003-09-19 | 1 | -1/+1 |
* | Ensure cmdbuf is initialized to avoid compiler warning. | Jeremy Katz | 2003-05-17 | 1 | -2/+2 |
* | Disable debugging. | Ettore Perazzoli | 2003-05-14 | 1 | -1/+1 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 1 | -18/+18 |
* | When doing a contains match, split the words and perform an and on it. | Not Zed | 2002-04-18 | 1 | -4/+35 |
* | If (body-contains) is not passed any arguments, return empty/false. Fixes | Not Zed | 2002-04-05 | 1 | -1/+1 |
* | Rewritten to use a cache for body searches when online. Will need some | Not Zed | 2002-01-14 | 1 | -104/+370 |
* | If we can't retrieve the message, ignore it, it can't match. | 0 | 2001-10-30 | 1 | -4/+8 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Implement. | 9 | 2001-10-10 | 1 | -4/+41 |
* | Optimize the match "" case. | Jeffrey Stedfast | 2001-05-24 | 1 | -17/+30 |
* | Redo command locking. Since command_lock is recursive, we can just get a | Dan Winship | 2001-05-02 | 1 | -7/+3 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -1/+2 |
* | Changed the subject search to handle case sensitive when it is mixed case. | Not Zed | 2001-01-25 | 1 | -2/+2 |
* | New header to prevent recursive #include problems | Dan Winship | 2001-01-11 | 1 | -0/+1 |
* | Minor compilation fixes. | Michael Zucci | 2000-12-24 | 1 | -4/+3 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -6/+26 |
* | New CamelFolderSearch subclass that just reimplements body_contains (using | Dan Winship | 2000-12-22 | 1 | -0/+131 |