| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "Send HTML mail" toggle in the message composer. | Ettore Perazzoli | 2000-07-23 | 2 | -3/+39 |
* | Use `_()' instead of `N_()' for strings that need to be translated on | Ettore Perazzoli | 2000-07-23 | 2 | -6/+11 |
* | Update the components to match the changes in the libeshell API. | Ettore Perazzoli | 2000-07-21 | 2 | -0/+6 |
* | What if message info is NULL? | Jeffrey Stedfast | 2000-07-20 | 2 | -2/+6 |
* | Initial code to support IMAP folders that don't use "/" as a directory | Jeffrey Stedfast | 2000-07-17 | 3 | -21/+46 |
* | Put the version number in the `X-Mailer:' header instead of just | Ettore Perazzoli | 2000-07-16 | 3 | -2/+26 |
* | put a <p> at the end of the header table. (I think there used to be | Dan Winship | 2000-07-15 | 2 | -4/+17 |
* | Only unref the folder if it's been set. | Dan Winship | 2000-07-14 | 3 | -5/+15 |
* | s/CAMEL_SERVICE_NEED_HOST/CAMEL_SERVICE_URL_NEED_HOST. | Jonathan Blandford | 2000-07-14 | 2 | -1/+5 |
* | Add a "gboolean required" argument, and set its value on the entry. | Dan Winship | 2000-07-14 | 2 | -16/+48 |
* | Back to the old way to avoid g_warnings, yay. Also fix append to send a | Jeffrey Stedfast | 2000-07-13 | 2 | -2/+3 |
* | Back to the old way to avoid g_warnings, yay | Jeffrey Stedfast | 2000-07-13 | 2 | -2/+23 |
* | fix some cut & paste bung. | Chris Toshok | 2000-07-13 | 2 | -6/+10 |
* | add "message/news" to the mime_function_table using the same handler as | Chris Toshok | 2000-07-13 | 2 | -0/+7 |
* | add news server tab to dialog. | Chris Toshok | 2000-07-13 | 4 | -11/+433 |
* | Fix bug #390: default attachment save dir should be ~ | Peter Williams | 2000-07-12 | 2 | -3/+8 |
* | Changed to use camel_folder_move_message_to () rather than get_message () | Jeffrey Stedfast | 2000-07-12 | 2 | -17/+7 |
* | Disable Search capability menu/entry if folder doesn't support it. | Jeffrey Stedfast | 2000-07-12 | 3 | -6/+16 |
* | Set the post_send_data flag rather than toggling it. (Maybe we'll need | Dan Winship | 2000-07-12 | 2 | -5/+9 |
* | Work with both current and 0.15 bonobo | Dan Winship | 2000-07-11 | 2 | -2/+8 |
* | Increase shareholder value. | Dan Winship | 2000-07-11 | 1 | -1/+1 |
* | kill more debugging messages | Dan Winship | 2000-07-11 | 4 | -21/+2 |
* | Don't multiply free dest_url. | Dan Winship | 2000-07-11 | 2 | -2/+2 |
* | Update message_list_select_next to do either next or previous. | Dan Winship | 2000-07-11 | 1 | -1/+8 |
* | Update message_list_select_next to do either next or previous. | Dan Winship | 2000-07-11 | 4 | -35/+58 |
* | Fix an unitialized variable error. | Ettore Perazzoli | 2000-07-11 | 2 | -0/+8 |
* | Fixed broken POP fetching | Jeffrey Stedfast | 2000-07-11 | 2 | -0/+14 |
* | Fix syncing of the mailbox on exit so that it's done on destruction of | Ettore Perazzoli | 2000-07-11 | 3 | -16/+14 |
* | Switched from ETable to ETableScrolled. | Christopher James Lahey | 2000-07-10 | 3 | -13/+18 |
* | Fixed movemail so that it too would deliver to Inbox. | Jeffrey Stedfast | 2000-07-10 | 2 | -38/+31 |
* | Fix a bug in previous commit that could cause infinite loops | Dan Winship | 2000-07-10 | 1 | -3/+1 |
* | Don't g_warn if the user selects a fake tree parent. | Dan Winship | 2000-07-10 | 3 | -78/+85 |
* | Remove setting of dnd_code since that's handled internally to ETable. | Christopher James Lahey | 2000-07-09 | 2 | -3/+5 |
* | Fix up the pageup/pagedown increment a bit. | Dan Winship | 2000-07-09 | 2 | -4/+10 |
* | Add a "Threaded Message List" item to the "View" menu. | Dan Winship | 2000-07-09 | 4 | -25/+69 |
* | fix a "Re:" parsing bug | Dan Winship | 2000-07-09 | 2 | -1/+5 |
* | Always dump incoming messages to Inbox (assuming not filtered to another | Jeffrey Stedfast | 2000-07-09 | 2 | -25/+63 |
* | Move the "Expunge" command to the "Actions" menu. | Ettore Perazzoli | 2000-07-09 | 2 | -2/+8 |
* | Deal with having multiple selected messages. | Dan Winship | 2000-07-09 | 4 | -51/+63 |
* | Small fix to stop uid data from being set on a message-list tree node when | Jeffrey Stedfast | 2000-07-09 | 2 | -1/+8 |
* | Fix Jeff's FIXME: This does get called with out-of-range data sometimes, | Dan Winship | 2000-07-09 | 2 | -14/+7 |
* | This wasn't quite right, it will now work but still isn't perfect. See | Jeffrey Stedfast | 2000-07-08 | 2 | -1/+19 |
* | (sort_node): sort the tree by the original order of the messages | Dan Winship | 2000-07-08 | 3 | -2/+7 |
* | Add another argument "clast" pointing to the container before the current | Dan Winship | 2000-07-08 | 2 | -5/+18 |
* | Lots of changes. Store uids as node data on the tree nodes and use those | Dan Winship | 2000-07-08 | 6 | -438/+164 |
* | Handle a row number of -1 properly. | Christopher James Lahey | 2000-07-08 | 2 | -0/+8 |
* | Map tree model row numbers to summary row numbers. (ml_tree_value_at, | Dan Winship | 2000-07-07 | 2 | -7/+18 |
* | Glade files for the configuration dialog. | JP Rosevear | 2000-07-07 | 5 | -247/+468 |
* | include GCONF_CFLAGS for gconf_init | Dan Winship | 2000-07-07 | 1 | -0/+1 |
* | fix warnings. | Dan Winship | 2000-07-07 | 5 | -10/+8 |
* | gtkhtmllib_init is no more. Call gconf_init directly instead. | Dan Winship | 2000-07-07 | 2 | -1/+5 |
* | New function to select the first message on or after the given row that | Dan Winship | 2000-07-07 | 5 | -7/+69 |
* | Add a workaround for a small gnome-vfs 0.2 bug so we don't need to require | Dan Winship | 2000-07-07 | 2 | -0/+31 |
* | Well, delete, expunge, appear broken, it sorts (initially) at least now. | Michael Zucci | 2000-07-06 | 4 | -17/+101 |
* | Setup the subject renderer to a tree in tree mode. (on_cursor_change_cmd): | Not Zed | 2000-07-06 | 4 | -22/+168 |
* | Code for message threading. | Not Zed | 2000-07-06 | 4 | -0/+532 |
* | Oops. My gnome-vfs was out-of-date. Update for changed function name. | Dan Winship | 2000-07-06 | 2 | -2/+9 |
* | Use the gnomevfs sniff buffer interface to try to identify the MIME type | Dan Winship | 2000-07-06 | 5 | -12/+48 |
* | Get rid of a compiler warning. | Ettore Perazzoli | 2000-07-04 | 2 | -1/+11 |
* | call mail_display_set_message with NULL if the message we tried to select | Dan Winship | 2000-07-04 | 3 | -21/+30 |
* | Remove hack to redisplay the inbox, since folder_changed signals will now | Dan Winship | 2000-07-03 | 2 | -5/+4 |
* | Fix filter_driver_new invocation. | Dan Winship | 2000-07-03 | 2 | -1/+4 |
* | test-mail and test-thread should be noinst. | Dan Winship | 2000-07-03 | 2 | -1/+6 |
* | Pass mail_uri_to_folder and rules to filter_driver_new. | Dan Winship | 2000-07-03 | 3 | -7/+10 |
* | Fix double freeing of the camel exception; this prevents a crash when a | Ettore Perazzoli | 2000-07-03 | 2 | -1/+5 |
* | Added an extra @allowed_types parameter to the shell's folder | Ettore Perazzoli | 2000-07-02 | 2 | -1/+7 |
* | Removed. These aren't being used any more. (The real pixmaps are in | Dan Winship | 2000-07-02 | 11 | -326/+6 |
* | Updated to reflect camel-folder changes. | Jeffrey Stedfast | 2000-07-01 | 3 | -6/+13 |
* | Use gnome-print to do a print preview. | Dan Winship | 2000-07-01 | 4 | -1/+27 |
* | 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 | 7 | -52/+178 |
* | Fix to work with new EvolutionShellClient | Peter Williams | 2000-07-01 | 2 | -6/+15 |
* | use the ETable row_selection signal to track how many rows are selected. | Dan Winship | 2000-07-01 | 4 | -12/+41 |
* | Fix stupid typos and add a missing prototype. | Ettore Perazzoli | 2000-06-30 | 2 | -2/+7 |
* | EvolutionShellClient. | Ettore Perazzoli | 2000-06-30 | 2 | -5/+14 |
* | oops, corrected the gtk/gnome casts | Jeffrey Stedfast | 2000-06-30 | 1 | -4/+4 |
* | Clean up compile warnings (real_fetch_mail): Fetching from IMAP should do | Jeffrey Stedfast | 2000-06-30 | 2 | -113/+116 |
* | Handle multiple deletes (change by Peter Williams.) | Christopher James Lahey | 2000-06-30 | 2 | -17/+31 |
* | Changed "Send" to "Compose" to avoid user confusion. Compose is a little | Jeffrey Stedfast | 2000-06-30 | 2 | -1/+2 |
* | Changed "Send" to "Compose" to avoid user confusion. Compose is a little | Jeffrey Stedfast | 2000-06-30 | 4 | -3/+10 |
* | remove some code incorrectly copied and pasted from create_vfolder_storage | Dan Winship | 2000-06-30 | 2 | -6/+7 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 3 | -2/+7 |
* | Fixes brought to us by Purify | Matthew Loper | 2000-06-29 | 3 | -1/+13 |
* | add default subjects | Dan Winship | 2000-06-29 | 2 | -1/+18 |
* | Refuse to create folders not of type "mail", and correctly create an empty | Dan Winship | 2000-06-29 | 2 | -5/+31 |
* | make this compile. | Dan Winship | 2000-06-29 | 1 | -1/+1 |
* | Add debugging messages | Dan Winship | 2000-06-29 | 1 | -2/+6 |
* | Call od_assert_using_oaf() or od_assert_using_goad() as appropriate to | Dan Winship | 2000-06-29 | 2 | -5/+13 |
* | message-list.c: added prototype for filter_date() | Jeffrey Stedfast | 2000-06-28 | 3 | -7/+9 |
* | Made dates display grouping information properly. | Christopher James Lahey | 2000-06-28 | 2 | -1/+7 |
* | Little teeny fixes | Peter Williams | 2000-06-28 | 2 | -1/+4 |
* | Hey, nothreads might work now\! | Peter Williams | 2000-06-28 | 2 | -1/+9 |
* | Fix the test-threads when no threading | Peter Williams | 2000-06-27 | 2 | -0/+14 |
* | Fix booboo | Peter Williams | 2000-06-27 | 2 | -0/+4 |
* | Solaris compatibility config check + implementation (ctime_r arguments) | Peter Williams | 2000-06-27 | 2 | -3/+11 |
* | Work around mismatched ctime_r functions. This will be fixed. | Christopher James Lahey | 2000-06-27 | 2 | -1/+8 |
* | Let us compile sans threads on non-pthread systems. | Peter Williams | 2000-06-27 | 2 | -0/+10 |
* | Put in a gross hack to export the shell reference elsewhere. | Michael Zucchi | 2000-06-27 | 2 | -0/+10 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 2 | -0/+45 |
* | Make the broken threads optional | Peter Williams | 2000-06-27 | 5 | -4/+84 |
* | commenting out of some GDK_THREADS_*() junk that was causing a lock | Jeffrey Stedfast | 2000-06-27 | 4 | -4/+11 |
* | Add some debugging messages to track down thread issues better and | Ettore Perazzoli | 2000-06-26 | 3 | -0/+26 |
* | Force thread usage and clean up the configure aspect thereof. | Peter Williams | 2000-06-26 | 2 | -6/+11 |
* | folder-browser.c: Improved the code to separate the imap namespace from the f... | Jeffrey Stedfast | 2000-06-24 | 2 | -3/+9 |
* | Land most of the stuff to move fetch_mail, send_mail, expunge_folder, init_im... | Peter Williams | 2000-06-24 | 6 | -101/+415 |
* | Little prototype fixes | Peter Williams | 2000-06-23 | 2 | -5/+7 |
* | Now should correctly get the selected folder from the given URL. | Jeffrey Stedfast | 2000-06-23 | 2 | -2/+8 |
* | add handling for loading "news:" folders. | Chris Toshok | 2000-06-23 | 3 | -0/+98 |
* | Updated to prepend url-> path if it exists for that imap store. | Jeffrey Stedfast | 2000-06-23 |