aboutsummaryrefslogtreecommitdiff
path: root/src/mimeview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-30 03:13:19 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-30 03:13:19 +0000
commit1f31e54aa7e0282d0ff5c61cc634cd6e0bd4d071 (patch)
treec8b5101f5312e4d414347938f16fe5d77a3c5453 /src/mimeview.h
parent99c8a36557261ae7148b30acebbbba7090d86210 (diff)
added 'Print' menu in mime part menu. Added part widget to message/rfc822 part.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2920 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mimeview.h')
-rw-r--r--src/mimeview.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mimeview.h b/src/mimeview.h
index 1dca1a19..6cebcf39 100644
--- a/src/mimeview.h
+++ b/src/mimeview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2011 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -101,4 +101,7 @@ void mimeview_open_part_with (MimeView *mimeview,
void mimeview_save_part_as (MimeView *mimeview,
MimeInfo *partinfo);
+void mimeview_print_part (MimeView *mimeview,
+ MimeInfo *partinfo);
+
#endif /* __MIMEVIEW_H__ */