aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up memory management of x-evolution-data URLs so the URLs and/or theirDan Winship2000-06-011-2/+2
* oops. use the seen and unseen icons to represent the right things. :)Dan Winship2000-05-311-2/+2
* use the "new" tigert pixmaps rather than the older ones. Includes aDan Winship2000-05-311-27/+22
* call e_table_model_row_changed, not e_table_model_changed so we do lessDan Winship2000-05-311-3/+29
* Added bold for unread messages.Christopher James Lahey2000-05-311-5/+14
* Switched to using "cursor_change" signal instead of "row_selection" forChristopher James Lahey2000-05-301-17/+38
* Added a COL_DELETED and made it the strikeout column for both textChristopher James Lahey2000-05-281-4/+18
* set CAMEL_MESSAGE_ANSWERED on a message after a successful reply.Dan Winship2000-05-271-2/+2
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-211-1/+3
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-201-1/+48
* Update for camel_folder_get_uids (folder_changed,Dan Winship2000-05-191-23/+20
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-25/+24
* Size moved to message info, rather than content info structure.NotZed2000-05-081-5/+1
* unref the message after displaying it.Dan Winship2000-05-081-0/+1
* Requires a camel-patch, about to come through ...NotZed2000-05-051-24/+36
* only free search if it is not NULL.Larry Ewing2000-05-031-1/+6
* > 2000-05-02 NotZed <NotZed@HelixCode.com>Michael Zucci2000-05-031-3/+4
* Added a deleted message icon whcih shows when messages areMichael Zucci2000-05-021-6/+27
* > (folder_browser_gui_init): Add an option meny to the search line.Michael Zucci2000-05-021-2/+4
* A hackish little quick-search entry. (search_activate): Perform aNotZed2000-05-021-24/+60
* Oops, remove some debug i put there.NotZed2000-04-211-4/+0
* Add libibex.la to link.NotZed2000-04-211-23/+18
* new function, actually calls select_msg. (on_row_selection_cmd): registerChris Toshok2000-04-171-4/+19
* no more e_cell_set_editable. this info always comes from the model.Chris Toshok2000-04-171-3/+0
* Add more beautiful art from Miggue, the Diego Rivera of the nextMiguel de Icaza2000-04-081-53/+67
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-061-49/+104
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-011-8/+1
* update for summary changes. Hey, neat, it really does make it moreDan Winship2000-03-251-28/+45
* display message sizebertrand2000-03-211-1/+1
* Properly ref & sink the table and header models.Christopher James Lahey2000-03-211-0/+5
* once we have the bonobo control widget, disable the autoactivation andbertrand2000-03-131-72/+5
* sync from laptopBertrand Guiheneuf2000-03-081-64/+41
* missing fileBertrand Guiheneuf2000-03-071-3/+65
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-33/+120
* Added a prototype message listing.Christopher James Lahey2000-03-051-5/+22
* Set up the column headers properly.Christopher James Lahey2000-03-051-2/+2
* Define ml_duplicate_value and ml_free_value correctly.Christopher James Lahey2000-03-051-1/+39
* Use g_int_compare and g_str_compare as we should be instead of g_int_equalChristopher James Lahey2000-03-051-10/+10
* sync for debugging with chrisBertrand Guiheneuf2000-03-051-0/+2
* Change this to use the ETable widget itself instead of building it fromChristopher James Lahey2000-03-051-3/+5
* Ref the table columns since we unref them at the end.Christopher James Lahey2000-03-041-1/+3
* Added e_xml_get_integer_prop_by_name.Christopher James Lahey2000-02-251-1/+13
* last set of changes for CamelFolder changes. Evolution builds again...Dan Winship2000-02-251-1/+1
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-241-5/+9
* + * message-list.c (message_list_set_folder): Check 'desc'riptionsMatthew Loper2000-02-241-10/+16
* fix to show a sample correct implementation.bertrand2000-02-221-2/+40
* 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-4/+11
* Add the e-text directory to the includes list.Christopher James Lahey2000-02-121-1/+1
* Display the summary. AbstractlyMiguel de Icaza2000-02-111-5/+20
* More work. Not funny that e-table does not display.Arturo Espinosa2000-01-291-11/+76
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-11/+11
* It compiles -miguelArturo Espinosa2000-01-251-2/+5
* More workArturo Espinosa2000-01-251-0/+394
it/?h=GNOME-MEDIA-2-5-5&id=22d1017461bcf5c16846721fd5106abff3f7689b'>Updated Norwegian nynorsk translationRoy-Magne Mo2002-01-301-574/+451 * Changed the function signature so that we can pass in whom we want toDave West2002-01-302-6/+27 * Started writing an LDAP config exampleKevin Breit2002-01-302-0/+19 * Make X-Evolution-Account take priority over X-Evolution-Transport. ShouldJeffrey Stedfast2002-01-302-3/+8 * ignore evolution-addressbook-abuseJeffrey Stedfast2002-01-301-0/+1 * Updated russian translation.Valek Frob2002-01-302-3603/+3156 * Added more kludge to an existing Exchange IMAP 5.5 kludge to work aroundJeffrey Stedfast2002-01-302-1/+11 * Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bugJeffrey Stedfast2002-01-302-3/+12 * New function that implements the Redirect feature.Jeffrey Stedfast2002-01-306-4/+143 * Add MessageRedirect.Jeffrey Stedfast2002-01-302-0/+10 * (footer_info_free): unref footer fontRadek Doulik2002-01-302-1/+10 * (do_mail_print): get rid of static global variables, as they areRadek Doulik2002-01-302-21/+38 * If we are in redirect mode, use the original message and set the resent-*Jeffrey Stedfast2002-01-305-148/+210 * initialize line to 0 to make everybody happy ;-) ops, set local_font toRadek Doulik2002-01-302-2/+8 * Handle Resent headers too.Jeffrey Stedfast2002-01-293-5/+14 * Added Resent-* #defines.Jeffrey Stedfast2002-01-292-0/+6 * Use while (node->next) instead of while (node)Jeffrey Stedfast2002-01-292-1/+4 * Don't bother checking for invalid recipients anymore. If a recipient isJeffrey Stedfast2002-01-292-41/+12 * New function to decode an enhanced status code. (smtp_set_exception): SetsJeffrey Stedfast2002-01-293-97/+142 * print footer (footer_print_cb): print page number and number of pagesRadek Doulik2002-01-292-16/+35 * Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.Jeffrey Stedfast2002-01-294-73/+171 * Skip over illegal whitespace in Microsoft-generated BYDAY rules.Dan Winship2002-01-292-10/+12 * Revert my previous change as trow says this will break auto-completionJeffrey Stedfast2002-01-292-1/+7 * added DB3_LDADDRadek Doulik2002-01-292-1/+6 * added bonobo to filter flags to avoid compile errorRadek Doulik2002-01-292-1/+6 * Updated Hungarian translationAndras Timar2002-01-282-2156/+13923 * Added missing file. Updated and converted to UTF-8.Christian Rose2002-01-283-4903/+5056 * Added information regarding types of search scopesKevin Breit2002-01-283-4/+38 * Added Search Base as an entry Added Search Scope as an entryKevin Breit2002-01-285-100/+154 * Use `-f' instead of `-e' so installation of topic.dat works on non-GNUEttore Perazzoli2002-01-282-3/+7 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-2836-346/+326 * Updated Norwegian nynorsk translationRoy-Magne Mo2002-01-271-3416/+2520 * check if re->edit != NULL before trying to unref it. Fixes a segfault whenMikael Hallendal2002-01-272-1/+10 * Updated Slovenian translationAndraz Tori2002-01-271-4221/+15656 * nl.po Minor translation update....we're getting thereVincent van Adrighem2002-01-271-48/+25 * Updated Norwegian (bokmål) translation. Updated.Kjartan Maraas2002-01-263-3129/+3275 * AIX and IRIX are like Sun systems - they use ISO8859-1 rather than namesJeffrey Stedfast2002-01-261-2/+2 * Don't check for an @ in the email address. This is to fix bug #10960.Jeffrey Stedfast2002-01-262-1/+11 * We need to return a value here. I think FALSE is fine (I hope).Jeffrey Stedfast2002-01-262-0/+5 * [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-262-10/+28 * Save the pathname. (save_part): Use the new mail_config cruft to get theJeffrey Stedfast2002-01-264-14/+58 * Do some NULL checking on the url before using it.Jeffrey Stedfast2002-01-262-3/+13 * Use 1 instead of zero as the minimum value for the repetitions spin buttonFederico Mena Quintero2002-01-263-1/+10 * Require gal 0.19.99.1.Ettore Perazzoli2002-01-262-1/+5 * nl.po Massive translation update All untranslated has been done FuzziesVincent van Adrighem2002-01-251-2017/+2343 * [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-2511-117/+445 * Updated Norwegian (nynorsk) translationRoy-Magne Mo2002-01-252-4716/+15114 * Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS. Likewise.Ettore Perazzoli2002-01-252-2/+3 * Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS.Ettore Perazzoli2002-01-252-10/+13 * Remove some old cruft.Ettore Perazzoli2002-01-252-16/+4 * Ooops. Forgot to use EVOLUTION_CALENDAR_LIBS here.Ettore Perazzoli2002-01-252-1/+6 * Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-2532-348/+358 * This wrapper for gdk_beep().Jeffrey Stedfast2002-01-252-2/+9 * Call the beep callback function.Jeffrey Stedfast2002-01-253-6/+31 * Just use BONOBO_HTML_GNOME_CFLAGS and BONOBO_HTML_GNOME_LIBS forEttore Perazzoli2002-01-252-18/+14 * Don't bother trying to see if the domain looks like a FQDN.Jeffrey Stedfast2002-01-252-7/+7 * If the mail-display is in focus, then select-all in the mail displayJeffrey Stedfast2002-01-252-3/+13 * Add missing files. Ooops!Ettore Perazzoli2002-01-252-0/+178 * Applied modified UK locations patchIain Holmes2002-01-243-1/+35 * Fix the mail order stuffIain Holmes2002-01-243-3/+11 * nl.po Translation updateVincent van Adrighem2002-01-241-5525/+4771 * More updates to the Italian translation.Ettore Perazzoli2002-01-242-25/+27 * Updated translation by Clara Tattoni <clara.tattoni@libero.it>.Ettore Perazzoli2002-01-242-1535/+12774 * Pass a NULL icon to `evolution_shell_component_add_user_creatable_item()'.Ettore Perazzoli2002-01-242-1/+8 * Pass a NULL @icon toEttore Perazzoli2002-01-243-8/+13 * Pass a NULL @icon toEttore Perazzoli2002-01-242-2/+12 * [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-2418-301/+744 * Implements bug #15692Jeffrey Stedfast2002-01-242-11/+67 * [Patch by Michael Meeks <michael@ximian.com>.]Ettore Perazzoli2002-01-242-0/+8 * #include <locale.h>.Ettore Perazzoli2002-01-242-0/+6 * Define CAMEL_PROVIDERDIR to be the configure.in-defined camel_providerdir.Dan Winship2002-01-242-2/+7 * lv.po - Recommited for two stupid mistakes by me.Peteris Krisjanis2002-01-231-2/+2 * lv.po - Updated Latvian translation.Peteris krisjanis2002-01-232-3147/+15788 * [ fixes bug # 16864 ] create and return a GString here, instead of writingChris Toshok2002-01-232-24/+32 * Now takes a boolean notify argument. If this is *not* set, then remove theJeffrey Stedfast2002-01-233-3/+16 * New function to remove a filter rule by name.Jeffrey Stedfast2002-01-233-1/+30 * Simplified.Jeffrey Stedfast2002-01-232-30/+34 * Yet Another Stupid Marshaller.Ettore Perazzoli2002-01-232-0/+20 * Updated Slovak translation.Stanislav Visnovsky2002-01-222-1415/+792 * As a temporary solution, just printf ("\a"); to make a beep :-)Jeffrey Stedfast2002-01-228-47/+84 * If the first "token" in the body is "<html>", then treat this as aJeffrey Stedfast2002-01-223-1/+19 * Buffers Files Tools Edit Search Mule HelpJP Rosevear2002-01-223-11/+31 * Implement max_width_by_row.Christopher James Lahey2002-01-224-126/+211 * UpdatedAlastair McKinstry2002-01-222-1532/+1389 * Updated russian translation.Valek Frob2002-01-212-2355/+14303 * Set the number of cards to return to the value specified in the ldap uri,Christopher James Lahey2002-01-216-10/+190 * Stop the importer dialog going behind the main windowIain Holmes2002-01-212-1/+7 * Request a reflow and an update when the text model changes. Fixes XimianChristopher James Lahey2002-01-211-3/+4 * Readded.Carlos Perelló Marín2002-01-201-0/+1195 * *** empty log message ***Rodrigo Moya2002-01-201-1195/+0 * New function to decode an IMAP mailbox name from modified UTF-7 encodingJeffrey Stedfast2002-01-193-1/+274 * Updated Greek translationSimos Xenitellis2002-01-192-3926/+2861 * Made username match with no domain match be vague instead of partial.Christopher James Lahey2002-01-182-1/+7 * From addressbook/ChangeLog:Christopher James Lahey2002-01-189-35/+163 * Sort country list. Country list moves from fulladdr.glade toChristopher James Lahey2002-01-183-236/+293 * typos.Aaron Weber2002-01-182-2/+6 * save the alarm string in the correct variable (str), so it actually getsDamon Chaplin2002-01-182-2/+7 * Fixes #17725Zbigniew Chyla2002-01-182-4/+16 * Update to match new uudecode interface (ie, no longer need a uulen stateJeffrey Stedfast2002-01-182-3/+8 * Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. SetJeffrey Stedfast2002-01-185-73/+93 * default component classification to PUBLIC. Fixes internal bug #1066Rodrigo Moya2002-01-172-3/+10 * If we don't want to corrupt the uuencoded data by overwriting it withJeffrey Stedfast2002-01-174-0/+23 * Fixed slight logic error to find the uuencode begin line. Fixes bugJeffrey Stedfast2002-01-172-1/+7 * Remove "Dump" menu item.Ettore Perazzoli2002-01-172-1/+4 * Use soup to transfer HTTP files and other bugs fixedIain Holmes2002-01-179-340/+221 * SOUP stuffIain Holmes2002-01-173-0/+15 * move all functions here, get rid of header files, use e-pilot-settings toJP Rosevear2002-01-176-280/+256 * new file, implements the ECellProgress object.Krisztian Pifko2002-01-172-0/+524 * Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-17