aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-22 06:09:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-22 06:09:51 +0800
commit0fa1b87e9ee6b947b2706a44fc7429730655b3f9 (patch)
tree186d98fc1423fdd9d86a85a251c78230a2c3060c /mail/folder-browser.h
parentfb92b831ae35b70f52a9792422f610defa56517b (diff)
downloadgsoc2013-evolution-0fa1b87e9ee6b947b2706a44fc7429730655b3f9.tar.gz
gsoc2013-evolution-0fa1b87e9ee6b947b2706a44fc7429730655b3f9.tar.zst
gsoc2013-evolution-0fa1b87e9ee6b947b2706a44fc7429730655b3f9.zip
New function to return if user wants to view message source.
2000-11-21 Jeffrey Stedfast <fejj@helixcode.com> * mail-config.c (mail_config_view_source): New function to return if user wants to view message source. (mail_config_set_view_source): New function to set whether the view wants to view source. * mail-ops.c (mail_do_view_message_sources): Removed. We're not gonna view-source this way anymore. * folder-browser-factory.c: Removed the ViewSource bonobo verb from the Message menu. (control_activate): Added ViewSource. * folder-browser.c (on_right_click): Removed Message menu item to view message source. (folder_browser_toggle_view_source): New callback to set whether or not the MailDisplay shows the raw message or the pretty-ified message. * mail-callbacks.c: Removed view_source. * mail-display.c (redisplay): If toggle_raw is set then display the raw message else display the pretty formatted message. (mail_display_redisplay): New function to force the redisplay of a message. * mail-format.c (mail_format_raw_message): New function to write the raw message data. svn path=/trunk/; revision=6639
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r--mail/folder-browser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h
index 490088c639..a7c06dca80 100644
--- a/mail/folder-browser.h
+++ b/mail/folder-browser.h
@@ -90,4 +90,10 @@ void folder_browser_toggle_threads (BonoboUIComponent *component,
const char *state,
gpointer user_data);
+void folder_browser_toggle_view_source (BonoboUIComponent *component,
+ const char *path,
+ Bonobo_UIComponent_EventType type,
+ const char *state,
+ gpointer user_data);
+
#endif /* _FOLDER_BROWSER_H_ */
s well)makc2009-03-192-4/+4 * Update to 0.12.1, clean up Makefile, update WWWmakc2009-03-163-11/+6 * Take maintainershipmakc2009-03-141-1/+1 * Free most of my ports, since they aren't being maintained to ashaun2009-03-141-1/+1 * Add build dependency on qmake.makc2009-02-061-1/+3 * - Update to 0.12miwi2008-08-089-55/+41 * - Update to 0.11miwi2008-07-119-346/+99 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+4 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-1/+0 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+1 * Switch to my @FreeBSD.org address.shaun2006-06-201-1/+1 * - Fix build on 4.x [1]anray2006-05-313-2/+49 * - Add a collection of optional patches from Gentoo to the Psi port.anray2006-05-274-2/+208 * Welcome new maintainer!edwin2006-04-151-1/+1 * Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-151-1/+1 * - Update to 0.10anray2006-03-236-164/+53 * SHA256ifyedwin2006-01-241-1/+2 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-10/+10 * Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1 * Fix bogus ui files in preparation for Qt 3.3.5lofi2005-09-292-0/+23 * Fix depends when WITH_KDE is defined.vsevolod2005-07-281-2/+2 * Update my email address.vsevolod2005-07-221-1/+1 * Oops, make this KDE option off by default.danfe2005-05-191-1/+1 * Convert to OPTIONS.danfe2005-05-191-10/+5 * - Add support of kde tray icon.sem2005-05-172-3/+44