| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly set the O_NONBLOCK flag along with any previously set flags. | Jeffrey Stedfast | 2003-12-06 | 1 | -1/+0 |
* | Start at fd = 3. | Jeffrey Stedfast | 2003-12-02 | 1 | -6/+2 |
* | Same. | Jeffrey Stedfast | 2003-12-01 | 1 | -1/+1 |
* | merged spam filtering branch | Radek Doulik | 2003-11-13 | 1 | -1/+0 |
* | Removed unneeded CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2003-10-24 | 1 | -11/+11 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-09-19 | 1 | -2/+2 |
* | temporarily reverting my camel namespace patches until after we merge in some... | Jeffrey Stedfast | 2003-08-27 | 1 | -2/+2 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-08-27 | 1 | -1/+1 |
* | Namespaced. | Jeffrey Stedfast | 2003-08-26 | 1 | -1/+1 |
* | Added some more error checking for reading/writing to the pipes. Fixes bug | Jeffrey Stedfast | 2003-08-25 | 1 | -4/+21 |
* | Turned off a debugging printf. | Jeffrey Stedfast | 2003-05-30 | 1 | -1/+1 |
* | Redirect program's stdout and stderr to /dev/null | Jeffrey Stedfast | 2003-02-21 | 1 | -7/+16 |
* | Redirect the program's stderr to /dev/null | Jeffrey Stedfast | 2003-02-21 | 1 | -2/+6 |
* | use argv[0] instead of argv[i], doh! | Jeffrey Stedfast | 2003-02-20 | 1 | -1/+1 |
* | New filter action that pipes the message source to the user-program and | Jeffrey Stedfast | 2003-02-20 | 1 | -13/+11 |
* | New filter action that pipes the message source to the user-program and | Jeffrey Stedfast | 2003-02-20 | 1 | -2/+147 |
* | Created temporary link list, we need to link with something for gettext. | Not Zed | 2002-11-05 | 1 | -1/+0 |
* | Canonicalise the source_uri to not have a path. Fixes bug #32268. | Jeffrey Stedfast | 2002-10-23 | 1 | -13/+0 |
* | Take new session arg. Update callers. (symbols[]): changed get-source to | Not Zed | 2002-09-19 | 1 | -5/+14 |
* | New filter action to unset a system flag. The exact opposite of set_flag. | Jeffrey Stedfast | 2002-07-29 | 1 | -16/+39 |
* | Renamed from shell_exec(). Also, we now want to pass argc/argv on to the | Jeffrey Stedfast | 2002-07-25 | 1 | -11/+37 |
* | Make sure message is non-NULL before setting the source on it. | Jeffrey Stedfast | 2002-07-11 | 1 | -1/+1 |
* | Use the CamelMessageInfo rather than the CamelMimeMessage because the | Jeffrey Stedfast | 2002-05-29 | 1 | -8/+5 |
* | Add a "char **appended_uid" argument, for the caller to optionally pass in | Dan Winship | 2002-05-14 | 1 | -6/+6 |
* | Replace copy_messages_to and move_messages_to with a single function that | Dan Winship | 2002-05-11 | 1 | -3/+3 |
* | Get rid of an unused variable. | Jeffrey Stedfast | 2002-04-17 | 1 | -1/+0 |
* | We now have to check to make sure that p->message is non-NULL because we | Jeffrey Stedfast | 2002-03-29 | 1 | -3/+22 |
* | Construct the source_url the right way. The previous way was generating | Jeffrey Stedfast | 2002-03-28 | 1 | -7/+14 |
* | When we add a new name, up all of the cache limits, because we're probably | Not Zed | 2002-03-25 | 1 | -2/+5 |
* | Use while (node->next) instead of while (node) | Jeffrey Stedfast | 2002-01-29 | 1 | -1/+1 |
* | Call the beep callback function. | Jeffrey Stedfast | 2002-01-25 | 1 | -4/+20 |
* | New function to remove a filter rule by name. | Jeffrey Stedfast | 2002-01-23 | 1 | -1/+24 |
* | As a temporary solution, just printf ("\a"); to make a beep :-) | Jeffrey Stedfast | 2002-01-22 | 1 | -1/+1 |
* | If the mbox file is a symlink, follow the symlink and get the One True | Jeffrey Stedfast | 2002-01-10 | 1 | -24/+83 |
* | Flush the only-once actions. | Jeffrey Stedfast | 2002-01-08 | 1 | -24/+135 |
* | Reset the filtered_count to zero. | Jeffrey Stedfast | 2001-12-15 | 1 | -14/+65 |
* | Same as below. | 1 | 2001-11-01 | 1 | -2/+4 |
* | Make sure we unref the mimeparse when we're done (successfully). This was | 0 | 2001-10-31 | 1 | -4/+3 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -12/+11 |
* | Add an optimization for when destination folder is the same as the source | Jeffrey Stedfast | 2001-10-18 | 1 | -0/+3 |
* | Set the DELETED flag on directly on the info if the source folder doesn't | Jeffrey Stedfast | 2001-10-18 | 1 | -1/+1 |
* | Only perform the operation on the folder if the folder has summary | Jeffrey Stedfast | 2001-10-17 | 1 | -3/+3 |
* | If we get a search error, just abort, dont try and fall back and copy to | 6 | 2001-09-27 | 1 | -22/+42 |
* | If filter inbox is set on the store, and we're opening inbox '', then | 8 | 2001-09-19 | 1 | -1/+1 |
* | Don't reuse the exception if it has already been set. | Jeffrey Stedfast | 2001-09-14 | 1 | -9/+16 |
* | free the source url in the nonfailure case. | Larry Ewing | 2001-09-13 | 1 | -0/+1 |
* | Unref the message info. | Jeffrey Stedfast | 2001-09-13 | 1 | -1/+4 |
* | A quoted string cannot contain \n's so check for those as well. | Jeffrey Stedfast | 2001-08-10 | 1 | -3/+3 |
* | Slight fix for when source == destination (we don't want to do this action | Jeffrey Stedfast | 2001-07-24 | 1 | -0/+3 |
* | We now use a structure as the bucket data rather than just a cache level | Jeffrey Stedfast | 2001-07-13 | 1 | -1/+5 |
* | Okay, I've decided that that user is just on crack. We don't want to allow | Jeffrey Stedfast | 2001-07-13 | 1 | -8/+9 |
* | Okay, I've decided that that user is just on crack. We don't want to allow | Jeffrey Stedfast | 2001-07-13 | 1 | -4/+3 |
* | Only set p->copied and p->deleted if the messages are copied without an | Jeffrey Stedfast | 2001-07-13 | 1 | -7/+11 |
* | Create the messageinfo itself, so we can properly set the size. | Not Zed | 2001-07-11 | 1 | -2/+7 |
* | new method to get an application-initialized filter driver. | Dan Winship | 2001-07-02 | 1 | -23/+12 |
* | Since we want an error opening a folder to result in the message being | Jeffrey Stedfast | 2001-06-27 | 1 | -5/+8 |
* | g_strdup() the message source here or we will have problems later when we | Jeffrey Stedfast | 2001-06-26 | 1 | -16/+21 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -3/+3 |
* | Add a separator between the service url and the folder name, if needed. | Jon Trowbridge | 2001-06-08 | 1 | -1/+13 |
* | Added an argument, so that the original source URI of the mbox can be | Jon Trowbridge | 2001-06-08 | 1 | -7/+12 |
* | more memory leaks | Dan Winship | 2001-04-18 | 1 | -0/+2 |
* | merge from evolution-0-10-branch to evolution-0-10-merge-0 | Not Zed | 2001-04-05 | 1 | -2/+2 |
* | marked report status strings for tanslation, fixes #1973 | Gediminas Paulauskas | 2001-04-03 | 1 | -7/+7 |
* | Added #include <libgnome/gnome-paper.h> | Jon Trowbridge | 2001-03-30 | 1 | -1/+2 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -12/+17 |
* | Use camel_vtrash_folder_new() to create the vtrash folder now. | Jeffrey Stedfast | 2001-03-27 | 1 | -9/+24 |
* | Don't use copy_to if the source folder doesn't support summary info's. | Jeffrey Stedfast | 2001-03-25 | 1 | -4/+4 |
* | Added. Call me old-fashioned, but I just prefer to have a real API rather | Jon Trowbridge | 2001-03-23 | 1 | -1/+3 |
* | Return -1 on fail. (camel_filter_driver_filter_folder): Same. | Jeffrey Stedfast | 2001-03-22 | 1 | -19/+21 |
* | Document and modify to return a boolean value denoting whether or not | Jeffrey Stedfast | 2001-03-19 | 1 | -13/+73 |
* | A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01 | Jeffrey Stedfast | 2001-03-01 | 1 | -1/+1 |
* | Remove the 'FIXME: remove because this isn't required...' comment for | Jeffrey Stedfast | 2001-02-23 | 1 | -17/+37 |
* | Thaw the defaultfolder. (camel_filter_driver_set_default_folder): Thaw the | Jeffrey Stedfast | 2001-02-17 | 1 | -3/+9 |
* | Changed the subject search to handle case sensitive when it is mixed case. | Not Zed | 2001-01-25 | 1 | -1/+1 |
* | (camel_filter_driver_filter_message): Remove an accidentally | Michael Zucci | 2001-01-24 | 1 | -1/+0 |
* | Remove the 'finished message' bit. | Not Zed | 2001-01-24 | 1 | -2/+2 |
* | Perform error checking on parsing/execution. | Not Zed | 2001-01-23 | 1 | -7/+13 |
* | avoid /0 by updating after we've done the sync. (close_folders): Setup the | Not Zed | 2001-01-23 | 1 | -2/+5 |
* | When removing phantom nodes, check for the end node too. | Not Zed | 2001-01-22 | 1 | -12/+12 |
* | Added an exception to CamelFilterGetFolderFunc. | Not Zed | 2001-01-21 | 1 | -15/+26 |
* | Set the deleted bit *before* copying to the default folder, this way if | Jeffrey Stedfast | 2001-01-20 | 1 | -4/+4 |
* | Add a percentage complete indicator to the status thing. | Not Zed | 2001-01-19 | 1 | -13/+20 |
* | Index: ChangeLog | Michael Zucci | 2001-01-17 | 1 | -0/+774 |