| Commit message (Expand) | Author | Age | Files | Lines |
* | Get the mail component to use the new Evolution::ShellView interface. | Ettore Perazzoli | 2000-08-13 | 1 | -2/+2 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -122/+31 |
* | Basic framework for saving the size of the vpaned in the main message view | Jeremy Wise | 2000-08-09 | 1 | -1/+2 |
* | Redone to show a dialogue first, and show progress of whats happening as | Not Zed | 2000-08-08 | 1 | -8/+4 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-01 | 1 | -1/+1 |
* | Configurable vfolder sources, and a button to save a search | Not Zed | 2000-07-31 | 1 | -31/+77 |
* | Initial code to support IMAP folders that don't use "/" as a directory | Jeffrey Stedfast | 2000-07-17 | 1 | -2/+9 |
* | Only unref the folder if it's been set. | Dan Winship | 2000-07-14 | 1 | -3/+3 |
* | Disable Search capability menu/entry if folder doesn't support it. | Jeffrey Stedfast | 2000-07-12 | 1 | -1/+3 |
* | kill more debugging messages | Dan Winship | 2000-07-11 | 1 | -4/+0 |
* | Update message_list_select_next to do either next or previous. | Dan Winship | 2000-07-11 | 1 | -3/+12 |
* | Fix syncing of the mailbox on exit so that it's done on destruction of | Ettore Perazzoli | 2000-07-11 | 1 | -1/+3 |
* | Fix up the pageup/pagedown increment a bit. | Dan Winship | 2000-07-09 | 1 | -4/+7 |
* | Lots of changes. Store uids as node data on the tree nodes and use those | Dan Winship | 2000-07-08 | 1 | -3/+3 |
* | fix warnings. | Dan Winship | 2000-07-07 | 1 | -3/+4 |
* | New function to select the first message on or after the given row that | Dan Winship | 2000-07-07 | 1 | -0/+2 |
* | Fix double freeing of the camel exception; this prevents a crash when a | Ettore Perazzoli | 2000-07-03 | 1 | -1/+0 |
* | s/mbox/file/ to make this work again | Dan Winship | 2000-07-01 | 1 | -1/+1 |
* | New function, a wrapper around e_table_selected_row_foreach, which calls | Dan Winship | 2000-07-01 | 1 | -31/+34 |
* | commenting out of some GDK_THREADS_*() junk that was causing a lock | Jeffrey Stedfast | 2000-06-27 | 1 | -1/+3 |
* | folder-browser.c: Improved the code to separate the imap namespace from the f... | Jeffrey Stedfast | 2000-06-24 | 1 | -3/+4 |
* | Now should correctly get the selected folder from the given URL. | Jeffrey Stedfast | 2000-06-23 | 1 | -2/+3 |
* | add handling for loading "news:" folders. | Chris Toshok | 2000-06-23 | 1 | -0/+9 |
* | Updated to prepend url-> path if it exists for that imap store. | Jeffrey Stedfast | 2000-06-23 | 1 | -10/+19 |
* | oops, should have checked for a NULL sources in component-factory.c | Jeffrey Stedfast | 2000-06-21 | 1 | -2/+3 |
* | Only fetch the summary if the folder summary doesn't already exist. When | Jeffrey Stedfast | 2000-06-21 | 1 | -1/+2 |
* | working on getting IMAP folder selection working | Jeffrey Stedfast | 2000-06-21 | 1 | -8/+12 |
* | basically got IMAP into the tree view | Jeffrey Stedfast | 2000-06-20 | 1 | -3/+9 |
* | started to add code to load an IMAP folder. | Jeffrey Stedfast | 2000-06-19 | 1 | -1/+13 |
* | New function to revert back to non-searching mode. | Dan Winship | 2000-06-16 | 1 | -0/+8 |
* | Return the result of folder_browser_load_folder. (get_prop, set_prop, | Dan Winship | 2000-06-13 | 1 | -75/+2 |
* | Add a serial number to FolderBrowser. | Dan Winship | 2000-06-10 | 1 | -0/+2 |
* | Update for folder creation/existence changes. | Dan Winship | 2000-06-07 | 1 | -21/+3 |
* | Allow "GDK_KP_Delete", a keypad delete key, to delete a message. | Matthew Loper | 2000-06-06 | 1 | -1/+2 |
* | Add "Delete" = delete message. | Dan Winship | 2000-06-06 | 1 | -0/+3 |
* | Connect to ETable's key_press signal. (etable_key): scroll mail on | Dan Winship | 2000-06-02 | 1 | -0/+32 |
* | Properly encode the search string. | Not Zed | 2000-05-31 | 1 | -2/+2 |
* | Hardcode the vfolder source to just the inbox (so at least it returns | Not Zed | 2000-05-30 | 1 | -1/+18 |
* | vfolder gui! So you can define them,k they show up in the list (well, | Not Zed | 2000-05-28 | 1 | -12/+36 |
* | Added widgets/e-paned/Makefile. | Christopher James Lahey | 2000-05-25 | 1 | -4/+5 |
* | Updated for the GtkHTML API changes. Also fixed some compiler | Ettore Perazzoli | 2000-05-21 | 1 | -1/+1 |
* | make this a little less kludgy. Use gnome_error_dialog rather than printf | Dan Winship | 2000-05-09 | 1 | -8/+19 |
* | Don't hardcode "inbox" here. | Dan Winship | 2000-05-07 | 1 | -18/+26 |
* | consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and | Dan Winship | 2000-05-07 | 1 | -2/+1 |
* | comment out the changed signal for now. | Larry Ewing | 2000-05-03 | 1 | -1/+1 |
* | > 2000-05-02 NotZed <NotZed@HelixCode.com> | Michael Zucci | 2000-05-03 | 1 | -0/+1 |
* | > (folder_browser_gui_init): Add an option meny to the search line. | Michael Zucci | 2000-05-02 | 1 | -12/+96 |
* | A hackish little quick-search entry. (search_activate): Perform a | NotZed | 2000-05-02 | 1 | -1/+35 |
* | + * addressbook/gui/component/addressbook.c (addressbook_factory): | Matthew Loper | 2000-04-09 | 1 | -0/+2 |
* | + * folder-browser.c (folder_browser_destroy): Unref the shell | Matthew Loper | 2000-04-08 | 1 | -0/+8 |
* | update to new property API. | Michael Meeks | 2000-04-02 | 1 | -23/+56 |
* | remove debugging printf()s that no longer seem useful | Dan Winship | 2000-04-01 | 1 | -2/+0 |
* | once we have the bonobo control widget, disable the autoactivation and | bertrand | 2000-03-13 | 1 | -0/+3 |
* | added the get_e_folder_type function. | bertrand | 2000-03-13 | 1 | -1/+0 |
* | More changes than a man can remember. | Bertrand Guiheneuf | 2000-03-06 | 1 | -14/+33 |
* | fix to show a sample correct implementation. | bertrand | 2000-02-22 | 1 | -1/+4 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 1 | -0/+1 |
* | Add the unicode libraries as well. | Miguel de Icaza | 2000-02-16 | 1 | -1/+34 |
* | More work. Not funny that e-table does not display. | Arturo Espinosa | 2000-01-29 | 1 | -12/+86 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 1 | -3/+3 |
* | More work | Arturo Espinosa | 2000-01-25 | 1 | -0/+90 |