aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
Commit message (Expand)AuthorAgeFilesLines
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-171-20/+79
* Load http images if the user has force-loaded images too.Dan Winship2001-05-161-10/+17
* Remove this... it's not used any more.Dan Winship2001-05-151-1/+0
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-3/+1
* Use secondary searches here, so that we control the interference betweenJon Trowbridge2001-05-141-2/+2
* Use the ESearchingTokenizer to highlight search matches for folder-levelJon Trowbridge2001-05-111-0/+12
* Don't advance to the next undeleted message after "Delete"...Dan Winship2001-05-111-3/+0
* Connect to key_press_event on the GtkHTML widget. (etree_key): Only handleDan Winship2001-05-081-34/+48
* only remove event handlers if we set them up originally, to avoidDan Winship2001-04-301-4/+11
* Unhook event handlers before syncing the folder, since the folder browserDan Winship2001-04-301-1/+8
* Added a new signal, "message_loaded" that gets emitted when the messageJeffrey Stedfast2001-04-251-3/+14
* Add accelerators to the context menu. (on_right_click): UseDan Winship2001-04-251-28/+62
* Use the message-browser widget rather than the mail-view window.Jeffrey Stedfast2001-04-241-0/+19
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-5/+4
* Don't printf NULLDan Winship2001-04-131-2/+2
* Merge from evolution-0-10 to evolution-0-10-merge-0 into head.Not Zed2001-04-051-0/+20
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-14/+17
* Made this check if the control mask is set.Christopher James Lahey2001-03-201-1/+1
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-8/+8
* Add Resend Message menu item.Jeffrey Stedfast2001-03-191-1/+9
* Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-171-1/+6
* Added edit item to search-bar menu.Not Zed2001-03-151-0/+1
* Call open_msg here so that it does the Right Thing (tm).Jeffrey Stedfast2001-03-091-2/+2
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-55/+129
* Remove very old camel lock stuff.Not Zed2001-03-031-0/+1
* Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-011-210/+69
* Toss the mail_tool_camel_lock* stuff. Same. Here too.Jeffrey Stedfast2001-02-251-2/+0
* vfolder/filter on mailing list. Doesn't acutally work right yet.Michael Zucci2001-02-231-19/+31
* Fix typo.Kjartan Maraas2001-01-301-1/+1
* Don't handle home and end keys since %ETable deals with them now.Christopher James Lahey2001-01-281-10/+0
* Define BROKEN_ETREE again, till we get this stuff fixed better.Not Zed2001-01-261-8/+8
* Fix the "sender contain" quicksearch rule by adding a missingEttore Perazzoli2001-01-261-3/+3
* Fix the subject match expression, which was missing a closing ).Not Zed2001-01-251-1/+1
* Patch from Tuomas to have a "Sender contains" rule in the quicksearchEttore Perazzoli2001-01-241-0/+11
* remove a warning with conditional news compilation.Not Zed2001-01-221-1/+1
* Update for e_popup_menu_run change.Dan Winship2001-01-201-1/+5
* Add an ::asyncCopyFolder method to the ShellComponent interface. MoveEttore Perazzoli2001-01-131-33/+0
* Rename "Save" to "Store search as vFolder".Miguel de Icaza2001-01-121-7/+7
* Connect to folder_changed as well as message_changed for updating unreadDan Winship2001-01-121-0/+2
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-3/+3
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-3/+3
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-081-3/+3
* Fix leaks, set unread count on folder creation as well as on changesDan Winship2001-01-051-2/+6
* Connect to "message_changed" on the folder if it's on a remote storage.Dan Winship2001-01-051-1/+38
* 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