diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-07 14:55:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-07 14:55:53 +0800 |
commit | 9739fb5219a67aab4e7e7f2b84ec3795ef042f09 (patch) | |
tree | 060d7bfd52379c64f9418a65e1d2c2538bdfdbbb /mail/mail.h | |
parent | c6c1164cca58c30c9bec04ca1c01856ed04a1366 (diff) | |
download | gsoc2013-evolution-9739fb5219a67aab4e7e7f2b84ec3795ef042f09.tar gsoc2013-evolution-9739fb5219a67aab4e7e7f2b84ec3795ef042f09.tar.gz gsoc2013-evolution-9739fb5219a67aab4e7e7f2b84ec3795ef042f09.tar.bz2 gsoc2013-evolution-9739fb5219a67aab4e7e7f2b84ec3795ef042f09.tar.lz gsoc2013-evolution-9739fb5219a67aab4e7e7f2b84ec3795ef042f09.tar.xz gsoc2013-evolution-9739fb5219a67aab4e7e7f2b84ec3795ef042f09.tar.zst gsoc2013-evolution-9739fb5219a67aab4e7e7f2b84ec3795ef042f09.zip |
New menu item under Actions to allow editing of messages.
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* folder-browser-factory.c (control_activate): New menu item under
Actions to allow editing of messages.
* mail-ops.c (edit_message): New function for editing messages.
svn path=/trunk/; revision=4563
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h index 6247ae5d24..3f5563c378 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -67,6 +67,7 @@ void move_msg (GtkWidget *button, gpointer user_data); void print_msg (GtkWidget *button, gpointer user_data); void mark_all_seen (BonoboUIHandler *uih, void *user_data, const char *path); +void edit_message (BonoboUIHandler *uih, void *user_data, const char *path); void expunge_folder (BonoboUIHandler *uih, void *user_data, const char *path); void filter_edit (BonoboUIHandler *uih, void *user_data, const char *path); void vfolder_edit_vfolders (BonoboUIHandler *uih, void *user_data, const char *path); |