aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-view.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-12-24 09:03:14 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-12-24 09:03:14 +0800
commitfba04bdda76968d230a37b0925fa0d176c755b60 (patch)
tree758dc853a6f1adfe6421f5211c013dbb82bbbbbe /mail/mail-view.c
parent5674966eeb7eecfa109ad419f1c997dba69ff0af (diff)
downloadgsoc2013-evolution-fba04bdda76968d230a37b0925fa0d176c755b60.tar.gz
gsoc2013-evolution-fba04bdda76968d230a37b0925fa0d176c755b60.tar.zst
gsoc2013-evolution-fba04bdda76968d230a37b0925fa0d176c755b60.zip
Merge from camel-mt-branch.
2000-12-24 Not Zed <NotZed@HelixCode.com> * Merge from camel-mt-branch. svn path=/trunk/; revision=7153
Diffstat (limited to 'mail/mail-view.c')
-rw-r--r--mail/mail-view.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/mail-view.c b/mail/mail-view.c
index 54ec02de32..cd18b4ff69 100644
--- a/mail/mail-view.c
+++ b/mail/mail-view.c
@@ -130,12 +130,7 @@ view_delete_msg (GtkWidget *button, gpointer user_data)
{
mail_view_data *data = (mail_view_data *) user_data;
- GPtrArray *uids;
-
- uids = g_ptr_array_new();
- g_ptr_array_add (uids, g_strdup (data->uid));
- mail_do_flag_messages (data->source, uids, TRUE,
- CAMEL_MESSAGE_DELETED, CAMEL_MESSAGE_DELETED);
+ camel_folder_set_message_flags(data->source, data->uid, CAMEL_MESSAGE_DELETED, CAMEL_MESSAGE_DELETED);
}
static void
pelight: fix buildswills2015-01-143-1/+19 * Update to Wine 1.7.34. This includes the following changes:gerald2015-01-123-6/+11 * Add optional support for V4L (off by default).gerald2015-01-101-2/+5 * Support building with alternate toolchains that require LD to begerald2015-01-101-0/+152 * No longer always configure --with-xcomposite since this is nowgerald2015-01-081-4/+4 * - Update emulators/qemu-sbruno to latest github snapshot, fixingnox2015-01-0773-35271/+74 * Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1 * - Update to 0.47danilo2015-01-032-4/+3 * security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-032-2/+2 * (Attempt to) fix build on 9.1/i386.nox2015-01-011-0/+12 * Fix build and running issues with clang on 11 and beyondrodrigo2014-12-312-1/+12 * Add MASTERDIR= ${.CURDIR}/../qemu-sbruno as comment for now.nox2014-12-311-0/+2 * Add new port emulators/qemu-sbruno, to be used for qemu-user-staticnox2014-12-3113-0/+718 * Update emulators/i386-wine-devel to 1.7.33_2.dbn2014-12-303-24/+150 * Update emulators/i386-wine to 1.6.2_9.dbn2014-12-304-64/+82 * Fix CONFLICTS_INSTALL for wine-devel and related ports.dbn2014-12-295-6/+17 * Backport changes from emulators/i386-wine-devel to emulators/i386-wine.dbn2014-12-274-25/+41 * Replay revision r375594 (change libpng15.so to libpng.so in LIB_DEPENDSgerald2014-12-261-1/+1 * Sync a number of changes from emulators/wine-devel:gerald2014-12-262-22/+82 * Bump portrevision after png updatebapt2014-12-2621-20/+21 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-2616-17/+17 * Update to Wine 1.7.33. This includes the following changes:gerald2014-12-243-10/+43 * Properly patch for png 1.5bapt2014-12-243-14/+14 * Add a startup requirement on ldconfig so start up does not fail with:brd2014-12-232-2/+2 * - Reduce diff from Linux OpenGL support. Note we do not have to manuallyjkim2014-12-239-3/+413 * - Update to version 1.5 [1]pawel2014-12-233-7/+7 * Add USES=desktop-file-utils as suggested by stage-qa. [1][2]gerald2014-12-222-3/+26 * cleanup plistbapt2014-12-2112-12/+0 * Fix pkg-plist when the MPG123 option is set.gerald2014-12-202-2/+4 * x11-servers/xorg-server: Update to 1.14dumbbell2014-12-201-1/+1 * Add an X.org patch to fix emulators/virtualbox-ose-additions with GCC 4.2.jkim2014-12-191-0/+28 * Let vboxwatchdog properly create a pidfile.jkim2014-12-192-2/+2 * emulators/linux-f10: fix RUN_DEPENDSxmj2014-12-181-74/+74 * Reset maintainership, don't have time to mess with it right nowkmoore2014-12-171-1/+1 * - Fix a bug in pipelight-mkufs scriptkmoore2014-12-162-2/+5 * - Use pkgconf to detect X server version. [1]jkim2014-12-112-5/+68 * Update emulators/i386-wine-devel to 1.7.32.dbn2014-12-103-19/+28 * Update emulators/wine-mono-devel to 4.5.4.dbn2014-12-102-3/+3 * Set CentOS 6.6 as default Linux version.xmj2014-12-101-1/+0 * Force PREFIX to LINUXBASExmj2014-12-104-4/+4 * CLeanup plistbapt2014-12-092-4688/+0 * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-09