aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer/ChangeLog6
-rw-r--r--composer/e-msg-composer-hdrs.c8
2 files changed, 13 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index c2ed51b0fe..7c3f8d4d70 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-30 Jon Trowbridge <trow@ximian.com>
+
+ * e-msg-composer-hdrs.c (set_recipients): Touch all of our
+ EDestinations before we unref them, updating the last-use records
+ in the addressbook.
+
2001-06-29 Larry Ewing <lewing@ximian.com>
* e-msg-composer.c (e_msg_composer_show_sig_file): remove now
diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c
index 6d181d5ed4..836ca2f4f8 100644
--- a/composer/e-msg-composer-hdrs.c
+++ b/composer/e-msg-composer-hdrs.c
@@ -47,6 +47,7 @@
#include <e-destination.h>
#include "e-msg-composer-hdrs.h"
#include "mail/mail-config.h"
+#include "addressbook/backend/ebook/e-book-util.h"
#define SELECT_NAMES_OAFID "OAFIID:GNOME_Evolution_Addressbook_SelectNames"
@@ -638,10 +639,13 @@ set_recipients (CamelMimeMessage *msg, GtkWidget *entry_widget, const gchar *typ
bonobo_widget_get_property (BONOBO_WIDGET (entry_widget), "text", &string, NULL);
destv = e_destination_importv (string);
+
+ g_message ("importv: [%s]", string);
if (destv) {
dest_str = e_destination_get_address_textv (destv);
+ g_message ("destination is: %s", dest_str);
if (dest_str) {
addr = camel_internet_address_new ();
@@ -657,8 +661,10 @@ set_recipients (CamelMimeMessage *msg, GtkWidget *entry_widget, const gchar *typ
g_free (dest_str);
}
- for (i=0; destv[i]; ++i)
+ for (i=0; destv[i]; ++i) {
+ e_destination_touch (destv[i]);
gtk_object_unref (GTK_OBJECT (destv[i]));
+ }
g_free (destv);
}
11-05-18 04:51:24 +0800'>2011-05-181-3/+4 td>-2/+1 * Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-175-810/+6 * Add an upstream patch to remove adlc's unused class FileBuffRegion.Jung-uk Kim2014-12-163-0/+810 * Take maintainer.Koop Mast2014-12-132-3/+2 * - Reset maintainership of my portsPietro Cerutti2014-12-112-2/+2 * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-091-1/+1 * Update to 1.5.1Tilman Keskinoz2014-11-302-7/+7 * New port: java/wildfly81Kurt Jaeger2014-11-238-0/+1217 * java/sigar: Check OSVERSION with OPSYS and break non-FreeBSD platformsJohn Marino2014-11-221-6/+11 * . Remove the @dirrm lines from pkg-plist which I'd generated for the upgrade.Greg Lewis2014-11-211-16/+0 * - Add an empty directory to plist to fix staging.Jung-uk Kim2014-11-202-4/+17 * Fix symbol mapfile for libvm.so. Note FreeBSD still uses GNU nm(1).Jung-uk Kim2014-11-202-17/+36 * Fix to use new build process and link against main libsigar.so.Tom Judge2014-11-182-5/+7 * . Update to 2014j.Greg Lewis2014-11-173-12/+19 * New port: java/sigarTom Judge2014-11-144-0/+91 * Cleanup plistAntoine Brodin2014-11-1430-5825/+2876 * Finish cleanupAntoine Brodin2014-11-141-1/+0 * Cleanup plistAntoine Brodin2014-11-1434-775/+31 * - Fix build on i386 with clang. [1]Jung-uk Kim2014-11-122-4/+22 * Update to 1.10 release.Alex Dupre2014-11-102-3/+6 * . Update to 8u25.Greg Lewis2014-11-0915-1399/+414675 * java/eclipse-cdt: Allow it to build with java > 1.6John Marino2014-11-071-2/+2 * . Update to 7u71.Greg Lewis2014-11-023-2138/+13209 * . Update to 8u25.Greg Lewis2014-11-023-5/+9 * . Update to 8u25.Greg Lewis2014-11-023-3/+6 * . Update to 7u71.Greg Lewis2014-10-312-3/+3 * . Update to 7u71.Greg Lewis2014-10-313-177/+178 * Merge Linux-specific changes to BSD patches. Most importantly, this changeJung-uk Kim2014-10-313-3/+25 * . Update to 2014i.Greg Lewis2014-10-293-23/+4 * Update to 5.1 release.Alex Dupre2014-10-283-5/+4 * - Convert ports from german/, java/, japanese/ and ports-mgmt/ to newMarcus von Appen2014-10-201-2/+1 * The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-183-6/+85 * - Update to b33.Jung-uk Kim2014-10-174-715/+1485 * java/java-checkstyle: Upgrade version 5.5 => 5.8John Marino2014-10-102-5/+8 * java/visualvm: update to 1.3.8Steve Wills2014-10-093-21/+26 * Fix build with gmake 4.1Baptiste Daroussin2014-10-081-0/+11 * Doesn't build with java 6.Alex Dupre2014-10-031-1/+1 * Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entryMikhail Teterin2014-09-304-9/+7 * - Update to 8.0.1Pietro Cerutti2014-09-263-532/+111 * java/java3d: Set to dual GPLv2 and MIT licensingJohn Marino2014-09-261-3/+3 * Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-2/+2 * Allow staging as a regular userAntoine Brodin2014-09-121-4/+1 * Fix build by forcing -lpopt.Adam Weinberger2014-09-111-0/+2 * Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-1140-33/+40 * Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-09-092-13/+5 * Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-09-092-5/+5 * Remove non staged ports without pending PR from j*Baptiste Daroussin2014-09-0223-715/+0 * . Update to 2014f.Greg Lewis2014-08-313-16/+5 * Stage java/eclipse-langpackJohn Marino2014-08-314-24/+13 * java/eclipse: Set a default theme and external browserBartek Rutkowski2014-08-273-3/+61 * Update to 5.0 release.Alex Dupre2014-08-272-3/+3 * . Update to 8u20.Greg Lewis2014-08-243-6/+3 * . Update to 8u20Greg Lewis2014-08-243-184/+232 * Canonicalize a few LICENSE_PERMSAntoine Brodin2014-08-221-1/+1 * many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1 * - Add USES=libtoolTijl Coosemans2014-08-182-14/+9 * - Add USES=libtoolTijl Coosemans2014-08-183-9/+36 * Update to latest 1.8.10Lev A. Serebryakov2014-08-121-1/+4 * Finish stage supportAntoine Brodin2014-08-122-16/+6 * Finish stage conversionAntoine Brodin2014-08-112-2/+1 * Fix stage violationAntoine Brodin2014-08-101-1/+1 * . Update to 7u67.Greg Lewis2014-08-102-3/+3 * . Update to 7u67.Greg Lewis2014-08-102-5/+5 * - Update from 1.1b5 to 3.1a1Danilo Egea Gondolfo2014-08-033-9/+10 * Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-301-2/+1 * Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-301-2/+1 * Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-301-2/+1 * Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1 * . Don't hardcode /bin/bash. Fixes build trace output.Greg Lewis2014-07-211-0/+11 * . Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAMEGreg Lewis2014-07-211-2/+4 * . Update to 8u11. This requires moving the patch file for 8u5 to startGreg Lewis2014-07-214-17/+6011 * - Update to b32.Jung-uk Kim2014-07-175-141/+310 * . Update to 7u65.Greg Lewis2014-07-163-2239/+9703 * . Update to 8u11.Greg Lewis2014-07-162-3/+3 * . Update to 8u11.Greg Lewis2014-07-162-5/+5 * . Update to 7u65.Greg Lewis2014-07-162-3/+3 * . Update to 7u65.Greg Lewis2014-07-162-5/+5 * Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.Adam Weinberger2014-07-161-1/+1 * Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-153-2/+4 * Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1 * java/wildfly80: fix building as userKurt Jaeger2014-07-132-4/+3 * . Fix unpack200 on i386/amd64 by only swapping bytes when this is actuallyGreg Lewis2014-07-133-7/+30 * java/dbvis: Swap order-sensitive categories to unbreak PKGORIGINJohn Marino2014-07-121-1/+1 * java/dbvis: Update version 7.1 => 9.1.6 and stageJohn Marino2014-07-122-7/+13 * Update 8 plugins following upgrade to Eclipse 4.3.2John Marino2014-07-1212-36/+35 * java/eclipse: Fix dropins locationJohn Marino2014-07-121-0/+3 * @owner not @userBaptiste Daroussin2014-07-061-2/+2 * @owner not @userBaptiste Daroussin2014-07-061-1/+1 * Support stageBaptiste Daroussin2014-07-062-4/+6 * Support stageBaptiste Daroussin2014-07-062-12/+6 * Allow packaging as a userBaptiste Daroussin2014-07-061-0/+4 * Support stageBaptiste Daroussin2014-07-061-6/+3 * Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-0614-14/+14 * Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileAdam Weinberger2014-07-052-4/+10 * Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-0410-109/+98 * Correct typo declaring ONLY_FOR_ARCHSSean Bruno2014-07-031-1/+1 * - Update to 3.9.2Jason E. Hale2014-06-302-15/+9 * Remove java/eclipse-devel as java/eclipse is newerJohn Marino2014-06-2912-8805/+0 * Restore eclipse Makefile.plugins instead of breaking/expiring ports using itAntoine Brodin2014-06-281-4/+12 * Ports attempting to use eclipse Makefile.plugins are BROKEN, not IGNOREAntoine Brodin2014-06-281-1/+3 * Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-288-4/+158 * - Chase database/sqlite3 slib bumpMartin Wilke2014-06-281-1/+1 * java/eclipse: Change include <pre>/<post> to <options>John Marino2014-06-261-2/+2 * java/eclipse: Put back Makefile.plugins to unbreak indexJohn Marino2014-06-261-0/+4 * java/eclipse: Remove troublesome comment completelyJohn Marino2014-06-261-2/+0 * java/eclipse: Tweak comment to satisfy freshports sanity checkJohn Marino2014-06-261-1/+1 * java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainerJohn Marino2014-06-2613-8809/+3551