aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser-ui.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_VFS_2_5_1nobody2003-06-291-822/+0
* Use mail-config's gconf client. (target_date_new): Same.Jeffrey Stedfast2003-06-121-5/+6
* Removed. (make_factory): No need to set up the SIGSEGV redirect handlerEttore Perazzoli2003-05-141-4/+6
* Don't just blindly cast an int to gpointer, use the proper glib magicJeremy Katz2003-04-301-2/+4
* [ fixes #21499 ]Rodney Dawes2003-04-191-1/+1
* need to check for config_service != NULL, not service != NULL beforeNot Zed2003-03-311-0/+2
* Load per-folder setting of show_preview from meta data.Not Zed2003-03-241-0/+5
* Removed. (lookup_signature): Removed. (xml_get_int): Removed.Jeffrey Stedfast2003-02-191-4/+3
* Set the paned_size here.Jeffrey Stedfast2003-01-251-0/+9
* Removed. (mail_config_set_thread_list): Removed.Jeffrey Stedfast2003-01-231-4/+5
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-2/+2
* Check the state of message_style in gconf and set the menus accordingly.Jeffrey Stedfast2003-01-141-9/+12
* We also need to call message_list_set_hidedeleted() here so that anyJeffrey Stedfast2003-01-111-12/+7
* Updated for function rename.Jeffrey Stedfast2003-01-111-20/+0
* Call folder_browser_set_message_preview().Jeffrey Stedfast2003-01-091-2/+1
* Removed. (mail_config_set_show_preview): Removed.Jeffrey Stedfast2003-01-091-5/+29
* oops, forgot to init the gconf-clientJeffrey Stedfast2003-01-081-0/+2
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-2/+6
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-1/+1
* Added to cvs. Currently contains no configurable stuff, but maybe it willNot Zed2002-11-131-9/+8
* Ported.Jeffrey Stedfast2002-11-121-34/+45
* added standard header comment containing GPL licenseJeffrey Stedfast2002-09-281-4/+18
* Allow users to delete already deleted messages, fixes bug #30827.Jeffrey Stedfast2002-09-251-1/+1
* Make sure that fb->message_list is non-NULL before checkingJeffrey Stedfast2002-09-101-2/+2
* Add HAS_FLAGS to a few miscellaneous commands that don't use IS_xMESSAGE.Peter Williams2002-08-301-3/+3
* Add some new flags for sensitizing nodes based on the flags of thePeter Williams2002-08-291-17/+106
* guard against the view_instance disappearing during earlier CORBA work.Mike Kestner2002-08-211-0/+5
* Force a refresh of the menu sensitivity when the thread state changes.Not Zed2002-08-081-59/+73
* Set the week start day from the calendar prefs, do same for 24 hourNot Zed2002-08-071-3/+3
* Use mail_tools_folder_to_url().Jeffrey Stedfast2002-07-261-0/+3
* Modified to use a single list of UI node elements with an enable-maskJeffrey Stedfast2002-07-111-226/+196
* Set the title of our GalViewCollection.Christopher James Lahey2002-06-041-0/+2
* Also check folder!=NULL. Fixes race where folder isn't setup yet, andNot Zed2002-05-011-1/+0
* Removed an unused pixmap from Tools/Settings to avoid a big nasty bonoboJeffrey Stedfast2002-04-021-1/+0
* Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-271-1/+0
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-211-4/+0
* Implemented.Jeffrey Stedfast2002-03-151-1/+1
* Don't try to set pixmap for /Toolbar/MailCompose, since it doesn't existDan Winship2002-03-061-1/+0
* Connect to the focus-in/out events on the message-list so that we canJeffrey Stedfast2002-03-051-1/+23
* Set the followup icon to use the new flag icon rather than the exclamationJeffrey Stedfast2002-02-141-1/+1
* Fixed a bug.Jeffrey Stedfast2002-02-131-5/+9
* Bumped the required version of gal.Christopher James Lahey2002-02-071-34/+85
* New function that implements the Redirect feature.Jeffrey Stedfast2002-01-301-1/+3
* Add ETable magic for our new "Needs Reply" column. (The next few entriesJon Trowbridge2001-12-121-1/+2
* ack, forgot about this piece of the patchJeffrey Stedfast2001-12-071-1/+1
* Setup the UI for the AddSenderToAddressbook ui verb thingy.Jeffrey Stedfast2001-12-071-0/+1
* Allow 'n' and 'p' to work when multiple messages are selected. FixesJon Trowbridge2001-12-051-6/+3
* merged from evoution-1-0-branchNot Zed2001-11-281-0/+1
* Disconnect from the message_list_built function so we dont do it every22001-11-031-5/+12
* Argh!!! Dont free the async op data here, the async op is still running02001-10-301-1/+1
* Remove uic, kill dumb warning.82001-10-281-1/+0
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-261-13/+12
* Same.42001-10-251-4/+4
* all this crap just to make the print icon desensitive at the right time.42001-10-241-43/+47
* hook up zoom functions.Larry Ewing2001-10-211-1/+3
* Create a chaqrset picker submenu in the View menu.Jeffrey Stedfast2001-10-101-12/+15
* Update for folder_flags.Dan Winship2001-10-091-2/+1
* Do a better job of setting up the name. Also de-sensitise when we can't42001-10-051-2/+18
* wrap a bonobo_ui_component_freeze/thaw around all of the set_props so theyDan Winship2001-09-291-0/+4
* Call folder_browser_toggle_threads() here after setting the value. ThisJeffrey Stedfast2001-09-291-3/+5
* Merged into folder_browser_new: nothing ever changes the URI of anDan Winship2001-09-191-3/+1
* in mail:Peter Williams2001-08-301-1/+1
* Check for NULL uic here as well. (fbui_sensitize_items): Up the timeoutPeter Williams2001-08-221-2/+8
* Rename to fbui_real_sensitize_items. Now we queue a change and set up aPeter Williams2001-08-221-11/+67
* Move the ChangeFolderProperties into the ComponentPlaceholder. Add aEttore Perazzoli2001-08-211-1/+1
* use new small trash icon for Delete command.Damon Chaplin2001-08-201-1/+1
* use new Cut/Copy/Paste icons.Damon Chaplin2001-08-201-0/+4
* Change pixtype of "MessageDelete" to "pixbuf".Ettore Perazzoli2001-08-191-0/+1
* Sort the nodes here... (fe_sort_folder): ... using this function.Peter Williams2001-08-171-1/+1
* Disable "Search Message" when more or less than exactly one message isPeter Williams2001-08-171-1/+1
* Fix bug #215... desensitize menu items based on the number of selectedPeter Williams2001-08-141-2/+129
* More updates to icons, this time the Save, Save As, and Search icons forJacob Leach2001-08-011-0/+2
* Don't need this anymore. (do_get_pass): Since we already have the entryJeffrey Stedfast2001-07-281-13/+8
* [Bug #5225: No UI way to mark as unimportant]Jason Leach2001-07-241-1/+2
* Use our own display_style member instead of the global setting.Peter Williams2001-07-171-1/+1
* set "pixname" value only if pixbuf was loaded successfully. OtherwiseGediminas Paulauskas2001-07-051-0/+1
* Finish off #809 by committing the menu and right click thingies forJacob Leach2001-07-041-1/+1
* Use Tuomas' next-message, previous-message and print icons in theEttore Perazzoli2001-07-011-0/+4
* Bump required gal version for new accessors in ETree.Peter Williams2001-06-281-1/+1
* Change to use more reality-based API below. Include folder-browser-ui.hPeter Williams2001-06-281-22/+18
* Mail:Peter Williams2001-06-271-0/+390