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