diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-24 01:15:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-24 01:15:07 +0800 |
commit | 4c1c537e19a6397fc4b3418e5db6eea4239ab741 (patch) | |
tree | 3402e5a878062bb5e81970729c9acc94013bc1eb /mail/mail-ops.h | |
parent | b33db409a60f49c61d035f7d3cc2e1232ec8a186 (diff) | |
download | gsoc2013-evolution-4c1c537e19a6397fc4b3418e5db6eea4239ab741.tar gsoc2013-evolution-4c1c537e19a6397fc4b3418e5db6eea4239ab741.tar.gz gsoc2013-evolution-4c1c537e19a6397fc4b3418e5db6eea4239ab741.tar.bz2 gsoc2013-evolution-4c1c537e19a6397fc4b3418e5db6eea4239ab741.tar.lz gsoc2013-evolution-4c1c537e19a6397fc4b3418e5db6eea4239ab741.tar.xz gsoc2013-evolution-4c1c537e19a6397fc4b3418e5db6eea4239ab741.tar.zst gsoc2013-evolution-4c1c537e19a6397fc4b3418e5db6eea4239ab741.zip |
rename "send" to "send_msg", to avoid name clash with the tcp function.
* folder-browser-factory.c: rename "send" to "send_msg", to avoid
name clash with the tcp function. Connect the "forward" button.
* mail-ops.c: rename "send" to "send_msg", to avoid name clash
with the tcp function. Add forward_msg function.
* mail-format.c (mail_generate_forward): support function for
forward_msg. Pretty much a big kludge right now, pending the
attachment/attachment-bar changes.
svn path=/trunk/; revision=2562
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index f7f3d3e0c7..86b6ac81ff 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -1,5 +1,5 @@ void fetch_mail (GtkWidget *button, gpointer user_data); -void send (GtkWidget *button, gpointer user_data); +void send_msg (GtkWidget *button, gpointer user_data); void forward_msg (GtkWidget *button, gpointer user_data); void reply_to_sender (GtkWidget *button, gpointer user_data); void reply_to_all (GtkWidget *button, gpointer user_data); |