aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
Commit message (Expand)AuthorAgeFilesLines
...
* Removed old implementation.Not Zed2001-01-041-4/+9
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-28/+140
* Merge from camel-mt-branch.Not Zed2000-12-241-7/+5
* Always use the slow (full-update) version of the tree update code, to getNot Zed2000-12-161-14/+179
* Made the vertical scrollbar always be there.Christopher James Lahey2000-12-141-0/+4
* Ignore double-clicks on "active" columns (the ones where clicking doesDan Winship2000-12-121-0/+6
* Remove the never-once-used BonoboObject stuff and make MessageList be aDan Winship2000-12-121-11/+10
* the e-table double-click signal now has extra paramsJP Rosevear2000-12-091-1/+1
* Connect to signals on the ETable instead of the ETableScrolled.Christopher James Lahey2000-12-091-5/+5
* Add some g_return_if_fail()s to protect from crashes until the code toDan Winship2000-12-081-0/+2
* Remove bits of filter-on-demand and toolbar bug workaround cruft thatDan Winship2000-12-071-21/+0
* Make inline forwarding not be the default anymore.Ettore Perazzoli2000-12-041-2/+2
* Added the SaveAs bonobo menu verb thingy.Jeffrey Stedfast2000-11-291-0/+1
* New function to return if user wants to view message source.Jeffrey Stedfast2000-11-221-3/+17
* Added a new Forward as Attachment bonobo menu item verb.Jeffrey Stedfast2000-11-161-1/+3
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-1/+1
* Don't handle custom searching anymore... we don't want this.Jeffrey Stedfast2000-11-081-2/+1
* Don't handle custom searching anymore... we don't want this.Jeffrey Stedfast2000-11-081-27/+6
* when "Show All", clear the entry widgetJeffrey Stedfast2000-11-081-0/+1
* Updated to use the ESearchBar object rather than the previously usedJeffrey Stedfast2000-11-081-270/+236
* Move filter stuff into a submenu of the popup menu.Jeffrey Stedfast2000-11-071-36/+40
* Updated to have the same menu items as the new right-click menu -Jeffrey Stedfast2000-11-071-13/+43
* Added an "Undelete" option to the right-click menu and also set a mask soJeffrey Stedfast2000-11-061-34/+54
* Added new header files.Jeffrey Stedfast2000-11-041-0/+1
* Added mail-display.h.Not Zed2000-11-031-3/+183
* ** Merged in camel-incremental-branch.Not Zed2000-11-021-7/+7
* lots of i18n fixesDan Winship2000-10-241-8/+12
* Made the top of the folder browser a little prettier.Christopher James Lahey2000-10-241-2/+9
* No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-181-1/+0
* Un #if 0'd out (search_full): Same. (folder_browser_gui_init): ConnectJeffrey Stedfast2000-10-171-6/+4
* Work around missing files in Zucchi's commit.Ettore Perazzoli2000-10-091-3/+5
* New widget, full search dialogue for mail.Not Zed2000-10-091-15/+99
* Update for CamelFolderInfo changes.Dan Winship2000-10-031-1/+2
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-3/+3
* Fixed some warnings.Christopher James Lahey2000-09-091-1/+1
* Bunch of unicode related changesLauris Kaplinski2000-09-081-1/+1
* Fix memory handling for the shell's CORBA object reference within theEttore Perazzoli2000-09-061-8/+28
* Remove the "+ 90" here since it seems to break things for me, and it's notDan Winship2000-09-061-1/+1
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-061-3/+4
* Make the `Home' and `End' keys do the Right Thing. Remove circularEttore Perazzoli2000-09-031-23/+34
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-0/+2
* Fixing a spurious unref, or creating a circular reference? You decide.Peter Williams2000-08-301-0/+7
* More UTF-8 handlingLauris Kaplinski2000-08-251-3/+10
* Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ...Peter Williams2000-08-251-1/+2
* Added fb_resize_cb to folder-browser.cJeremy Wise2000-08-211-1/+11
* Filtering on demand! booyeah!Peter Williams2000-08-181-0/+19
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-171-0/+3
* Get the mail component to use the new Evolution::ShellView interface.Ettore Perazzoli2000-08-131-2/+2
* Merge with camel-async.Peter Williams2000-08-111-122/+31
* Basic framework for saving the size of the vpaned in the main message viewJeremy Wise2000-08-091-1/+2
* Redone to show a dialogue first, and show progress of whats happening asNot Zed2000-08-081-8/+4
* Fixed some warnings.Christopher James Lahey2000-08-011-1/+1
* Configurable vfolder sources, and a button to save a searchNot Zed2000-07-311-31/+77
* Initial code to support IMAP folders that don't use "/" as a directoryJeffrey Stedfast2000-07-171-2/+9
* Only unref the folder if it's been set.Dan Winship2000-07-141-3/+3
* Disable Search capability menu/entry if folder doesn't support it.Jeffrey Stedfast2000-07-121-1/+3
* kill more debugging messagesDan Winship2000-07-111-4/+0
* Update message_list_select_next to do either next or previous.Dan Winship2000-07-111-3/+12
* Fix syncing of the mailbox on exit so that it's done on destruction ofEttore Perazzoli2000-07-111-1/+3
* Fix up the pageup/pagedown increment a bit.Dan Winship2000-07-091-4/+7
* Lots of changes. Store uids as node data on the tree nodes and use thoseDan Winship2000-07-081-3/+3
* fix warnings.Dan Winship2000-07-071-3/+4
* New function to select the first message on or after the given row thatDan Winship2000-07-071-0/+2
* Fix double freeing of the camel exception; this prevents a crash when aEttore Perazzoli2000-07-031-1/+0
* s/mbox/file/ to make this work againDan Winship2000-07-011-1/+1
* New function, a wrapper around e_table_selected_row_foreach, which callsDan Winship2000-07-011-31/+34
* commenting out of some GDK_THREADS_*() junk that was causing a lockJeffrey Stedfast2000-06-271-1/+3
* folder-browser.c: Improved the code to separate the imap namespace from the f...Jeffrey Stedfast2000-06-241-3/+4
* Now should correctly get the selected folder from the given URL.Jeffrey Stedfast2000-06-231-2/+3
* add handling for loading "news:" folders.Chris Toshok2000-06-231-0/+9
* Updated to prepend url-> path if it exists for that imap store.Jeffrey Stedfast2000-06-231-10/+19
* oops, should have checked for a NULL sources in component-factory.cJeffrey Stedfast2000-06-211-2/+3
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-211-1/+2
* working on getting IMAP folder selection workingJeffrey Stedfast2000-06-211-8/+12
* basically got IMAP into the tree viewJeffrey Stedfast2000-06-201-3/+9
* started to add code to load an IMAP folder.Jeffrey Stedfast2000-06-191-1/+13
* New function to revert back to non-searching mode.Dan Winship2000-06-161-0/+8
* Return the result of folder_browser_load_folder. (get_prop, set_prop,Dan Winship2000-06-131-75/+2
* Add a serial number to FolderBrowser.Dan Winship2000-06-101-0/+2
* Update for folder creation/existence changes.Dan Winship2000-06-071-21/+3
* Allow "GDK_KP_Delete", a keypad delete key, to delete a message.Matthew Loper2000-06-061-1/+2
* Add "Delete" = delete message.Dan Winship2000-06-061-0/+3
* Connect to ETable's key_press signal. (etable_key): scroll mail onDan Winship2000-06-021-0/+32
* Properly encode the search string.Not Zed2000-05-311-2/+2
* Hardcode the vfolder source to just the inbox (so at least it returnsNot Zed2000-05-301-1/+18
* vfolder gui! So you can define them,k they show up in the list (well,Not Zed2000-05-281-12/+36
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-251-4/+5
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-211-1/+1
* make this a little less kludgy. Use gnome_error_dialog rather than printfDan Winship2000-05-091-8/+19
* Don't hardcode "inbox" here.Dan Winship2000-05-071-18/+26
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-071-2/+1
* comment out the changed signal for now.Larry Ewing2000-05-031-1/+1
* > 2000-05-02 NotZed <NotZed@HelixCode.com>Michael Zucci2000-05-031-0/+1
* > (folder_browser_gui_init): Add an option meny to the search line.Michael Zucci2000-05-021-12/+96
* A hackish little quick-search entry. (search_activate): Perform aNotZed2000-05-021-1/+35
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-091-0/+2
* + * folder-browser.c (folder_browser_destroy): Unref the shellMatthew Loper2000-04-081-0/+8
* update to new property API.Michael Meeks2000-04-021-23/+56
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-011-2/+0
* once we have the bonobo control widget, disable the autoactivation andbertrand2000-03-131-0/+3
* added the get_e_folder_type function.bertrand2000-03-131-1/+0
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-14/+33
* fix to show a sample correct implementation.bertrand2000-02-221-1/+4
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-0/+1
* Add the unicode libraries as well.Miguel de Icaza2000-02-161-1/+34
* More work. Not funny that e-table does not display.Arturo Espinosa2000-01-291-12/+86
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-3/+3
* More workArturo Espinosa2000-01-251-0/+90