aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GDM2_2_4_4_0'.GDM2_2_4_4_0nobody2003-06-291-2308/+0
* ** This and jeffs patch for #43862.Not Zed2003-06-031-1/+5
* New async "empty trash" op.Dan Winship2003-05-191-0/+75
* Remove this since there's a function in CamelMimeMessage to do it now.Dan Winship2003-03-211-68/+1
* revert a commit that I didn't mean to doJeffrey Stedfast2003-03-131-4/+4
* Various small fixes leading up to a real fix.Jeffrey Stedfast2003-03-131-4/+4
* Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): SameJeffrey Stedfast2003-02-111-1/+1
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-1/+1
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-21/+23
* Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write):Jeffrey Stedfast2002-12-171-1/+0
* Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-141-1/+0
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-69/+63
* Use 0666 as the create mode so that the user's umask is used to it'sJeffrey Stedfast2002-09-241-1/+1
* Use e_strftime_fix_am_pm here which fixes locale issues as well as workingJeffrey Stedfast2002-09-181-1/+1
* fixed a commentJeffrey Stedfast2002-09-181-2/+2
* Enforce the mailer policy that deleted messages are marked as seen. FixesPeter Williams2002-08-271-2/+12
* Check driver != NULL, if folder_filter freed it already.Not Zed2002-08-061-2/+4
* Unref the driver before returning to main thread, so any closingNot Zed2002-08-061-0/+5
* No real need for this to be an async function sync we are going to callJeffrey Stedfast2002-07-271-83/+1
* Update to take argc and argv arguments since this is the new definitionJeffrey Stedfast2002-07-251-10/+50
* cast!Jeffrey Stedfast2002-07-251-4/+3
* Call camel_session_get_service instead of camel_session_get_store, asPeter Williams2002-07-251-10/+21
* Commit a fix that I thought I committed a while ago:Jeffrey Stedfast2002-07-241-7/+15
* Don't ever use the mail-display's current_message, this can causeJeffrey Stedfast2002-07-091-9/+14
* No longer need to pass a postpone_cb function into the composerJeffrey Stedfast2002-07-061-1/+2
* Prompt the user to see if he really wants to quit when there are queuedJeffrey Stedfast2002-06-041-2/+2
* Implement prep_offline for an individual folder. (set_offline_do): OnlyNot Zed2002-05-151-26/+86
* Update for camel_folder_append_message / camel_folder_transfer_messages_toDan Winship2002-05-141-6/+7
* Don't add any shortcuts here. (mail_config_remove_account): And don'tJeffrey Stedfast2002-05-111-13/+13
* Simplify. Use transfer_messages_to instead of picking between copy andDan Winship2002-05-111-34/+1
* Flush the filter log to make Tuomas happy :-)Jeffrey Stedfast2002-05-071-0/+3
* Set the window title/icon here instead.Jeffrey Stedfast2002-04-041-1/+1
* merge new signature handlingRadek Doulik2002-03-071-1/+2
* Set X-Mailer to say "Ximian Evolution", not just "Evolution".Ettore Perazzoli2002-03-051-1/+1
* Make X-Evolution-Account take priority over X-Evolution-Transport. ShouldJeffrey Stedfast2002-01-301-3/+3
* New function that implements the Redirect feature.Jeffrey Stedfast2002-01-301-2/+38
* Now takes a boolean notify argument. If this is *not* set, then remove theJeffrey Stedfast2002-01-231-2/+9
* Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-18/+2
* Argh, don't notify about new mail here. (fetch_mail_fetch): Notify aboutJeffrey Stedfast2001-12-191-18/+18
* Setup the new-mail-notification widgets. (notify_command_changed): UpdateJeffrey Stedfast2001-12-191-1/+17
* Set the filter driver's shell-exec callback.Jeffrey Stedfast2001-12-151-1/+2
* set the new-mail-notify command.Jeffrey Stedfast2001-12-131-0/+55
* Don't expunge when we sync anymore, this fixes bug #4472.Jeffrey Stedfast2001-12-111-2/+2
* s/PREVIEW_RELEASE/VERSION_COMMENTJeffrey Stedfast2001-12-071-1/+1
* Don't append "(Preview Version)" at the end of the version string. Use theJeffrey Stedfast2001-12-071-6/+3
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* Argh!!! Dont free the async op data here, the async op is still running02001-10-301-3/+4
* Don't warn the user if the source and destination folders are the same.Jeffrey Stedfast2001-10-301-3/+1
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-3/+2
* Don't forget to unref the filter driver here.Jeffrey Stedfast2001-10-261-2/+4
* Clone the folderinfo before passing to async event. (real_folder_created):72001-10-181-1/+1
* No longer need to copy the description now that camel-exceptions have beenJeffrey Stedfast2001-10-181-8/+2
* Lets put the UID cache in ~/evolution/mail/pop3 as this makes more senseJeffrey Stedfast2001-10-171-2/+22
* IF the source and destination folders are the same, do nothing. Oh, and02001-10-101-5/+13
* Ignore the signal if the radio button is not "on". This fixes bug #10532Jeffrey Stedfast2001-10-051-28/+21
* Dont wait for event to finish before returning. This could however mean we32001-10-041-0/+2
* If we have a fragment, override that, rather than the path. Fixes #5251.32001-10-041-1/+4
* Pass an empty flags argument to mail_transfer_messages - destinationJeffrey Stedfast2001-10-031-1/+4
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-5/+9
* A service needs to be disconnected if it's remote, not already offline,Dan Winship2001-09-271-24/+32
* Use the mail-tools convenience functions to remove and restore theJeffrey Stedfast2001-09-221-73/+7
* All made redundant by new mail-folder-cache code. (delete_folders,Michael Zucci2001-09-221-23/+0
* Take a new argument 'done' that can callback when complete. Fixed callers12001-09-211-1/+1
* Update the status bar here, assuming we've just been activated.02001-09-211-8/+13
* Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-211-3/+24
* Register vfolder sources here.02001-09-211-3/+3
* Convert all textual parts to 8bit before saving. Fixes bug #10388.Jeffrey Stedfast2001-09-211-1/+35
* Added missing header.92001-09-191-1/+1
* General cleanup of mail debug printfs.92001-09-191-8/+3
* Unsubscribe from the folder before deleting it. Also, use the url's pathJeffrey Stedfast2001-09-181-1/+1
* Get folderinfo 1 at a time rather than all at once.72001-09-181-1/+1
* Unsubscribe from the folder before deleting it.Jeffrey Stedfast2001-09-181-15/+12
* Major rewrite of most of the guts, handle changes based on signals and52001-09-151-1/+1
* fixed a small memory leakJeffrey Stedfast2001-09-151-0/+1
* Append a message to any exception we get appending to any folders afterJeffrey Stedfast2001-09-151-0/+20
* Dynamically create the folder type list from camel. (reconfigure_clicked):02001-09-111-74/+0
* Change some words.Michael Zucci2001-09-081-1/+1
* Fixes #7251Chyla Zbigniew2001-09-051-2/+3
* Unref the source folder here because it might be a POP folder. We do thisJeffrey Stedfast2001-09-051-2/+8
* Instead of removing the folder from the folder cache here...Peter Williams2001-08-311-4/+6
* If the store is not connected, scan it's subfolders first.Jeffrey Stedfast2001-08-271-1/+1
* Call va_end() so LinuxPPC doesn't have a caniption.Jeffrey Stedfast2001-08-271-5/+6
* Save the folder's full_name, unref it, and *then* unref the store, so thatPeter Williams2001-08-251-1/+8
* Say which folder is getting saved.Peter Williams2001-08-221-1/+4
* Fix double-unref of the store.Peter Williams2001-08-211-5/+1
* Modify the url and set the protocol to mbox rather than hacking it andJeffrey Stedfast2001-08-211-21/+26
* s/Synchronising/Synchronizing/.Ettore Perazzoli2001-08-201-1/+1
* Fix the fix for #6722.Dan Winship2001-08-141-3/+5
* oops, take out the g_assertsJeffrey Stedfast2001-08-111-2/+0
* Fix bug #4523 for good. (save_service): If service->authitem is NULL, thenJeffrey Stedfast2001-08-111-1/+3
* Remove all the messages from a folder that's being deleted before actuallyJason Leach2001-08-111-1/+14
* Added a comment about leaking memory here, but we seem to not even use theJeffrey Stedfast2001-08-101-8/+13
* Dont want it to keep on running if it got bad arguments, want it to bloodyNot Zed2001-08-101-5/+5
* Fixes bug #6722Jeffrey Stedfast2001-08-101-3/+4
* Dont double-register this operation, mail-mt will do it for us.Not Zed2001-08-091-18/+0
* Change this gtk_object_ref on the storage to a bonobo_object_ref.Peter Williams2001-08-081-1/+1
* Free the dbkey if we found the config option.Not Zed2001-08-081-2/+9
* [ Use bonobo_object_unref on the storage since it's a bonobo object. ]Peter Williams2001-08-081-3/+3
* This should return a GtkWidget not a GtkObject.Jeffrey Stedfast2001-08-081-62/+72
* Added. Provide description for filter_folder_op. (fetch_mail_describe):Jon Trowbridge2001-08-031-2/+14
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-031-4/+4
* Add EVOLUTION_BUTTONSDIR to get to some different icons.Not Zed2001-08-021-1/+1
* Pass the O_TRUNC flag to open so that we don't leave trailing garbage atJeffrey Stedfast2001-07-251-34/+38
* When dumping the CamelURL to a string, hide all the params.Jeffrey Stedfast2001-07-251-10/+10
* fixed my fix to compileJeffrey Stedfast2001-07-241-2/+2
* If the source and destination folders are the same, just mark the uids asJeffrey Stedfast2001-07-241-2/+13
* Don't expunge the source folder if we have a cache.Jeffrey Stedfast2001-07-211-1/+2
* remvoed register/start/end etc code.Not Zed2001-07-191-13/+6
* partial checkin before completing the changesNot Zed2001-07-191-6/+16
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-181-2/+2
* Use g_strcasecmp() when looking for a Trash folder - it may be lowercaseJeffrey Stedfast2001-07-171-8/+19
* Use g_strcasecmp() when looking for a Trash folder - it may be lowercaseJeffrey Stedfast2001-07-171-6/+11
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-131-0/+15
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-131-43/+48
* Check for an exception and print it. Call done anyway.Peter Williams2001-07-101-1/+8
* Add a checkbox for prompting when sending a message with an empty subject.Jeffrey Stedfast2001-07-061-36/+50
* Clear the shell view label if mailer loses focus.Peter Williams2001-07-051-4/+6
* Don't pass a dirty exception to camel_folder_sync. Fixes an IMAP filteringDan Winship2001-07-031-1/+1
* Updated for the mail_transfer_messages API.Jeffrey Stedfast2001-07-031-121/+27
* New file. Protoypes for the Mail Folder Cache, which provides a place forPeter Williams2001-07-031-8/+8
* Implement this, based on code that used to be in mail-ops.cDan Winship2001-07-021-87/+13
* Add a CamelMimeFilterStripHeader that removes a header from mime output. UsedPeter Williams2001-06-291-11/+2
* Read in the default show_preview value. (mail_config_write_on_exit): SaveJeffrey Stedfast2001-06-261-43/+49
* Fixes here for removing folders.Jason Leach2001-06-241-7/+10
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-4/+4
* Temporarily remove the Bcc header before sending the message.Jeffrey Stedfast2001-06-221-6/+18
* Fixed misuse of an uninitialized variable.Jeffrey Stedfast2001-06-161-7/+10
* Reattach X-Evolution-Account information to the message after sending it.Jon Trowbridge2001-06-091-2/+9
* Added an argument, so that the original source URI of the mbox can beJon Trowbridge2001-06-081-2/+2
* When unreffing a folder we got ourselves (as opposed to one passed in byDan Winship2001-05-271-1/+40
* Don't free the folder-info here, instead have mail_append_mail() call ourJeffrey Stedfast2001-05-241-9/+10
* New function that the shell component calls to copy/move a folder.Jeffrey Stedfast2001-05-241-0/+110
* New async function to remove a folder. God knows if it does what theJeffrey Stedfast2001-05-241-0/+81
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-101-0/+95
* #include <camel/camel-file-utils.h>Dan Winship2001-05-041-4/+6
* Only set the X-Evolution-* header if that value is non-NULL.Jeffrey Stedfast2001-04-231-9/+15
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-7/+6
* Convert subject from utf8 before passing it on.Dan Winship2001-04-201-5/+13
* Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-141-2/+1
* Merge from evolution-0-10 to evolution-0-10-merge-0 into head.Not Zed2001-04-051-3/+3
* Add --no-tty argument to gpg.Jeffrey Stedfast2001-04-041-1/+4
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-1/+2
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-3/+6
* Update call to camel_url_to_string. (Don't include the params in theDan Winship2001-03-301-1/+1
* Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-291-24/+55
* Kludge, copied+modified from mail_config_folder_to_cachename to deal withDan Winship2001-03-271-2/+22
* Updated to reflect changes made to the move/copy API in camel-folder.cJeffrey Stedfast2001-03-271-1/+1
* oops, don't use uids->pdata[i], just use uidsJeffrey Stedfast2001-03-271-2/+1
* Updated to reflect changes made to the move/copy API in camel-folder.cJeffrey Stedfast2001-03-271-13/+6
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-1/+7
* Removed gnome.h and ctype.h (send_queue_send): Don't remove theJeffrey Stedfast2001-03-201-19/+18
* Instead of always creating a new vTrash folder, if the store already has aJeffrey Stedfast2001-03-131-10/+21
* Remove our X-Evolution header before we send. Also don't send messagesJeffrey Stedfast2001-03-121-0/+4
* Remove our X-Evolution header before we send.Jeffrey Stedfast2001-03-111-35/+39
* If the folderinfo has no URL (ie, can't contain messages), don't add it asDan Winship2001-03-071-4/+2
* Changed the product string - will change it to use User-Agent once I getJeffrey Stedfast2001-02-271-2/+2
* Toss the mail_tool_camel_lock* stuff. Same. Here too.Jeffrey Stedfast2001-02-251-3/+0
* No longer need to construct the vTrash here. (owner_set_cb): Don't makeJeffrey Stedfast2001-02-251-1/+36
* No longer need to do a vtrash_cleanup() (it also doesn't exist anymore).Jeffrey Stedfast2001-02-241-1/+1
* Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-231-0/+10
* Updated to reflect changes to the filter-driver code.Jeffrey Stedfast2001-02-231-1/+2
* Fix for api changes to append_mail.Not Zed2001-02-211-229/+95
* New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-201-317/+1
* Unref the driver here, in the subthread, so we dont block the gui while itNot Zed2001-02-201-5/+6
* Use mail_storage_create_folderJeffrey Stedfast2001-02-161-22/+3
* Setup the Trash folder.Jeffrey Stedfast2001-02-151-29/+177
* Don't leak memory. (forward_messages): change doinline to be a gbooleanJeffrey Stedfast2001-02-111-2/+4
* Reworked some keep-mail-on-server logic so that we ALWAYS look for aJeffrey Stedfast2001-02-091-27/+29
* only free driver, if set. (fetch_mail_fetched): Unref the driver here, soNot Zed2001-02-091-1/+7
* Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-081-27/+28
* Cast the camel_stream_mem_new() to a CamelStreamMem.Jeffrey Stedfast2001-01-301-1/+1
* Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-291-1/+66
* Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-281-0/+105
* Set the default folder when copying to mbox. This is a quick fix, i mightNot Zed2001-01-241-5/+8
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-3/+3
* remove a warning with conditional news compilation.Not Zed2001-01-221-560/+472
* Remove the X-Evolution header before we send.Jeffrey Stedfast2001-01-221-3/+6
* Init a cancel field in the message. (mail_msg_free): Free it.Not Zed2001-01-211-1/+1
* Strip leading space from the transport url gotten from the message.Jeffrey Stedfast2001-01-211-2/+5
* Replace `--with-x-mailer' with a more generic `--with-sub-version'.Ettore Perazzoli2001-01-181-6/+24
* If the user hits "No", then don't destroy the filesel window.Jeffrey Stedfast2001-01-171-1/+1
* Update the X-Mailer header to use the string specified by configure.Dan Winship2001-01-171-8/+2
* Setup a cancellation handle. (do_fetch_mail): REgister for cancellationNot Zed2001-01-161-14/+13
* Get the X-Evolution-Transport URL and use that if it exists, else fallJeffrey Stedfast2001-01-131-1/+9
* Let the system umask determine the permissions of this file.Jeffrey Stedfast2001-01-101-1/+1
* Add an #include <errno.h>Dan Winship2001-01-091-0/+1
* Removed old implementation.Not Zed2001-01-041-659/+308
* Call mail-callbacks.c:forward_messages(), so the behaviour is the same asNot Zed2001-01-031-310/+121
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-560/+241
* fixed unresolved symbol (d)Jeffrey Stedfast2001-01-021-0/+2
* Implemented.Jeffrey Stedfast2001-01-021-5/+173
* Merge from camel-mt-branch.Not Zed2000-12-241-9/+89
* Only update display every 2 seconds.Miguel de Icaza2000-12-181-3/+12
* Deal with "mailstorage" type views (top-level mail storages) by trying toDan Winship2000-12-121-0/+5
* clean up the cleanup a bitDan Winship2000-12-121-6/+3
* Check to see if the file already exists, if it does prompt the user to forJeffrey Stedfast2000-12-091-19/+79
* Only do a message_list_foreach if we plan on attaching messages, otherwiseJeffrey Stedfast2000-12-081-5/+31
* Remove bits of filter-on-demand and toolbar bug workaround cruft thatDan Winship2000-12-071-1/+1
* use mail_op_set_message_plainRadek Doulik2000-12-011-1/+1
* Don't display a dialog, instead inform the user that there was no new mailJeffrey Stedfast2000-12-011-11/+4
* Set threaded view before setting the folder (cleanup some flash onsNot Zed2000-11-301-0/+1
* Use camel a bit more to help us out. Don't create the file ourselves,Jeffrey Stedfast2000-11-301-15/+34
* Wait until after setting up the local storage to find theDan Winship2000-11-291-5/+2
* Added the SaveAs bonobo menu verb thingy.Jeffrey Stedfast2000-11-291-38/+17
* New function to return if user wants to view message source.Jeffrey Stedfast2000-11-221-131/+0
* Fix IMAP get-mail to work; CORBA calls in the dispatch thread are a no-no.Peter Williams2000-11-211-13/+53
* Use the new quote_message function and make it start with "On %s, %sJeffrey Stedfast2000-11-181-52/+2
* Added the MessageViewSource bonobo menu verb.Jeffrey Stedfast2000-11-171-0/+122
* Added a new Forward as Attachment bonobo menu item verb.Jeffrey Stedfast2000-11-161-64/+278
* Sync the source folder.Jeffrey Stedfast2000-11-131-0/+3
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-7/+7
* Updated to use the ESearchBar object rather than the previously usedJeffrey Stedfast2000-11-081-2/+2
* Added mail-display.h.Not Zed2000-11-031-5/+11
* Make "Get Mail" even more functional on IMAP (scans all folders),Dan Winship2000-11-021-32/+93
* Don't call the default logging function. (do_fetch_mail): Set the logfileJeffrey Stedfast2000-11-021-12/+8
* ** Merged in camel-incremental-branch.Not Zed2000-11-021-1/+1
* Sync the folder before refreshing so we don't lose flag settings.Dan Winship2000-10-301-1/+3
* Don't forget to unref the FilterDriver.Jeffrey Stedfast2000-10-261-61/+58
* Apply outgoing filters to the message.Jeffrey Stedfast2000-10-241-17/+48
* For an imap store, just refresh the INBOX.Dan Winship2000-10-201-2/+9
* Clean up some old #if 0 code.Dan Winship2000-10-191-204/+0
* No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-181-2/+6
* sync & expunge the source folder after filtering.Jeffrey Stedfast2000-10-131-36/+49
* Duh, fix the test for the folder name, strstr != strcmp is it.Not Zed2000-10-121-47/+160
* add a ref to input->storage here so that the ref/unref pattern moreChris Toshok2000-10-111-0/+2
* New widget, full search dialogue for mail.Not Zed2000-10-091-1/+1
* Tag string for translation (do_flag_messages): ditto.Miguel de Icaza2000-10-081-4/+4
* Repeates writes on EINTRS. (pipe_read): Repeats reads on EINTRS.Miguel de Icaza2000-10-081-10/+51
* Move the functionality to incorporate messages intoMiguel de Icaza2000-10-081-122/+142
* set the @subscribed_only parameter to TRUE, since the subscribe UI is theChris Toshok2000-10-071-1/+1
* Add missing parameter in call to `camel_store_get_folder_info()'.Ettore Perazzoli2000-10-071-1/+1
* Don't expunge the source mailbox on completion.Jeffrey Stedfast2000-10-051-1/+1
* Don't try to add_folders if get_folder_info returned NULL.Dan Winship2000-10-051-2/+4
* Update for CamelFolderInfo changes.Dan Winship2000-10-031-46/+37
* Messages should be appended to Sent as Seen. (do_send_mail): Same.Jeffrey Stedfast2000-09-291-2/+2
* Note: We need a configuration option to specify whether to log filteringJeffrey Stedfast2000-09-281-3/+31
* If the message has been deleted, don't try filtering it - skip to the nextJeffrey Stedfast2000-09-281-0/+8
* CamelException is not for compile-time errors. Replace lots of argumentDan Winship2000-09-261-485/+87
* Fixed some memory leakage. Call free_recipients() so we don't leak memory.Jeffrey Stedfast2000-09-221-7/+8
* Use the folder's full_name so recursive directory structures displayJeffrey Stedfast2000-09-201-2/+2
* Update for CamelFolder changes (subfolder_names -> subfolder_info).Dan Winship2000-09-201-5/+7
* Deal with NULL composer.Dan Winship2000-09-191-4/+5
* Don't get_message_flags, because POP doesn't support it and it's pointlessDan Winship2000-09-151-5/+2
* Fix the sense of the "keep on server" check so we're not doing thisDan Winship2000-09-151-1/+1
* This bug was so much fun to fix the first time that I decided toDan Winship2000-09-151-1/+2
* camel_folder_append is perfectly happy to take a NULL info.Dan Winship2000-09-141-6/+0
* Only use the cache if the user plans to keep_on_server.Jeffrey Stedfast2000-09-141-20/+22
* Was trying to unhook an event from the wrong folder - oops.Jeffrey Stedfast2000-09-121-1/+1
* added some comments (no source code changes)Jeffrey Stedfast2000-09-121-1/+2
* Updated to use the new mail_do_filter_ondemand.Jeffrey Stedfast2000-09-121-13/+19