/www/kdewebdev/

/head>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
Commit message (Expand)AuthorAgeFilesLines
* Pass the O_TRUNC flag to open so that we don't leave trailing garbage atJeffrey Stedfast2001-07-251-5/+6
* Don't expunge the source folder if we have a cache.Jeffrey Stedfast2001-07-211-1/+1
* Fix #4605: "Save Image as" should be "Save Image as...".Jason Leach2001-07-201-1/+1
* Set the vertical scrolling policy for the mail display to AUTOMATIC, onlyJason Leach2001-07-201-1/+2
* Cleaned up a bit. (handle_multipart_encrypted): Replace the encrypted partJeffrey Stedfast2001-07-181-2/+2
* Use our own display_style member instead of the global setting.Peter Williams2001-07-171-5/+4
* no longer need to set a my address propertyJP Rosevear2001-07-121-17/+10
* Set the CLIPBOARD selection as well as the primary selection so thatFederico Mena Quintero2001-07-111-3/+23
* Took the logic of whether or not to make the attachment header out of thePeter Williams2001-07-111-12/+7
* g_strdup the result of g_get_home_dir since this variable will get free'dDan Winship2001-07-101-1/+1
* Use gnome_vfs_mime_get_short_list_applications rather thanDan Winship2001-07-101-34/+65
* Use mkdtemp if we have it, else use mktemp but make the code safer than itJeffrey Stedfast2001-07-041-0/+1
* Added an MailAccountEditorNews, for NNTP configuratuion. Based onSam Creasey2001-07-031-1/+19
* i2001-07-02 Larry Ewing <lewing@ximian.com>Larry Ewing2001-07-031-15/+101
* Changed to return the created window. (find_socket): Added. Copied fromJon Trowbridge2001-07-011-33/+39
* remove redundant logic.Larry Ewing2001-06-301-2/+1
* Capitalize words in the link right-click menu to make it consistentEttore Perazzoli2001-06-291-2/+2
* Implement the "Copy link location" right-click menu item in theEttore Perazzoli2001-06-291-35/+62
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Remove empty "name" property setting from the popup control.Jon Trowbridge2001-06-221-1/+0
* #include "folder-browser-factory.h"Jeffrey Stedfast2001-06-201-0/+1
* We can't output "<html>" and "</html>" here because it gets calledDan Winship2001-06-161-4/+3
* (Fix bug #314: Display URLs in statusbar on mouseover)Jason Leach2001-06-061-1/+91
* If http mode is HTTP_SOMETIMES, use e_book_query_address_locally to checkDan Winship2001-05-231-7/+34
* 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