changeset 9106:940dc274068c HEAD

IMAP: UID commands didn't set cmd->name properly. Patch by Richard Platel.
author Timo Sirainen <tss@iki.fi>
date Sun, 31 May 2009 21:32:17 -0400
parents 2f2a907f1132
children 0f2f9e207644
files src/imap/cmd-uid.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/cmd-uid.c	Sun May 31 21:26:00 2009 -0400
+++ b/src/imap/cmd-uid.c	Sun May 31 21:32:17 2009 -0400
@@ -20,6 +20,7 @@
 		return TRUE;
 	}
 
+	cmd->name = t_strconcat("UID ", cmd_name, NULL);
 	cmd->cmd_flags = command->flags;
 	cmd->func = command->func;
 	cmd->uid = TRUE;