From 034ecc695aefcc40351e366d2dcd6caf9454c0d4 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 23 Mar 2012 13:06:08 +0000 Subject: [PATCH] See ChangeLog. Monotone-Parent: 5a2446cca5cd90dd3efdec2eec1633c328178659 Monotone-Revision: 644609670a541ff95dd659a542db9e57b547301f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-23T13:06:08 --- ChangeLog | 5 +++++ NEWS | 6 ++---- Tools/SOGoToolUserPreferences.m | 2 -- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e84ff6ad6..ddb9e613c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-23 Francis Lachapelle + + * Tools/SOGoToolUserPreferences.m (-run): we now take the proper + argument when setting the user defaults from the command-line. + 2012-03-22 Francis Lachapelle * UI/MailerUI/UIxMailFolderActions.m (-emptyTrashAction:): we now diff --git a/NEWS b/NEWS index 0d2d18f04..56a85f9d9 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,5 @@ -1.3.14 (2012-03-DD) +1.3.14 (2012-03-23) ------------------- -New Features - - - Enhancements - when replying or inline-forwarding a message, we now prefer the HTML part over the text part when composing HTML messages @@ -14,6 +11,7 @@ Bug Fixes - fixed name of backup script in cronjob template - fixed crash caused by contacts with multiple mail values - fixed signal handlers to avoid possible hanging issues + - fixed the "user-preferences" command of sogo-tool 1.3.13 (2012-03-16) ------------------- diff --git a/Tools/SOGoToolUserPreferences.m b/Tools/SOGoToolUserPreferences.m index 6aaf3867a..03e514fbe 100644 --- a/Tools/SOGoToolUserPreferences.m +++ b/Tools/SOGoToolUserPreferences.m @@ -205,8 +205,6 @@ typedef enum [value autorelease]; } } - else - value = [arguments objectAtIndex: i]; } } else