aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
Commit message (Expand)AuthorAgeFilesLines
* Implemented.Jeffrey Stedfast2002-03-151-0/+2
* Prompt the user to find out if he/she wants to go to the next folder withJeffrey Stedfast2002-02-201-1/+1
* Get followup-up message-list values. Also highlight the message in red ifJeffrey Stedfast2002-02-121-3/+4
* Bumped the required version of gal.Christopher James Lahey2002-02-071-1/+0
* Add ETable magic for our new "Needs Reply" column. (The next few entriesJon Trowbridge2001-12-121-1/+3
* Added an async_event handler to store_info. (mail_note_store): Setup asyncMichael Zucci2001-10-171-0/+3
* Revert the change to remove the Score column until Chris can fix ETable soDan Winship2001-10-131-0/+1
* removed Score stuff from the message-listJeffrey Stedfast2001-10-131-1/+0
* General cleanup of mail debug printfs.92001-09-191-0/+1
* Add a @wraparound argument, so the 'n' and 'p' keypresses (or anythingJason Leach2001-08-051-1/+3
* Select the very next message after deleting, not the next undeleted (itJason Leach2001-07-071-0/+1
* Removed the etable spec string. (message_list_construct): Load the etableJeffrey Stedfast2001-05-281-2/+0
* Instead of calling message_list_select_uid() here, instead connect to theJeffrey Stedfast2001-05-231-0/+1
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-171-1/+2
* Use the message-browser widget rather than the mail-view window.Jeffrey Stedfast2001-04-241-0/+3
* Add prototype for service_changed(). Remove #includeKjartan Maraas2001-04-051-1/+0
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-4/+5
* Create a vtrash folder, not a vee folder.Not Zed2001-03-291-0/+3
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-9/+8
* Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-171-3/+1
* if doing a full update, save the cursor pos and restore it afterwards.Not Zed2001-02-131-1/+1
* Added libmenus.la.Christopher James Lahey2001-02-071-0/+2
* Change from using filters for date and size to using e_cell_date andChristopher James Lahey2001-01-161-4/+0
* Merge from camel-mt-branch.Not Zed2000-12-241-2/+10
* Always use the slow (full-update) version of the tree update code, to getNot Zed2000-12-161-0/+20
* Ignore double-clicks on "active" columns (the ones where clicking doesDan Winship2000-12-121-0/+3
* Remove the never-once-used BonoboObject stuff and make MessageList be aDan Winship2000-12-121-21/+19
* Set threaded view before setting the folder (cleanup some flash onsNot Zed2000-11-301-2/+3
* Added mail-display.h.Not Zed2000-11-031-18/+4
* ** Merged in camel-incremental-branch.Not Zed2000-11-021-8/+13
* Add a "flagged" column, based on the Camel "flagged" flag, for assigningDan Winship2000-10-261-0/+1
* Updated these to the new ETable style of specifications.Christopher James Lahey2000-10-111-10/+0
* New widget, full search dialogue for mail.Not Zed2000-10-091-1/+1
* re-write.Michael Meeks2000-10-091-4/+6
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-1/+1
* Removed COL_ONLINE_STATUS because we don't want that. Renamed COL_PRIORITYJeffrey Stedfast2000-09-191-15/+14
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-7/+7
* Make the `Home' and `End' keys do the Right Thing. Remove circularEttore Perazzoli2000-09-031-0/+3
* Merge with camel-async.Peter Williams2000-08-111-1/+0
* Update for append_message api change.Not Zed2000-08-111-0/+1
* New convenience function with params of a normal Gtk callback function. WeJeffrey Stedfast2000-08-091-2/+1
* Removed counting of selected messages.Christopher James Lahey2000-07-271-1/+1
* Update message_list_select_next to do either next or previous.Dan Winship2000-07-111-1/+8
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-101-1/+1
* Add a "Threaded Message List" item to the "View" menu.Dan Winship2000-07-091-2/+6
* Lots of changes. Store uids as node data on the tree nodes and use thoseDan Winship2000-07-081-6/+1
* New function to select the first message on or after the given row thatDan Winship2000-07-071-0/+3
* Setup the subject renderer to a tree in tree mode. (on_cursor_change_cmd):Not Zed2000-07-061-0/+7
* New function, a wrapper around e_table_selected_row_foreach, which callsDan Winship2000-07-011-0/+8
* use the ETable row_selection signal to track how many rows are selected.Dan Winship2000-07-011-2/+2
* message-list.c: added prototype for filter_date()Jeffrey Stedfast2000-06-281-0/+1
* Update received date to work like sent date.Dan Winship2000-06-221-1/+1
* Implement clicking on the envelope icon to set read/unread. Based on aDan Winship2000-06-171-3/+3
* new function to do a uid to row mapping. (mark_msg_seen, select_msg,Dan Winship2000-06-171-1/+4
* Add a date column. (COL_SENT_WIDTH_MIN): Make this wider. (ml_value_at):Dan Winship2000-06-021-0/+1
* Added bold for unread messages.Christopher James Lahey2000-05-311-2/+5
* Added a COL_DELETED and made it the strikeout column for both textChristopher James Lahey2000-05-281-0/+1
* Requires a camel-patch, about to come through ...NotZed2000-05-051-0/+4
* > 2000-05-02 NotZed <NotZed@HelixCode.com>Michael Zucci2000-05-031-0/+1
* Added a deleted message icon whcih shows when messages areMichael Zucci2000-05-021-0/+1
* A hackish little quick-search entry. (search_activate): Perform aNotZed2000-05-021-0/+3
* Add libibex.la to link.NotZed2000-04-211-1/+0
* new function, actually calls select_msg. (on_row_selection_cmd): registerChris Toshok2000-04-171-1/+4
* plug mem leaks due to bad documentation ofbertrand2000-03-091-0/+1
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-3/+12
* More work. Not funny that e-table does not display.Arturo Espinosa2000-01-291-0/+5
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-5/+5
* More workArturo Espinosa2000-01-251-0/+60