aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-191-1614/+0
* Deal with full-header mode in addition to source modeDan Winship2001-05-171-2/+5
* Load http images if the user has force-loaded images too.Dan Winship2001-05-161-5/+19
* callback to use GNOME-VFS to load http data. (on_url_requested): HandleDan Winship2001-05-121-17/+149
* I'm an idiot.Jon Trowbridge2001-05-111-1/+0
* Use the ESearchingTokenizer to highlight search matches for folder-levelJon Trowbridge2001-05-111-0/+3
* signature changingRadek Doulik2001-04-251-2/+0
* Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-241-7/+178
* #if 0'd out my not-working selection codeGediminas Paulauskas2001-04-201-0/+7
* Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-141-1/+3
* Use the homedir as the default filename.Jeffrey Stedfast2001-04-121-1/+0
* Change to the user's home dir before opening the filesel.Jeffrey Stedfast2001-04-121-1/+2
* it seems it did not get into last commitGediminas Paulauskas2001-04-041-6/+28
* Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-311-0/+1
* reset last_activeRadek Doulik2001-03-311-0/+1
* Ignore "funky" button clicks (like scroll wheel scrolls)Dan Winship2001-03-301-0/+6
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-17/+21
* remove a debugging printf that got awayDan Winship2001-03-271-1/+0
* Make fake content-id URLs be guaranteed unique: the old way (with %p onDan Winship2001-03-261-20/+30
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-23/+11
* (update_active): move to absolute coordinatesRadek Doulik2001-03-231-6/+10
* (html_enter_notify_event): take care of enter eventRadek Doulik2001-03-231-13/+34
* (html_motion_notify_event): new handler, highlights addresses byRadek Doulik2001-03-231-0/+50
* added simple debug g_printRadek Doulik2001-03-231-0/+1
* connect to button_press_event and iframe_created events of GtkHTML widgetRadek Doulik2001-03-231-0/+98
* set color in html citationRadek Doulik2001-03-211-4/+6
* Remove a stray camel_object_ref that was causing messages to never beDan Winship2001-03-151-1/+0
* Call gtk_html_end() on the stream so things happen. Fixes a problem withDan Winship2001-03-141-0/+2
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-091-0/+33
* Cast the CamelMedium to a CamelMimePart before performing actions on it asJeffrey Stedfast2001-02-091-1/+1
* Change how the attachments are displayed.Iain Holmes2001-02-071-5/+82
* Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-281-57/+18
* Try a control before an embeddable instead of an embeddable before aEttore Perazzoli2001-01-271-15/+20
* GNOME_Evolution_Mail.oafinfoIain Holmes2001-01-261-0/+2
* Check if a message part's content is available, and if it's not, queue aDan Winship2001-01-261-41/+23
* Update for e_popup_menu_run change.Dan Winship2001-01-201-1/+1
* Don't do thumbnails for offline imagesDan Winship2001-01-171-5/+8
* Unref the property bag when we are done with it.Miguel de Icaza2001-01-121-49/+67
* Update to reflect past changes to the mail-config API.Jeffrey Stedfast2001-01-121-1/+1
* Bugfix for #1077: scrollwheel doesn't work while hovering over anJason Leach2001-01-101-7/+10
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-1/+1
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-1/+1
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-1/+1
* add font color setting for table, changed border behaviorRadek Doulik2001-01-031-2/+1
* Use header_content_type_simple, not header_content_type_format.Dan Winship2001-01-031-1/+1
* Use CamelContentType, and use header_content_type_is instead of doing itDan Winship2000-12-291-5/+5
* Return of the thumbnail cache.Iain Holmes2000-12-281-9/+79
* Deal with the possibility that we have an icon-filename listed for a MIMEDan Winship2000-12-221-6/+18
* Dont blindly convert all parts to utf8, e.g. image/jpg. We only convertNot Zed2000-12-151-26/+31
* call gtk_html_set_default_content_type to make gkthtml default to utf-8Larry Ewing2000-12-151-0/+3
* Make the iTip hack spew a g_warning and not crash if you have no identityDan Winship2000-12-081-3/+3
* Use e_filename_make_safe (which used to be e_str_make_safe).Jeffrey Stedfast2000-12-071-3/+1
* Use a charset filter to make sure the data is written out in the charsetJeffrey Stedfast2000-12-061-8/+36
* Don't display a dialog, instead inform the user that there was no new mailJeffrey Stedfast2000-12-011-7/+5
* Removed some unecessary debugging printf'sJeffrey Stedfast2000-11-281-2/+0
* Big patch. Evolution-services rewrite, services updated for new system,Iain Holmes2000-11-221-0/+1
* New function to return if user wants to view message source.Jeffrey Stedfast2000-11-221-6/+21
* #include <gtkhtml/gtkhtml-embedded.h>Radek Doulik2000-11-211-0/+1
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-0/+2
* (on_object_requested): passed the user's default email addressJesse Pavel2000-11-081-0/+8
* modified some of the EPopupMenu structures to account for differences inJesse Pavel2000-11-081-3/+3
* God, I sure wish people would listen when i'm saying i'm changing and API.Not Zed2000-11-071-14/+5
* used Camel to parse the full address before passing the email address toJesse Pavel2000-11-071-1/+13
* added property bag support for BonoboJesse Pavel2000-11-021-1/+29
* Lots of fixes and simplifications. Should get rid of the "missing icon"Dan Winship2000-11-021-107/+98
* Don't destroy a dialog after run_and_close'ing it.Dan Winship2000-10-271-1/+0
* lots of i18n fixesDan Winship2000-10-241-14/+19
* Made the top of the folder browser a little prettier.Christopher James Lahey2000-10-241-0/+1
* Make the vertical toolbar always visible in the message list and theEttore Perazzoli2000-10-231-1/+1
* Make all the CLists have passive titles. (identity_dialog): Make theIain Holmes2000-10-191-1/+0
* No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-181-1/+1
* Add the stuff to make evolution-mail a summary providing component. :)Iain Holmes2000-10-051-45/+14
* Add a cache for the pixbufs, hashed on CID, so that we only have to make aIain Holmes2000-10-021-81/+161
* Eye-candy, eye-candy.Iain Holmes2000-10-011-10/+100
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+2
* Fixed some warnings.Christopher James Lahey2000-09-121-4/+4
* Another big rewrite of this stuff. Now all (well, most) attachments get aDan Winship2000-09-121-90/+225
* camel_mime_part_get_filename now deals with both Content-Disposition andDan Winship2000-09-061-6/+1
* Goodbye, GDK_THREADS!Peter Williams2000-08-281-6/+1
* Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ...Peter Williams2000-08-251-18/+19
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-171-1/+4
* Redo this again. Get rid of struct mail_format_data and move most of thatDan Winship2000-08-121-59/+96
* Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.Dan Winship2000-08-111-1/+0
* Merge with camel-async.Peter Williams2000-08-111-15/+14
* Support controls as well as embeddables.Dan Winship2000-08-101-0/+2
* Fixed some warnings.Christopher James Lahey2000-08-091-2/+2
* s/strncasecmp/g_strncasecmpJeffrey Stedfast2000-08-081-5/+5
* New code to spawn off GPG/PGP to do stuff. Currently only deals withDan Winship2000-08-021-0/+42
* Update for OAF and for external apps as well as components.Dan Winship2000-07-261-88/+127
* Fix bug #390: default attachment save dir should be ~Peter Williams2000-07-121-3/+3
* Use the gnomevfs sniff buffer interface to try to identify the MIME typeDan Winship2000-07-061-2/+4
* call mail_display_set_message with NULL if the message we tried to selectDan Winship2000-07-041-14/+14
* if the document requests an unknown URL, it's not an error; just ignoreDan Winship2000-06-151-1/+2
* Make the mail folder browser use EScrollFrame for a nicer look.Ettore Perazzoli2000-06-011-11/+10
* Initialize the "urls" hash table stored on the message and store cid andDan Winship2000-06-011-41/+50
* Redo this back to the old way: a single GtkHTML with various things inlineDan Winship2000-05-311-73/+140
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-211-6/+5
* Fixes for stream stuff.NotZed2000-05-201-12/+5
* Use camel_data_wrapper_write_to_stream rather thanDan Winship2000-05-181-29/+19
* Call a kludge a kludge. (And an insecure kludge at that.)Dan Winship2000-05-121-0/+5
* Update for CamelStream CamelException changes.Dan Winship2000-05-091-6/+18
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-071-2/+1
* A hackish little quick-search entry. (search_activate): Perform aNotZed2000-05-021-0/+1
* Handle clicks on "cid" URLs by popping up a "Save Attachment" dialog.Dan Winship2000-04-301-0/+91
* Improve the builtin vs bonobo selection code. (handle_mystery): IncludeDan Winship2000-04-301-23/+32
* Move text_to_html to e-util.Dan Winship2000-04-281-1/+8
* Reorganize a bit and add a new flag, TEXT_TO_HTML_CONVERT_URLS toDan Winship2000-04-271-0/+8
* Now that we're not limited to a single GtkHTML for the display, there's noDan Winship2000-04-261-191/+0
* Redo large chunks of this. The mail display now consists of a vbox in aDan Winship2000-04-251-165/+136
* Change cid expectations to match current camel reality.Dan Winship2000-04-231-5/+2
* deal with cid: URLs. (find_cid): helper routine for above. (This could beDan Winship2000-04-211-0/+73
* ref the message we display, since we're going to unref it when we removeDan Winship2000-04-211-0/+1
* update for bonobo change, and remove a now-unused variable.Dan Winship2000-04-211-43/+2
* Moved from camel/camel-formatter, and changed slightly. (More to come.)Dan Winship2000-04-151-68/+34
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-061-4/+3
* quiet warnings when building in ../poChris Toshok2000-03-281-54/+54
* Minor cleanup & commenting.Matthew Loper2000-03-221-25/+36
* Temporarily removed the calendar from the subdirs list. The compilationbertrand2000-03-211-1/+37
* once we have the bonobo control widget, disable the autoactivation andbertrand2000-03-131-1/+1
* plug mem leaks due to bad documentation ofbertrand2000-03-091-5/+12
* sync from laptopBertrand Guiheneuf2000-03-081-0/+1
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-16/+368
* It compiles -miguelArturo Espinosa2000-01-251-5/+6
* More workArturo Espinosa2000-01-251-0/+68