aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGTKHTML_0_12_0nobody2001-08-201-1620/+0
* Add a few comments.Peter Williams2001-08-201-1/+8
* Sort the nodes here... (fe_sort_folder): ... using this function.Peter Williams2001-08-171-0/+15
* (fe_node_to_shell_path): Use node->name and node->full_name to generatePeter Williams2001-08-171-5/+45
* Instead of hackfully getting the path, use a CamelURL so that escaping isPeter Williams2001-08-161-10/+6
* New function. Set the sensitivity of the subscribe buttons based onPeter Williams2001-08-091-0/+22
* Revert Jeff's changes to subscribe-dialog.[ch]. It's not a widget, it's anPeter Williams2001-08-081-4/+4
* This should return a GtkWidget not a GtkObject.Jeffrey Stedfast2001-08-081-4/+4
* Unref the e_storage since lookup_store gives us a ref.Peter Williams2001-08-081-1/+2
* Move fe_create_root_node farther down, so we can check for its childrenPeter Williams2001-08-081-97/+78
* Reimplement to be asynchronous and pretty, with progressive folder loadingPeter Williams2001-08-071-705/+1155
* Added an MailAccountEditorNews, for NNTP configuratuion. Based onSam Creasey2001-07-031-1/+2
* the FolderSearch control is in a different dockitem now.Chris Toshok2001-07-021-1/+1
* Bump required gal version for new accessors in ETree.Peter Williams2001-06-281-3/+7
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-281-1/+1
* #include <camel/camel-file-utils.h>Dan Winship2001-05-041-1/+1
* Updated this function to be a correct full ordering.Christopher James Lahey2001-04-131-0/+3
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-29/+9
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-11/+13
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-61/+77
* Fix for api changes to append_mail.Not Zed2001-02-211-145/+108
* Use mail_storage_create_folderJeffrey Stedfast2001-02-161-1/+1
* Check for a NULL service->url as we obviously can't subscribe to foldersJeffrey Stedfast2001-01-271-16/+18
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-4/+4
* New function to add a folder and any parents of it that don't yet exist.Dan Winship2001-01-201-6/+28
* Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-171-1/+0
* Anna's dialogs.Jeffrey Stedfast2001-01-131-3/+6
* Add strings for localizationMiguel de Icaza2001-01-121-0/+7
* Fix proto. (print_preview_msg): Fix proto.Miguel de Icaza2001-01-101-6/+6
* ({setup,do,cleanup}_subscribe_folder): Update previous fix: JeffDan Winship2000-12-281-2/+5
* Use info->name, not input->full_name. Fixes #1029 inDan Winship2000-12-271-1/+1
* Update this for the new signal handler prototype. Fixes the crash onDan Winship2000-12-161-6/+2
* Connect to signals on the ETable instead of the ETableScrolled.Christopher James Lahey2000-12-091-2/+2
* Use info->full_name rather than info->name so that we get the namespaceJeffrey Stedfast2000-12-051-1/+1
* Take a 'subscribe' argument so that this can function as a subscribe ANDJeffrey Stedfast2000-11-141-132/+51
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-2/+2
* url_flags are now on CamelProvider, not CamelServiceDan Winship2000-11-041-0/+2
* The big api rename ...Michael Meeks2000-11-021-3/+3
* Make "Get Mail" even more functional on IMAP (scans all folders),Dan Winship2000-11-021-2/+3
* add fields search_entry and search_top.Chris Toshok2000-11-021-66/+368
* Implemented. (subscribe_invert_selection): (was unselect_all) Implemented.Jeffrey Stedfast2000-10-261-7/+29
* Don't prepend "/" to the folder's full_name. Deal with hierarchy in theDan Winship2000-10-251-29/+43
* special case for folders with NULL urls (which aren'tChris Toshok2000-10-121-5/+23
* set expansion to 0.0, minimum-width to 16, and resizable to false for theChris Toshok2000-10-121-21/+44
* change cell type to "string" since we're not including it in the extras.Chris Toshok2000-10-121-1/+1
* Changed these to use the proper form for the column element.Christopher James Lahey2000-10-111-3/+3
* Updated these to the new ETable style of specifications.Christopher James Lahey2000-10-111-21/+8
* convert to the new gal e-table stuff. (html_size_req): (html_new):Chris Toshok2000-10-111-63/+33
* remove the html description stuff for now.Chris Toshok2000-10-111-0/+5
* umm.. duh :) only subscribe if it's not subscribed, and vice versa.Chris Toshok2000-10-111-4/+8
* add a ref to input->storage here so that the ref/unref pattern moreChris Toshok2000-10-111-39/+53
* use our own etable to display the stores, and get them from theChris Toshok2000-10-101-140/+341
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-57/+44
* destroy our tree_model and remove the root node. also, release_unref ourChris Toshok2000-10-031-2/+10
* add a storage-set-view-listener, and add a little printf saying whatChris Toshok2000-10-031-0/+21
* get Evolution::StorageSetView interface on our storage set view control,Chris Toshok2000-10-031-0/+7
* add -I$(top_srcdir)/widgets/miscChris Toshok2000-10-031-4/+17
* add fields for the storage set Bonobo_Control and Evolution_StorageSetViewChris Toshok2000-10-031-18/+21
* subscribe-control.[ch] -> subscribe_dialog.[ch]Chris Toshok2000-10-031-0/+586