| Commit message (Expand) | Author | Age | Files | Lines |
* | Prompt the user to find out if he/she wants to go to the next folder with | Jeffrey Stedfast | 2002-02-20 | 1 | -7/+9 |
* | Set the followup icon to use the new flag icon rather than the exclamation | Jeffrey Stedfast | 2002-02-14 | 1 | -1/+2 |
* | Get followup-up message-list values. Also highlight the message in red if | Jeffrey Stedfast | 2002-02-12 | 1 | -74/+145 |
* | removed more needs-reply cruft | Jeffrey Stedfast | 2002-02-08 | 1 | -6/+0 |
* | Bumped the required version of gal. | Christopher James Lahey | 2002-02-07 | 1 | -120/+51 |
* | Removed references to NEEDS_REPLY. | Jeffrey Stedfast | 2002-02-07 | 1 | -20/+0 |
* | When performing a wraparound, check to see if the first (or last depending | Jeffrey Stedfast | 2002-01-09 | 1 | -4/+21 |
* | Makes the auto-undelete behavior when changing message flags a bit more | Jon Trowbridge | 2001-12-21 | 1 | -3/+15 |
* | Add ETable magic for our new "Needs Reply" column. (The next few entries | Jon Trowbridge | 2001-12-12 | 1 | -49/+47 |
* | Implements marking messages as "Need Reply". | Jon Trowbridge | 2001-12-10 | 1 | -22/+48 |
* | If the path exists, make sure it's a regular file (or we can't possibly | Jeffrey Stedfast | 2001-12-04 | 1 | -13/+22 |
* | Reverted my hide_save_state patch. | Jeffrey Stedfast | 2001-11-22 | 1 | -6/+0 |
* | 'n' shouldn't wrap if 'p' doesn't. | Jeffrey Stedfast | 2001-11-21 | 1 | -9/+0 |
* | Save hide state. (message_list_hide_uids): Save hide state. | Jeffrey Stedfast | 2001-11-17 | 1 | -1/+7 |
* | Use GINT_TO_POINTER here for platforms where simply casting an int to void | Christopher James Lahey | 2001-11-03 | 1 | -3/+7 |
* | Argh!!! Dont free the async op data here, the async op is still running | 0 | 2001-10-30 | 1 | -2/+5 |
* | So apparently the uicomp can just 'vanish' while we're using it. Joy. Take | 5 | 2001-10-26 | 1 | -2/+2 |
* | Dont do anything if we're destroyed #13021. | 3 | 2001-10-24 | 1 | -0/+3 |
* | Check that the cursor_uid is non-NULL before emitting a "message_selected" | Jeffrey Stedfast | 2001-10-17 | 1 | -1/+1 |
* | Added an async_event handler to store_info. (mail_note_store): Setup async | Michael Zucci | 2001-10-17 | 1 | -17/+10 |
* | Revert the change to remove the Score column until Chris can fix ETable so | Dan Winship | 2001-10-13 | 1 | -2/+52 |
* | removed Score stuff from the message-list | Jeffrey Stedfast | 2001-10-13 | 1 | -52/+2 |
* | Update for folder_flags. | Dan Winship | 2001-10-09 | 1 | -7/+3 |
* | Turn on "uniform_row_height" argument. | Christopher James Lahey | 2001-10-05 | 1 | -0/+4 |
* | Check for the root node here. | Christopher James Lahey | 2001-09-27 | 1 | -0/+3 |
* | Use e_tree_selected_path_foreach instead of e_tree_selected_row_foreach | Christopher James Lahey | 2001-09-26 | 1 | -4/+4 |
* | Use e_strftime_fix_am_pm instead of strftime. | Christopher James Lahey | 2001-09-25 | 1 | -5/+5 |
* | General cleanup of mail debug printfs. | 9 | 2001-09-19 | 1 | -3/+18 |
* | Updated required version of gal to 0.11.99.4. | Christopher James Lahey | 2001-09-17 | 1 | -1/+1 |
* | Use g_utf8_collate instead of g_strcasecmp for comparing names. | Chyla Zbigniew | 2001-09-01 | 1 | -9/+13 |
* | Use the new e_mkdtemp function. | Jeffrey Stedfast | 2001-08-25 | 1 | -37/+37 |
* | Check to make sure we actually have drag data. | Jeffrey Stedfast | 2001-08-24 | 1 | -5/+5 |
* | Don't sink the extras since _set_folder can get called more than once (on | Peter Williams | 2001-08-22 | 1 | -3/+1 |
* | Always remove the idle and return FALSE, instead of returning TRUE if more | Peter Williams | 2001-08-16 | 1 | -6/+4 |
* | Use ALWAYS for scroll frame policy because ETable acts lame with | Jason Leach | 2001-08-16 | 1 | -12/+10 |
* | gets rid of those annoying operation-re-registered messages at last. | Not Zed | 2001-08-15 | 1 | -10/+1 |
* | Do some g_assert() action. Make sure that the node passed in is non-NULL | Jeffrey Stedfast | 2001-08-14 | 1 | -51/+57 |
* | Since 'N' keypresses go through here now, use wrap-around selecting. | Jason Leach | 2001-08-11 | 1 | -5/+12 |
* | Free dbkey if we don't use it. | Jeffrey Stedfast | 2001-08-10 | 1 | -16/+16 |
* | Added a g_assert_not_reached() - I'm hoping this will help us track down | Jeffrey Stedfast | 2001-08-10 | 1 | -12/+16 |
* | Fix inline documentation. | Peter Williams | 2001-08-10 | 1 | -1/+3 |
* | Dont double-register this operation, mail-mt will do it for us. | Not Zed | 2001-08-09 | 1 | -1/+1 |
* | Fix a minor glitch with how it started a backwards wraparound at the 2nd | Jason Leach | 2001-08-07 | 1 | -1/+1 |
* | Add a @wraparound argument, so the 'n' and 'p' keypresses (or anything | Jason Leach | 2001-08-05 | 1 | -3/+17 |
* | Added. Provide description for filter_folder_op. (fetch_mail_describe): | Jon Trowbridge | 2001-08-03 | 1 | -1/+8 |
* | Go back to calling mail_msg_free here. (mail_msg_destroy): Remove the | Not Zed | 2001-07-24 | 1 | -2/+11 |
* | Set the vertical scrolling policy for the mail display to AUTOMATIC, only | Jason Leach | 2001-07-20 | 1 | -1/+2 |
* | Some NULL protection for our strings: pgp_key, html_signature, smime_key. | Peter Williams | 2001-07-10 | 1 | -0/+2 |
* | Check for new_uid != NULL here before strcmping. | Christopher James Lahey | 2001-07-08 | 1 | -1/+1 |
* | Made this handle being given a row that's outside the range better. | Christopher James Lahey | 2001-07-07 | 1 | -4/+9 |
* | Mark the messages as Seen also. (folder_browser_class_init): Create an | Jeffrey Stedfast | 2001-07-07 | 1 | -87/+89 |
* | Select the very next message after deleting, not the next undeleted (it | Jason Leach | 2001-07-07 | 1 | -10/+26 |
* | Added an MailAccountEditorNews, for NNTP configuratuion. Based on | Sam Creasey | 2001-07-03 | 1 | -0/+20 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | Implemented. | Jeffrey Stedfast | 2001-06-16 | 1 | -106/+22 |
* | (Fix bug #3211: Should undelete when flagging a delete message as | Jason Leach | 2001-06-06 | 1 | -1/+5 |
* | Removed the etable spec string. (message_list_construct): Load the etable | Jeffrey Stedfast | 2001-05-28 | 1 | -35/+5 |
* | g_strdup the uid into the ml->cursor_uid. | Jeffrey Stedfast | 2001-05-25 | 1 | -1/+7 |
* | Make the message-list respect the "hide deleted messages" setting. Fixes | Jeffrey Stedfast | 2001-05-24 | 1 | -10/+11 |
* | Instead of calling message_list_select_uid() here, instead connect to the | Jeffrey Stedfast | 2001-05-23 | 1 | -6/+18 |
* | Functions to determine if a folderbrowser is one of the drafts, sent, or | Dan Winship | 2001-05-17 | 1 | -5/+5 |
* | Don't advance to the next undeleted message after "Delete"... | Dan Winship | 2001-05-11 | 1 | -7/+6 |
* | Connect to key_press_event on the GtkHTML widget. (etree_key): Only handle | Dan Winship | 2001-05-08 | 1 | -0/+3 |
* | #include <camel/camel-file-utils.h> | Dan Winship | 2001-05-04 | 1 | -1/+2 |
* | Updated to use camel-file-util routines. (hide_save_1): Same. | Jeffrey Stedfast | 2001-04-27 | 1 | -17/+24 |
* | Use the message-browser widget rather than the mail-view window. | Jeffrey Stedfast | 2001-04-24 | 1 | -0/+28 |
* | Don't need to dup the string: the relevant gnome-dialog routine already | Dan Winship | 2001-04-19 | 1 | -0/+8 |
* | Only activate the message if the cursor has moved. | Christopher James Lahey | 2001-04-13 | 1 | -4/+13 |
* | Updated this function to be a correct full ordering. | Christopher James Lahey | 2001-04-13 | 1 | -72/+112 |
* | Save the expanded state using the ETree built in expanded state code. | Christopher James Lahey | 2001-04-11 | 1 | -109/+27 |
* | Merge from evolution-0-10 to evolution-0-10-merge-0 into head. | Not Zed | 2001-04-05 | 1 | -7/+57 |
* | #include <camel/camel-vtrash-folder.h> | Dan Winship | 2001-03-30 | 1 | -0/+1 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 1 | -15/+16 |
* | Create a vtrash folder, not a vee folder. | Not Zed | 2001-03-29 | 1 | -13/+60 |
* | Turned on BROKEN_ETREE. | Christopher James Lahey | 2001-03-23 | 1 | -1/+1 |
* | Remove the node before freeing the data it points to. | Christopher James Lahey | 2001-03-20 | 1 | -5/+5 |
* | Bumped gal requirement to 0.5.99.8. | Christopher James Lahey | 2001-03-20 | 1 | -173/+186 |
* | Move the proxy event outside the lock (otherwise we always deadlock). | Not Zed | 2001-03-17 | 1 | -602/+301 |
* | started hack for progress reporting, which is currently to the console. | Not Zed | 2001-02-22 | 1 | -0/+4 |
* | Wrapped the address compare functions in a #ifdef (address_compare): | Jeffrey Stedfast | 2001-02-16 | 1 | -0/+10 |
* | if doing a full update, save the cursor pos and restore it afterwards. | Not Zed | 2001-02-13 | 1 | -4/+52 |
* | Updates for CamelStore changes, small memory leak fixes. (lookup_folder): | Dan Winship | 2001-02-10 | 1 | -44/+49 |
* | Added libmenus.la. | Christopher James Lahey | 2001-02-07 | 1 | -1/+1 |
* | Change how the attachments are displayed. | Iain Holmes | 2001-02-07 | 1 | -0/+1 |
* | Cleaned up so we dont add an unecessary level of indenting. | Not Zed | 2001-02-02 | 1 | -14/+51 |
* | (build_tree): Oops, turn on BROKEN_ETREE again. | Michael Zucci | 2001-01-29 | 1 | -3/+5 |
* | Debug function to compare the tree we think we have, after an incremental | Not Zed | 2001-01-29 | 1 | -1/+56 |
* | Protect against NULL address pointers. (subject_compare): Same but for | Jeffrey Stedfast | 2001-01-28 | 1 | -0/+6 |
* | Define BROKEN_ETREE again, till we get this stuff fixed better. | Not Zed | 2001-01-26 | 1 | -1/+1 |
* | Yes, some more screw ups... | Iain Holmes | 2001-01-26 | 1 | -12/+5 |
* | GNOME_Evolution_Mail.oafinfo | Iain Holmes | 2001-01-26 | 1 | -5/+12 |
* | Made the message list pay attention to the "cursor_activated" signal | Christopher James Lahey | 2001-01-26 | 1 | -6/+6 |
* | Try turning off the BROKEN_ETREE thing. It seems to work ok (better?) now, | Not Zed | 2001-01-23 | 1 | -3/+3 |
* | remove a warning with conditional news compilation. | Not Zed | 2001-01-22 | 1 | -1/+1 |
* | Added draw-focus="true" and selection-mode="browse" attributes to the | Christopher James Lahey | 2001-01-21 | 1 | -4/+1 |
* | Change from using filters for date and size to using e_cell_date and | Christopher James Lahey | 2001-01-16 | 1 | -12/+14 |
* | Set the default button to `Yes' here. | Miguel de Icaza | 2001-01-15 | 1 | -1/+1 |
* | Changed filter_date and filter_size to match the changes in gal. | Christopher James Lahey | 2001-01-13 | 1 | -8/+9 |
* | Add strings for localization | Miguel de Icaza | 2001-01-12 | 1 | -0/+8 |
* | Made it so that going to the next or previous message in the list will at | Christopher James Lahey | 2001-01-07 | 1 | -0/+3 |
* | Removed old implementation. | Not Zed | 2001-01-04 | 1 | -136/+113 |
* | Changed this to format times in 12 hour time instead of 24 hour time. | Christopher James Lahey | 2000-12-25 | 1 | -4/+4 |
* | Changed this to do different formatting of dates within the last week. | Christopher James Lahey | 2000-12-25 | 1 | -9/+28 |
* | Merge from camel-mt-branch. | Not Zed | 2000-12-24 | 1 | -47/+103 |
* | Changed this to do different formatting of dates based on the current | Christopher James Lahey | 2000-12-23 | 1 | -5/+27 |
* | Added titles to the pixbuf columns. | Christopher James Lahey | 2000-12-23 | 1 | -4/+4 |
* | Unlock camel when done to prevent a hang later. | Dan Winship | 2000-12-19 | 1 | -0/+1 |
* | Always use the slow (full-update) version of the tree update code, to get | Not Zed | 2000-12-16 | 1 | -13/+278 |
* | Made the vertical scrollbar always be there. | Christopher James Lahey | 2000-12-14 | 1 | -2/+2 |
* | Remove the never-once-used BonoboObject stuff and make MessageList be a | Dan Winship | 2000-12-12 | 1 | -154/+63 |
* | Change the "drawfocus" argument on e_table_scrolled_get_table(etable) | Christopher James Lahey | 2000-12-10 | 1 | -1/+1 |
* | a slight mixup in order causes "1.33 M" to be displayed as the subject...uh h... | Jeffrey Stedfast | 2000-12-09 | 1 | -4/+4 |
* | Set the "Size" field to sort using integer comparison instead of string. | Jeffrey Stedfast | 2000-12-09 | 1 | -21/+40 |
* | Connect to signals on the ETable instead of the ETableScrolled. | Christopher James Lahey | 2000-12-09 | 1 | -4/+4 |
* | Got rid of code referencing the ETableScrolled proxy functions. Changed | Christopher James Lahey | 2000-12-08 | 1 | -9/+9 |
* | Use e_filename_make_safe (which used to be e_str_make_safe). | Jeffrey Stedfast | 2000-12-07 | 1 | -1/+1 |
* | Perform better error-handling. | Jeffrey Stedfast | 2000-12-02 | 1 | -2/+5 |
* | Don't display a dialog, instead inform the user that there was no new mail | Jeffrey Stedfast | 2000-12-01 | 1 | -4/+21 |
* | Set threaded view before setting the folder (cleanup some flash ons | Not Zed | 2000-11-30 | 1 | -99/+130 |
* | Implement. (message_list_init): Connect the d&d signal. | Jeffrey Stedfast | 2000-11-30 | 1 | -22/+11 |
* | IF we dont find a source, clear the exception and ignore it silently. for | Not Zed | 2000-11-21 | 1 | -14/+24 |
* | Removed. No longer serves a purpose. | Not Zed | 2000-11-21 | 1 | -12/+12 |
* | Save out the md5 hash of the messageid as hex, since thats all we have for | Not Zed | 2000-11-21 | 1 | -7/+11 |
* | New comparison function that will replace address_compare if/when we ever | Jeffrey Stedfast | 2000-11-21 | 1 | -69/+101 |
* | Before we destroy ourselves, unhook ourselves from the folder update | Not Zed | 2000-11-17 | 1 | -1/+9 |
* | Added the MessageViewSource bonobo menu verb. | Jeffrey Stedfast | 2000-11-17 | 1 | -0/+1 |
* | Update the gal reqiurement version. | Christopher James Lahey | 2000-11-14 | 1 | -3/+5 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 1 | -14/+14 |
* | don't free the MessageList search when it's being reused | Dan Winship | 2000-11-04 | 1 | -1/+1 |
* | Added new header files. | Jeffrey Stedfast | 2000-11-04 | 1 | -24/+23 |
* | Added mail-display.h. | Not Zed | 2000-11-03 | 1 | -257/+73 |
* | Sync with message menu. Addresses bugzilla bug #778. | Jeffrey Stedfast | 2000-11-03 | 1 | -0/+3 |
* | Turn on draw grid for the main ETable (this may not be working in ETable | Christopher James Lahey | 2000-11-03 | 1 | -1/+1 |
* | ** Merged in camel-incremental-branch. | Not Zed | 2000-11-02 | 1 | -176/+632 |
* | Don't try to regenerate the message list if there is no folder. (The | Dan Winship | 2000-10-30 | 1 | -0/+6 |
* | Add a "flagged" column, based on the Camel "flagged" flag, for assigning | Dan Winship | 2000-10-26 | 1 | -43/+83 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -11/+5 |
* | Fixed a possible error in row numberings. This needs to be changed quite a | Christopher James Lahey | 2000-10-24 | 1 | -1/+2 |
* | Make the vertical toolbar always visible in the message list and the | Ettore Perazzoli | 2000-10-23 | 1 | -2/+3 |
* | e-tree-model is now opaque. use the accessor to get the root node. | Chris Toshok | 2000-10-20 | 1 | -2/+4 |
* | For an imap store, just refresh the INBOX. | Dan Winship | 2000-10-20 | 1 | -1/+2 |
* | Fixed some column widths. | Christopher James Lahey | 2000-10-19 | 1 | -3/+3 |
* | No, we REALLY dont want to perform an immediate search as the keys are | Not Zed | 2000-10-18 | 1 | -1/+1 |
* | Uh, fixed jeff's wrong fix for setting the speficiation (the function | Not Zed | 2000-10-16 | 1 | -16/+5 |
* | ETreePath != GNode now, use accessors. (ml_tree_value_at): same. | Chris Toshok | 2000-10-16 | 1 | -15/+18 |
* | Don't free the service name. | Jeffrey Stedfast | 2000-10-14 | 1 | -11/+10 |
* | Create the 'spec' and 'extras' arguments and call e_table_scrolled_new() | Jeffrey Stedfast | 2000-10-13 | 1 | -5/+80 |
* | Duh, fix the test for the folder name, strstr != strcmp is it. | Not Zed | 2000-10-12 | 1 | -26/+8 |
* | Replace To with From except in Drafts, Outbox, or Sent boxes. Make Subject | Christopher James Lahey | 2000-10-12 | 1 | -4/+4 |
* | Changed these to use the proper form for the column element. | Christopher James Lahey | 2000-10-11 | 1 | -4/+4 |
* | Updated these to the new ETable style of specifications. | Christopher James Lahey | 2000-10-11 | 1 | -173/+69 |
* | New widget, full search dialogue for mail. | Not Zed | 2000-10-09 | 1 | -2/+55 |
* | re-write. | Michael Meeks | 2000-10-09 | 1 | -3/+9 |
* | Use CamelInternetAddress instead of my quick hack (aka InternetAddress). | Jeffrey Stedfast | 2000-10-05 | 1 | -153/+38 |
* | Fix the attachment icon width. (content_is_attachment): Perform some | Not Zed | 2000-10-04 | 1 | -4/+41 |
* | remove the 2 tree pixbufs, so adjust the offsets to the score pixbufs. | Chris Toshok | 2000-10-03 | 1 | -7/+2 |
* | Update for CamelFolderInfo changes. | Dan Winship | 2000-10-03 | 1 | -1/+2 |
* | Function to convert a folder name/path to a filename for per-folder data. | Not Zed | 2000-09-26 | 1 | -15/+158 |
* | Updated to use Nat's ENameWestern parser. | Jeffrey Stedfast | 2000-09-26 | 1 | -6/+46 |
* | Fix a crash that happened on my system when sorting by the "From" | Ettore Perazzoli | 2000-09-23 | 1 | -2/+9 |
* | New comparison function for email addresses. (subject_compare): New | Jeffrey Stedfast | 2000-09-23 | 1 | -6/+23 |
* | New comparison function for email addresses. (subject_compare): New | Jeffrey Stedfast | 2000-09-22 | 1 | -3/+162 |
* | Removed COL_ONLINE_STATUS because we don't want that. Renamed COL_PRIORITY | Jeffrey Stedfast | 2000-09-19 | 1 | -108/+149 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -5/+5 |
* | For additional coolness, display the name of the mailing list in the | Ettore Perazzoli | 2000-09-12 | 1 | -5/+18 |
* | Grey out the "Filter for Mailing List" item if we cannot figure out a | Ettore Perazzoli | 2000-09-12 | 1 | -26/+33 |
* | Cool Hack of the Day: right-click menu item to autodetect what mailing | Ettore Perazzoli | 2000-09-12 | 1 | -0/+24 |
* | Fixed some warnings. | Christopher James Lahey | 2000-09-09 | 1 | -1/+158 |
* | set the data to NULL for the tree root, so nuke_uids won't try to free | Dan Winship | 2000-09-07 | 1 | -1/+1 |
* | Add a use-default-port option to the source editor ; bugfixes | Peter Williams | 2000-09-06 | 1 | -1/+1 |
* | Make the `Home' and `End' keys do the Right Thing. Remove circular | Ettore Perazzoli | 2000-09-03 | 1 | -0/+46 |
* | Sync the right-click menu with the main menu for modifying messages | Peter Williams | 2000-08-25 | 1 | -6/+6 |
* | Filtering on demand! booyeah! | Peter Williams | 2000-08-18 | 1 | -0/+20 |
* | Whole buncha leak fixes thanks to Purify | Matthew Loper | 2000-08-17 | 1 | -0/+3 |
* | Address bugzilla bug #496 | Peter Williams | 2000-08-16 | 1 | -1/+7 |
* | Add support for copying messages | Peter Williams | 2000-08-16 | 1 | -0/+1 |
* | Don't clear the tree here. If two "folder_changed"s arrive in close | Dan Winship | 2000-08-13 | 1 | -12/+30 |
* | Fixed a warning. | Christopher James Lahey | 2000-08-12 | 1 | -1/+0 |
* | Fix the camel-folder's thaw handler. Implement event forwarding into the main... | Peter Williams | 2000-08-12 | 1 | -7/+14 |
* | If the caller passes "-1" for the model row, translate that to view row 0. | Dan Winship | 2000-08-12 | 1 | -5/+7 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -1/+1 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -146/+241 |
* | Update for append_message api change. | Not Zed | 2000-08-11 | 1 | -5/+11 |
* | Nicify a little, add in a menu separator between VFolder and Filter stuff. | Jeffrey Stedfast | 2000-08-10 | 1 | -18/+19 |
* | Helper function to add with confirm. | Not Zed | 2000-08-09 | 1 | -2/+57 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-09 | 1 | -1/+1 |
* | Attached a double_click signal handler (on_double_click): Our lovely new | Jeffrey Stedfast | 2000-08-09 | 1 | -13/+25 |
* | Value for threaded list view is now saved via gnome-config. This means that ... | Jeremy Wise | 2000-08-09 | 1 | -5/+3 |
* | New convenience function with params of a normal Gtk callback function. We | Jeffrey Stedfast | 2000-08-09 | 1 | -10/+39 |
* | Clarify that the input row is a model row, and swap it to a view row when | Dan Winship | 2000-08-08 | 1 | -10/+18 |
* | Fix a possible crash when using the quicksearch by freeing the UID | Ettore Perazzoli | 2000-08-04 | 1 | -3/+7 |
* | Emit "model_pre_change" where appropriate. | Christopher James Lahey | 2000-08-03 | 1 | -0/+2 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-01 | 1 | -0/+8 |
* | Removed counting of selected messages. | Christopher James Lahey | 2000-07-27 | 1 | -19/+0 |
* | Update for CamelFolder API changes. (Certain functions no longer take a | Dan Winship | 2000-07-25 | 1 | -7/+5 |
* | Only unref the folder if it's been set. | Dan Winship | 2000-07-14 | 1 | -1/+2 |
* | Disable Search capability menu/entry if folder doesn't support it. | Jeffrey Stedfast | 2000-07-12 | 1 | -5/+5 |
* | Update message_list_select_next to do either next or previous. | Dan Winship | 2000-07-11 | 1 | -14/+24 |
* | Switched from ETable to ETableScrolled. | Christopher James Lahey | 2000-07-10 | 1 | -12/+12 |
* | 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 | 1 | -71/+67 |
* | Remove setting of dnd_code since that's handled internally to ETable. | Christopher James Lahey | 2000-07-09 | 1 | -3/+0 |
* | Add a "Threaded Message List" item to the "View" menu. | Dan Winship | 2000-07-09 | 1 | -22/+43 |
* | Small fix to stop uid data from being set on a message-list tree node when | Jeffrey Stedfast | 2000-07-09 | 1 | -1/+2 |
* | Fix Jeff's FIXME: This does get called with out-of-range data sometimes, | Dan Winship | 2000-07-09 | 1 | -14/+1 |
* | This wasn't quite right, it will now work but still isn't perfect. See | Jeffrey Stedfast | 2000-07-08 | 1 | -1/+14 |
* | Lots of changes. Store uids as node data on the tree nodes and use those | Dan Winship | 2000-07-08 | 1 | -423/+125 |
* | Handle a row number of -1 properly. | Christopher James Lahey | 2000-07-08 | 1 | -0/+3 |
* | Map tree model row numbers to summary row numbers. (ml_tree_value_at, | Dan Winship | 2000-07-07 | 1 | -7/+11 |
* | fix warnings. | Dan Winship | 2000-07-07 | 1 | -0/+1 |
* | New function to select the first message on or after the given row that | Dan Winship | 2000-07-07 | 1 | -0/+31 |
* | Well, delete, expunge, appear broken, it sorts (initially) at least now. | Michael Zucci | 2000-07-06 | 1 | -3/+9 |
* | Setup the subject renderer to a tree in tree mode. (on_cursor_change_cmd): | Not Zed | 2000-07-06 | 1 | -22/+143 |
* | call mail_display_set_message with NULL if the message we tried to select | Dan Winship | 2000-07-04 | 1 | -7/+6 |
* | Updated to reflect camel-folder changes. | Jeffrey Stedfast | 2000-07-01 | 1 | -4/+3 |
* | New function, a wrapper around e_table_selected_row_foreach, which calls | Dan Winship | 2000-07-01 | 1 | -1/+35 |
* | use the ETable row_selection signal to track how many rows are selected. | Dan Winship | 2000-07-01 | 1 | -9/+25 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 1 | -1/+1 |
* | Fixes brought to us by Purify | Matthew Loper | 2000-06-29 | 1 | -0/+3 |
* | make this compile. | Dan Winship | 2000-06-29 | 1 | -1/+1 |
* | Add debugging messages | Dan Winship | 2000-06-29 | 1 | -2/+6 |
* | message-list.c: added prototype for filter_date() | Jeffrey Stedfast | 2000-06-28 | 1 | -7/+3 |
* | Made dates display grouping information properly. | Christopher James Lahey | 2000-06-28 | 1 | -1/+2 |
* | Little teeny fixes | Peter Williams | 2000-06-28 | 1 | -1/+1 |
* | Solaris compatibility config check + implementation (ctime_r arguments) | Peter Williams | 2000-06-27 | 1 | -3/+6 |
* | Work around mismatched ctime_r functions. This will be fixed. | Christopher James Lahey | 2000-06-27 | 1 | -1/+3 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -0/+41 |
* | Changed ml_value_at to return "" instead of NULL in some cases. | Christopher James Lahey | 2000-06-23 | 1 | -4/+24 |
* | Removed an erroneous comment. | Christopher James Lahey | 2000-06-22 | 1 | -5/+0 |
* | Update received date to work like sent date. | Dan Winship | 2000-06-22 | 1 | -26/+26 |
* | Quick hack to prevent a NULL pointer dereference. Things need to be | Dan Winship | 2000-06-21 | 1 | -0/+3 |
* | Prevent double-freeing action on summary_table and uid_rowmap. | Dan Winship | 2000-06-18 | 1 | -5/+0 |
* | Implement clicking on the envelope icon to set read/unread. Based on a | Dan Winship | 2000-06-17 | 1 | -8/+31 |
* | new function to do a uid to row mapping. (mark_msg_seen, select_msg, | Dan Winship | 2000-06-17 | 1 | -26/+79 |
* | Update for CamelFolder changes. | Dan Winship | 2000-06-16 | 1 | -7/+0 |
* | Removed the ETableModel thaw handler. | Federico Mena Quintero | 2000-06-13 | 1 | -7/+1 |
* | install an idle function to select the row rather than doing it directly. | Dan Winship | 2000-06-10 | 1 | -8/+13 |
* | Update for folder creation/existence changes. | Dan Winship | 2000-06-07 | 1 | -23/+0 |
* | If the date in the summary is 0, output "?". | Dan Winship | 2000-06-03 | 1 | -0/+3 |
* | Use camel_folder_free_summary instead of g_ptr_array_free. Unref the | Christopher James Lahey | 2000-06-03 | 1 | -4/+6 |
* | Made sent column as wide as from column. | Christopher James Lahey | 2000-06-02 | 1 | -1/+1 |
* | Add a date column. (COL_SENT_WIDTH_MIN): Make this wider. (ml_value_at): | Dan Winship | 2000-06-02 | 1 | -16/+40 |
* | Turn off the grid in our ETable. | Christopher James Lahey | 2000-06-02 | 1 | -0/+1 |
* | Fix up memory management of x-evolution-data URLs so the URLs and/or their | Dan Winship | 2000-06-01 | 1 | -2/+2 |
* | oops. use the seen and unseen icons to represent the right things. :) | Dan Winship | 2000-05-31 | 1 | -2/+2 |
* | use the "new" tigert pixmaps rather than the older ones. Includes a | Dan Winship | 2000-05-31 | 1 | -27/+22 |
* | call e_table_model_row_changed, not e_table_model_changed so we do less | Dan Winship | 2000-05-31 | 1 | -3/+29 |
* | Added bold for unread messages. | Christopher James Lahey | 2000-05-31 | 1 | -5/+14 |
* | Switched to using "cursor_change" signal instead of "row_selection" for | Christopher James Lahey | 2000-05-30 | 1 | -17/+38 |
* | Added a COL_DELETED and made it the strikeout column for both text | Christopher James Lahey | 2000-05-28 | 1 | -4/+18 |