aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser-factory.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-16 08:36:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-16 08:36:07 +0800
commit64f95feb7da6e02faf8395f14a1329a133e367cd (patch)
treeb0612e7e233e5b25eb0df5f680b8df786dec6022 /mail/folder-browser-factory.c
parent302c05b4af296d2a412387717a47876aa6af290a (diff)
downloadgsoc2013-evolution-64f95feb7da6e02faf8395f14a1329a133e367cd.tar.gz
gsoc2013-evolution-64f95feb7da6e02faf8395f14a1329a133e367cd.tar.zst
gsoc2013-evolution-64f95feb7da6e02faf8395f14a1329a133e367cd.zip
Added a new Forward as Attachment bonobo menu item verb.
2000-11-15 Jeffrey Stedfast <fejj@helixcode.com> * folder-browser-factory.c: Added a new Forward as Attachment bonobo menu item verb. * mail-view.c (view_forward_msg): Updated to reflect changes to mail_do_forward_message(). It now forwards the message without attaching it - is this what we want? * mail-ops.c (mail_do_view_message_sources): New async function to display message source dialog windows. (setup_forward_messages): If we were asked not to forward the message(s) as attachment(s) and the user chose more than a single message, then default to making each message an attachment. (cleanup_forward_messages): If we aren't forwarding the message as an attachment, then quote the text and set the composer's body with it. * mail-callbacks.c (view_source): New callback to view the message source of all messages that are currently selected. (forward_attach): New callback to forward a message as an attachment (forward_msg is now for forwarding a message without it being an attachment). (forward_message): Convenience function for forwarding messages. svn path=/trunk/; revision=6585
Diffstat (limited to 'mail/folder-browser-factory.c')
-rw-r--r--mail/folder-browser-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c
index 71a57b8d9b..d500c1cfb5 100644
--- a/mail/folder-browser-factory.c
+++ b/mail/folder-browser-factory.c
@@ -58,7 +58,7 @@ BonoboUIVerb verbs [] = {
BONOBO_UI_UNSAFE_VERB ("MessageReplySndr", reply_to_sender),
BONOBO_UI_UNSAFE_VERB ("MessageReplyAll", reply_to_all),
BONOBO_UI_UNSAFE_VERB ("MessageForward", forward_msg),
- /*BONOBO_UI_UNSAFE_VERB ("MessageForwardAttach", forward_msg),*/
+ BONOBO_UI_UNSAFE_VERB ("MessageForwardAttach", forward_attach),
BONOBO_UI_UNSAFE_VERB ("MessageMarkAsRead", mark_as_seen),
BONOBO_UI_UNSAFE_VERB ("MessageMarkAsUnRead", mark_as_unseen),
reamer0.10-removal&id=894962b48c089f91d41a8d20da33097d730012b5'>- update to patchlevel 15eik2004-11-023-19/+7 * - better reflect `bash --version' in PORTVERSIONeik2004-10-149-22/+302 * Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)eik2004-10-099-98/+79 * - add FAQeik2004-09-036-11/+181 * add three fixes from bug-bash@:eik2004-08-194-1/+57 * Fix nested brace vs. variable expansioneik2004-08-112-1/+16 * Fix segfault when accessing an unset arrayeik2004-08-112-0/+17 * Add bash3, The GNU Bourne-Again SHell version 3.00eik2004-07-3121-479/+177 * Fix location of binary in man-pagevs2004-07-081-0/+5 * Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'obrien2004-06-212-1/+21 * SIZEify (maintainer timeout)trevor2004-03-311-0/+9 * Fix pkg-plist (NOPORTDOCS knob).osa2004-01-031-4/+4 * Also pay attention to NOSHARED=yes as /usr/src and zsh does.obrien2003-12-151-1/+1 * The option to enable network redirection is removed since this is theobrien2003-12-141-9/+0 * Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOTobrien2003-12-141-0/+4 * Fetch patches from MASTER_SITE_GNU also.obrien2003-05-201-2/+4 * Properly configure on FreeBSD/amd64.obrien2003-05-172-0/+25 * Update to patchlevel 7.obrien2003-05-172-2/+6 * Support /dev/(tcp|udp)/host/port redirection.obrien2003-03-251-0/+9 * Clear moonlight beckons.ade2003-03-072-1/+1 * Fix logic error when NOPORTDOCS is set.obrien2002-09-291-2/+2 * Mirror the patch files.obrien2002-09-201-1/+3 * Use offical vendor patches 1-4.obrien2002-09-133-20/+9 * Use the offical vendor patch for the directory space vs. slash command nameobrien2002-09-103-26/+4 * Bump revision for directory command-line completion fix.obrien2002-09-091-0/+1 * "In certain cases, Bash appends a space instead of a slash to a directory nameobrien2002-09-091-8/+34 * We lie about fully having ISO C90 Amd.1 restartable wide and multibyteobrien2002-08-262-0/+26 * Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofobrien2002-08-061-0/+16 * `make reinstall' clean.obrien2002-08-061-1/+1 * Forgot to update pkg-plist with 5.0b upgrade.obrien2002-08-051-2/+3 * Update to version 2.05b.obrien2002-08-046-58/+38 * No longer need to explicitly provide a GNU autconf target.obrien2002-03-281-1/+0 * Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in theobrien2002-03-251-0/+118 * Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-29