Re: [PATCH 09/14] imap-send.c: remove namespace fields from struct imap

2013-01-14 Thread Michael Haggerty
On 01/14/2013 07:43 AM, Jonathan Nieder wrote: Michael Haggerty wrote: [...] @@ -722,9 +667,9 @@ static int get_cmd_result(struct imap_store *ctx, struct imap_cmd *tcmd) } if (!strcmp(NAMESPACE, arg)) { -

[PATCH 09/14] imap-send.c: remove namespace fields from struct imap

2013-01-13 Thread Michael Haggerty
They are unused, and their removal means that a bunch of list-related infrastructure can be disposed of. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- imap-send.c | 74 +++-- 1 file changed, 8 insertions(+), 66 deletions(-) diff

Re: [PATCH 09/14] imap-send.c: remove namespace fields from struct imap

2013-01-13 Thread Jonathan Nieder
Michael Haggerty wrote: [...] @@ -722,9 +667,9 @@ static int get_cmd_result(struct imap_store *ctx, struct imap_cmd *tcmd) } if (!strcmp(NAMESPACE, arg)) { - imap-ns_personal = parse_list(cmd); -