aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused filesJeffrey Stedfast2003-10-231-1565/+0
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-120/+33
* updated for camel namespace changesJeffrey Stedfast2003-09-191-1/+1
* cvs removed.Not Zed2003-09-181-9/+13
* temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-271-1/+1
* Updated for camel namespace changes.Jeffrey Stedfast2003-08-271-1/+1
* add a CamelOperation for overriding status handler.Not Zed2003-08-021-2/+2
* Handle invalid URIs, or more likely, the last empty element in a URI listFederico Mena Quintero2003-07-161-0/+4
* Use mail-config's gconf client. (target_date_new): Same.Jeffrey Stedfast2003-06-121-3/+4
* ** See bug #22542Not Zed2003-06-111-24/+34
* remove references to font prefs.Larry Ewing2003-05-201-7/+1
* Disabled some debugging messages.Jeffrey Stedfast2003-05-161-2/+2
* add protoJP Rosevear2003-05-151-0/+1
* Removed. (make_factory): No need to set up the SIGSEGV redirect handlerEttore Perazzoli2003-05-141-40/+0
* ** Bug 40536Not Zed2003-04-071-10/+10
* Call composer_check_autosave if we're going interactive, to check forNot Zed2003-04-021-0/+4
* Update prototypeDan Winship2003-03-251-1/+2
* remove a debug printf that made it in a commit.Not Zed2003-03-241-1/+0
* Load per-folder setting of show_preview from meta data.Not Zed2003-03-241-0/+1
* Change the message_destroy callback to just gtk_widget_destroy. No need toJeffrey Stedfast2003-03-211-7/+1
* Update for EvolutionStorage changeDan Winship2003-03-151-9/+5
* Removed the debug printf. Added a case for the composer. Part of fixingNot Zed2003-03-101-1/+4
* removed main.c from the build.Not Zed2003-03-101-32/+0
* remove debug printf.Not Zed2003-03-051-2/+0
* Removed old quit code. (owner_unset_cb): Make this call synchronous. WontNot Zed2003-03-051-37/+47
* Don't try to get a FontPrefs control.Hans Petter Jansson2003-02-221-1/+1
* add EVOLUTION_PRIVDATADIRDan Winship2003-02-071-1/+1
* Change strcmp(fi->path, path) to strcmp(fi->name, name) and now theJeffrey Stedfast2003-01-281-2/+5
* transfer the current acount info, which will be regarded as the sender ofleon.zhang2003-01-241-2/+2
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+1
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-16/+17
* Updated for function rename.Jeffrey Stedfast2003-01-111-11/+9
* Fixed a situation in which we could notify the shell listener twice.Jeffrey Stedfast2003-01-111-15/+15
* (owner_set_cb): Don't callEttore Perazzoli2003-01-101-4/+0
* Added druidpagestart1 to the pages list. (construct): Change the limits onNot Zed2003-01-091-2/+110
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-5/+11
* Get rid of unneeded CamelObject casts. (user_message_response): Don'tJeffrey Stedfast2002-12-141-17/+17
* Use the same logic as mail_generate_reply(). Fixes bug #34882Jeffrey Stedfast2002-12-041-14/+20
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-3/+3
* fix warning message, outlook->mbox.Not Zed2002-11-191-2/+0
* Use bonobo_main_quit instead of gtkRodney Dawes2002-11-161-1/+1
* Want a (GWeakNotify) cast here, not (GWeakNotify *).Ettore Perazzoli2002-11-151-1/+1
* shell client objref. (mail_add_storage): " (mail_remove_storage): "Not Zed2002-11-141-3/+3
* destroy->weak ref. (owner_set_cb): shell client changes.Not Zed2002-11-131-2/+2
* Added to cvs. Currently contains no configurable stuff, but maybe it willNot Zed2002-11-131-51/+53
* Ported.Jeffrey Stedfast2002-11-121-19/+18
* The CamelFolderInfo that we get back has nodes for all parent folders, soJeffrey Stedfast2002-10-101-2/+11
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-011-1/+1
* add "mail/public". Leave "vtrash" as it is rather than renaming it toDan Winship2002-09-261-10/+23
* helper to map a camel excpeiton to a listener result.Not Zed2002-09-181-9/+28
* Use e_strftime_fix_am_pm here which fixes locale issues as well as workingJeffrey Stedfast2002-09-181-1/+1
* Handle file uri's too.Not Zed2002-09-111-15/+22
* Return FALSE here. (get_base_url): Add a cast.Ettore Perazzoli2002-09-051-1/+1
* Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-051-0/+23
* Dont translate / to dir_sep anymore, we always use /.Not Zed2002-09-031-12/+0
* If outbox_folder is NULL, don't try and get its message count (this shouldPeter Williams2002-08-081-1/+1
* If we are not in interactive mode, don't display error dialogs.Jeffrey Stedfast2002-08-061-2/+2
* Updated to call post_to_url if the id is "post".Jeffrey Stedfast2002-08-061-2/+5
* (create_component): UseEttore Perazzoli2002-08-021-9/+10
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-011-6/+6
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-011-2/+4
* Add a new menu item for posting to the New toolbar button thing.Jeffrey Stedfast2002-07-271-4/+6
* Add a new menu item for posting to the New toolbar button thing.Jeffrey Stedfast2002-07-271-0/+7
* Initialise the standard uri's before doing anything else.Not Zed2002-07-241-1/+3
* Oops, Don't comment out the mail_note_store call.Jeffrey Stedfast2002-07-181-2/+2
* Re-enable some #if 0'd code.Jeffrey Stedfast2002-07-171-10/+11
* Account for the case that when a disco store is "online" but actuallyPeter Williams2002-07-151-1/+2
* Oops, accidentally checked in some unfinished, unworking code. Reverted.Not Zed2002-07-151-46/+6
* ** fixes for #10781Not Zed2002-07-151-6/+46
* Removed special-case code for NNTP support.Jeffrey Stedfast2002-07-051-20/+5
* Pass TRUE as the auto_connect argument to mail_load_storage_from_uri().Jeffrey Stedfast2002-07-041-9/+10
* New arg @tooltip; pass it toEttore Perazzoli2002-07-021-1/+2
* Don't skip over disabled accounts - put them in the folder tree too.Jeffrey Stedfast2002-06-291-4/+3
* Recursively delete any subfolders.Jeffrey Stedfast2002-06-281-12/+41
* Some compiler warning fixes.Jeffrey Stedfast2002-06-261-3/+3
* New convenience function to find the first parent node that is visible andJeffrey Stedfast2002-06-191-9/+5
* Comment out the code to add/remove the store to the folder-tree when itJeffrey Stedfast2002-06-111-4/+4
* If this account is not a completely new account (ie, it is an editedJeffrey Stedfast2002-06-071-4/+33
* Prompt the user to see if he really wants to quit when there are queuedJeffrey Stedfast2002-06-041-1/+20
* Noop if we are in offline mode.Jeffrey Stedfast2002-05-311-4/+5
* Protect against NULL stores. Fixes bug #25456.Jeffrey Stedfast2002-05-311-2/+4
* New. (create_component): Pass it as the @request_quit_fn toEttore Perazzoli2002-05-161-1/+9
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-161-1/+1
* Added #include "folder-info.h".Christopher James Lahey2002-05-151-0/+1
* Update for camel_folder_append_message / camel_folder_transfer_messages_toDan Winship2002-05-141-1/+1
* Pass %FALSE as @has_shared_folders to evolution_storage_new().Ettore Perazzoli2002-05-101-1/+1
* Change so there's no race conditions between the folder info and the session ...Iain Holmes2002-05-081-0/+3
* Check all threads are idle as well, using new e_thread_busy call. ShouldNot Zed2002-05-061-2/+2
* Add view_info arg, but don't do anything with it.Dan Winship2002-04-091-0/+1
* Set the window title/icon here instead.Jeffrey Stedfast2002-04-041-0/+1
* Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-271-0/+2
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-211-0/+30
* Remove "mailstorage", since it's not needed any more. (storage_activate):Dan Winship2002-03-151-40/+26
* Update for storage changes: explicitly create a root folder.Dan Winship2002-03-081-1/+2
* Add an icon for the "New message" user creatable item.Ettore Perazzoli2002-02-221-2/+6
* remove "New" from user creatable menu itemJP Rosevear2002-02-081-1/+1
* re-enable popup menu. (populate_folder_context_menu): If we're on aNot Zed2002-01-301-8/+22
* Do some NULL checking on the url before using it.Jeffrey Stedfast2002-01-261-3/+6
* Pass a NULL icon to `evolution_shell_component_add_user_creatable_item()'.Ettore Perazzoli2002-01-241-1/+3
* If the first "token" in the body is "<html>", then treat this as aJeffrey Stedfast2002-01-221-1/+1
* Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-1/+1
* Was x_evolution_message_parse from folder-browser.c. A space char is noJeffrey Stedfast2001-11-101-26/+4
* Argh!!! Dont free the async op data here, the async op is still running02001-10-301-15/+17
* Copy the folder's full_name before trying to use it to rename.92001-10-291-1/+3
* Remove uic, kill dumb warning.82001-10-281-0/+7
* Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's82001-10-281-45/+105
* Changed to open the source store from '/', so we can do renames across62001-10-271-6/+42
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-3/+2
* Use a timeout not an idle handler.62001-10-261-1/+1
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-261-5/+20
* Unref the global search_context. (owner_set_cb): create the globalJeffrey Stedfast2001-10-241-4/+27
* Completely re-done. We now hae a completely async dialogue when requested32001-10-231-15/+31
* #include "component-factory.h". (do_op_status): Pass the component IDEttore Perazzoli2001-10-231-3/+0
* Clear variables once done, for debugging. (mail_vfolder_add_uri,12001-10-221-3/+3
* Properly handle local vTrash folders.Jeffrey Stedfast2001-10-201-13/+18
* Pass the @folder_type to ::handleDrop.Ettore Perazzoli2001-10-201-2/+2
* Added remove flag - its not adduri, its removeuri, its less typing than82001-10-191-5/+6
* Call mail_vfolder_shutdown.Jeffrey Stedfast2001-10-161-6/+16
* Make sure the service/storage are non-NULL.Jeffrey Stedfast2001-10-121-3/+7
* IF the source and destination folders are the same, do nothing. Oh, and02001-10-101-47/+62
* For mailstorage folders, connect to the control's "activate" signal, andDan Winship2001-10-091-17/+38
* Only create the folder when the shell has created it.Iain Holmes2001-10-051-1/+1
* Do the url fragment/path -> folder name hack. Removing vfolders from shell42001-10-051-27/+11
* Pass an empty flags argument to mail_transfer_messages - destinationJeffrey Stedfast2001-10-031-2/+2
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-6/+8
* Check for errorsIain Holmes2001-10-021-3/+10
* create storages for providers that are STORAGE and aren't EXTERNAL, ratherDan Winship2001-10-021-34/+16
* Setup vfolder storage before all others.82001-09-291-2/+0
* Emit folder_deleted event. (remove_find_path): Fix, compare against path,82001-09-291-3/+3
* Add a big comment explaining unread message counts so no one can mess themDan Winship2001-09-271-0/+3
* Deal with destroy vs finalise semantics. Only destroy widgets here.52001-09-261-2/+10
* Throw up a warning dialog if we suspect the config database is corrupt.Jeffrey Stedfast2001-09-261-1/+17
* Removed unused variables.42001-09-251-1/+1
* All made redundant by new mail-folder-cache code. (delete_folders,Michael Zucci2001-09-221-5/+1
* Take a new argument 'done' that can callback when complete. Fixed callers12001-09-211-2/+2
* trigger a folder changed event, so the folderinfocache stuff has a chance02001-09-211-1/+11
* Update the status bar here, assuming we've just been activated.02001-09-211-2/+2
* Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-211-2/+2
* Register vfolder sources here.02001-09-211-2/+2
* Here too.Jeffrey Stedfast2001-09-201-1/+1
* Added missing header.92001-09-191-3/+1
* General cleanup of mail debug printfs.92001-09-191-0/+3
* Unsubscribe from the folder before deleting it. Also, use the url's pathJeffrey Stedfast2001-09-181-31/+32
* Unsubscribe from the folder before deleting it.Jeffrey Stedfast2001-09-181-5/+6
* Major rewrite of most of the guts, handle changes based on signals and52001-09-151-7/+22
* Dynamically create the folder type list from camel. (reconfigure_clicked):02001-09-111-28/+39
* new function, to notify the bonobo listener inChris Toshok2001-09-071-18/+51
* Adjust the default_account index correctly.Jeffrey Stedfast2001-09-061-3/+2
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-061-11/+13
* [Fix #7542, "Crash Afer Closing".]Ettore Perazzoli2001-09-051-0/+2
* Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-311-3/+4
* Toss in a call to mail_config_init () cause it might contribute to solvingPeter Williams2001-08-301-1/+2
* Instead of folder_browser_factory_new_control ("", corba_shell) whenPeter Williams2001-08-291-1/+1
* Disable interaction once the shell has quit.Peter Williams2001-08-291-0/+1
* If the store is not connected, scan it's subfolders first.Jeffrey Stedfast2001-08-271-9/+8
* Don't mark empty strings for translation. Rather, give descriptions andEttore Perazzoli2001-08-251-2/+2
* Instead of using the length of the shortcuts list as the index for thePeter Williams2001-08-251-2/+5
* Check to make sure we actually have drag data.Jeffrey Stedfast2001-08-241-0/+4
* Don't blindly make all vtrash folder types have a uri of vtrash:file:/,Jeffrey Stedfast2001-08-231-5/+8
* Modify the url and set the protocol to mbox rather than hacking it andJeffrey Stedfast2001-08-211-14/+21
* camel_folder_create_folder can now return a heirachial tree so subscribeJeffrey Stedfast2001-08-201-10/+12
* Added display_name and description to the type.Ettore Perazzoli2001-08-201-4/+4
* Allow the activity to be NULL if there isn't a global_shell_client so thatJeffrey Stedfast2001-08-201-6/+17
* don't init the config hereJP Rosevear2001-08-181-2/+0
* Startup assistant stuffIain Holmes2001-08-171-1/+4
* New function, handle "user creatable items". (component_fn): Tell thePeter Williams2001-08-141-0/+19
* Fix this so it can actually get folders from the hash of folders on theJason Leach2001-08-141-12/+6
* Don't load the storage if it isn't enabled. (mail_remove_storage_by_uri):Peter Williams2001-08-111-51/+92
* [ Change this gtk_object_ref on the storage to a bonobo_object_ref ]Peter Williams2001-08-091-1/+1
* Added key accelerators to a bunch of the config options and moved the BccJeffrey Stedfast2001-08-071-2/+2
* Yuck. Special case whether or not we want to expunge all the trash foldersJeffrey Stedfast2001-08-071-1/+1
* Back to using `bonobo_generic_factory_new()'. (component_fn): UpdatedEttore Perazzoli2001-08-061-8/+5
* Use `e_bonobo_generic_factory_multi_display_new()' instead of justEttore Perazzoli2001-08-051-5/+8
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-031-8/+8
* Added (unused) table with strings intended to be translated (i18n toolsChyla Zbigniew2001-07-281-0/+3
* If we don't have any messages selected, break out. This fixes bug #5612.Jeffrey Stedfast2001-07-271-8/+31
* oops, we had a possible NULL value passed to a strcmpJeffrey Stedfast2001-07-251-1/+3
* fixed a typoJeffrey Stedfast2001-07-251-1/+1
* Fix for bug #5174.Jeffrey Stedfast2001-07-251-2/+4
* Do a case-insensitive comparison. (mail_generate_reply): Only resort toJeffrey Stedfast2001-07-251-5/+5
* Dont call notifyResult here if we've just launched a thread to do theNot Zed2001-07-241-13/+10
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-231-1/+16
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-221-3/+3
* Don't let the user remove vtrash folders.Peter Williams2001-07-211-0/+3
* Fix DanW's fix. Pass the right arguments to mail_msg_destroy.Peter Williams2001-07-211-1/+3
* In camel:Peter Williams2001-07-201-7/+34
* Fix to correctly handle text/uri-lists that contain more than a singleJeffrey Stedfast2001-07-181-28/+34
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-181-2/+0
* Use g_strcasecmp() when looking for a Trash folder - it may be lowercaseJeffrey Stedfast2001-07-171-15/+18
* Let VTrash folders accept/export the same dnd types as normal folders.Jeffrey Stedfast2001-07-171-1/+1
* Mark the messages as Seen also. (folder_browser_class_init): Create anJeffrey Stedfast2001-07-071-8/+3
* Change the folder right-click "Properties..." menu item handling soEttore Perazzoli2001-07-061-1/+19
* Setup the Empty Trash On Exit widgets.Jeffrey Stedfast2001-07-031-0/+3
* Updated for the mail_transfer_messages API.Jeffrey Stedfast2001-07-031-9/+21
* Since we have an exception variable, we might as well use it when gettingJeffrey Stedfast2001-06-291-4/+8
* Get the Mail Component to understand `mailto:'.Ettore Perazzoli2001-06-281-1/+25
* Add method `ShellComponent::handleExternalURI' and anEttore Perazzoli2001-06-281-0/+1
* Don't pop up a progress dialog to say "I already finished this a whileDan Winship2001-06-271-4/+5
* No longer returns a gboolean and also takes a CamelException.Jeffrey Stedfast2001-06-271-16/+15
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Fix bug #3409: Removing an EvolutionStorage from the shell's folderJacob Leach2001-06-221-16/+28
* #include "folder-browser-factory.h"Jeffrey Stedfast2001-06-201-15/+34
* Accept text/uri-list mime types - this allows us to drag messages fromJeffrey Stedfast2001-06-201-6/+52
* Use a nice switch statement and use the new enum values.Jeffrey Stedfast2001-06-191-17/+33
* Change the drop-type "x-evolution-dnd" to "x-evolution-message" since weJeffrey Stedfast2001-06-191-2/+2
* If we have a fragment in the url, use that as the folder name, and not theNot Zed2001-06-181-2/+5
* Implemented.Jeffrey Stedfast2001-06-161-6/+15
* Fixed misuse of an uninitialized variable.Jeffrey Stedfast2001-06-161-3/+94
* Updated to reflect changes to mail_config_[g,s]et_thread_list().Jeffrey Stedfast2001-06-151-9/+70
* Committing the new My Evolution.Iain Holmes2001-06-091-13/+2
* This code should be correct now. Still waiting on the shell to do it's jobJeffrey Stedfast2001-05-261-13/+9
* New function that the shell component calls to copy/move a folder.Jeffrey Stedfast2001-05-241-4/+44
* New async function to remove a folder. God knows if it does what theJeffrey Stedfast2001-05-241-11/+103
* Get rid of this - we don't need it.Jeffrey Stedfast2001-05-141-1/+0
* add protoJP Rosevear2001-05-121-0/+2
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-101-1/+18
* Importer changesIain Holmes2001-05-091-0/+2
* Updated for changes to PGP code.Jeffrey Stedfast2001-04-131-3/+0
* Executive summary and Trash now have nice icons both in tree/folder title andGediminas Paulauskas2001-04-041-1/+1
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-1/+1
* If the EvolutionShellComponent emits a "debug" signal, turn onDan Winship2001-03-311-0/+10
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-2/+3
* Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-291-8/+10
* undo a boolean boobooDan Winship2001-03-271-1/+2
* Simplify a bit using camel_session_get_provider.Dan Winship2001-03-261-23/+30
* Fix a bug in this that probably would have been noticed sooner if ETreeDan Winship2001-03-261-1/+1
* Call unref_standard_folders() here instead.Jeffrey Stedfast2001-03-201-2/+2
* unref the standard folders. (owner_set_cb): Use g_atexit() to callJeffrey Stedfast2001-03-191-0/+13
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-0/+3
* Add "vtrash" as a folder type we support. (create_view): Kludgy-kludgeJeffrey Stedfast2001-03-091-3/+3
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-081-1/+2
* Re-add the mail_vtrash_create() hack back in for LocalStores since there'sJeffrey Stedfast2001-02-271-0/+3
* No longer need to construct the vTrash here. (owner_set_cb): Don't makeJeffrey Stedfast2001-02-251-6/+0
* No longer need to do a vtrash_cleanup() (it also doesn't exist anymore).Jeffrey Stedfast2001-02-241-3/+3
* New stuff for the importer to create a new folderIain Holmes2001-02-231-2/+2
* Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-231-1/+1
* Fix for api changes to append_mail.Not Zed2001-02-211-1/+0
* Create vTrash folders for all remote stores as well.Jeffrey Stedfast2001-02-201-0/+3
* New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-201-4/+2
* Reverse the changes I made yesterday.Jeffrey Stedfast2001-02-171-1/+5
* Have the mail-config and openpgp initialize here instead.Jeffrey Stedfast2001-02-161-3/+0
* Use mail_storage_create_folderJeffrey Stedfast2001-02-161-11/+4
* Connect to the "create_folder" signal on the storage.Dan Winship2001-02-151-0/+54
* Setup the Trash folder.Jeffrey Stedfast2001-02-151-10/+17
* only free driver, if set. (fetch_mail_fetched): Unref the driver here, soNot Zed2001-02-091-0/+3
* (Fixing an old FIXME)Jason Leach2001-01-261-12/+2
* Neater importer stuff.Iain Holmes2001-01-261-0/+4
* Function to add a store/storage mapping. (add_storage): Use it.Dan Winship2001-01-231-2/+8
* remove a warning with conditional news compilation.Not Zed2001-01-221-1/+5
* Initialize OpenPGP.Jeffrey Stedfast2001-01-221-1/+4