aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-01 05:33:54 +0800
committerDan Winship <danw@src.gnome.org>2000-07-01 05:33:54 +0800
commit8a2058e527f0d8311c05cec4f4487468cd167d14 (patch)
tree33166cdc0a76e013fe0237383392613df6f015c6 /mail/mail.h
parenta640827879982297ad569419b88d5ec88e551fd0 (diff)
downloadgsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar
gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.gz
gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.bz2
gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.lz
gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.xz
gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.tar.zst
gsoc2013-evolution-8a2058e527f0d8311c05cec4f4487468cd167d14.zip
Use gnome-print to do a print preview.
* mail-ops.c (print_msg): Use gnome-print to do a print preview. * folder-browser-factory.c: Hook up "Print" button. svn path=/trunk/; revision=3835
Diffstat (limited to 'mail/mail.h')
-rw-r--r--mail/mail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h
index 4f006776ee..38412d972b 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -58,6 +58,7 @@ void reply_to_sender (GtkWidget *button, gpointer user_data);
void reply_to_all (GtkWidget *button, gpointer user_data);
void delete_msg (GtkWidget *button, gpointer user_data);
void refile_msg (GtkWidget *button, gpointer user_data);
+void print_msg (GtkWidget *button, gpointer user_data);
void expunge_folder (BonoboUIHandler *uih, void *user_data, const char *path);
void filter_edit (BonoboUIHandler *uih, void *user_data, const char *path);