[PATCH 12/14] imap-send.c: use struct imap_store instead of struct store

2013-01-13 Thread Michael Haggerty
In fact, all struct store instances are upcasts of struct imap_store anyway, so stop making the distinction. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- imap-send.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/imap-send.c b/imap-send.c

Re: [PATCH 12/14] imap-send.c: use struct imap_store instead of struct store

2013-01-13 Thread Jonathan Nieder
Michael Haggerty wrote: In fact, all struct store instances are upcasts of struct imap_store anyway, so stop making the distinction. Nice. It is tempting to fold struct store into struct imap_store at the same time, as in struct imap_store { struct {