aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
Commit message (Expand)AuthorAgeFilesLines
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-071-3/+1
* Make the "Cc:" field optional again. (Before, we could check ifDan Winship2000-05-041-7/+9
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-7/+7
* Handle clicks on "cid" URLs by popping up a "Save Attachment" dialog.Dan Winship2000-04-301-1/+25
* Improve the builtin vs bonobo selection code. (handle_mystery): IncludeDan Winship2000-04-301-110/+94
* update for Camel recipient changes. (Just to make it build, not to takeDan Winship2000-04-291-17/+32
* Move text_to_html to e-util.Dan Winship2000-04-281-207/+15
* Improve URL converstion code. Recognize https, recognize "www\..*" withoutDan Winship2000-04-281-14/+48
* Reorganize a bit and add a new flag, TEXT_TO_HTML_CONVERT_URLS toDan Winship2000-04-271-95/+130
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-13/+9
* update for CamelStream changes.Dan Winship2000-04-261-5/+4
* add a convert_space_hack flag, which turns N spaces into N-1  s and aDan Winship2000-04-261-5/+106
* Now that we're not limited to a single GtkHTML for the display, there's noDan Winship2000-04-261-79/+178
* (reply_body): Make this deal better with multiparts.Dan Winship2000-04-261-40/+29
* (setup_function_table): pass unknown text subtypes toDan Winship2000-04-261-3/+27
* Fix some bugs that crept into reply generation. This needs a lot more workDan Winship2000-04-251-5/+17
* Redo large chunks of this. The mail display now consists of a vbox in aDan Winship2000-04-251-448/+573
* rename "send" to "send_msg", to avoid name clash with the tcp function.Dan Winship2000-04-241-0/+56
* move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send,Dan Winship2000-04-231-13/+238
* deal with cid: URLs. (find_cid): helper routine for above. (This could beDan Winship2000-04-211-21/+65
* Moved from camel/camel-formatter, and changed slightly. (More to come.)Dan Winship2000-04-151-0/+793