]> git.ipfire.org Git - thirdparty/git.git/commit - imap-send.c
imap-send.c: use struct imap_store instead of struct store
authorMichael Haggerty <mhagger@alum.mit.edu>
Tue, 15 Jan 2013 08:06:29 +0000 (09:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 22:50:23 +0000 (14:50 -0800)
commitfe47e1df2431c0d5a98195df45a8a49a1fb0a91a
tree7b22f13aa509d991a844f6307438bdd756db83e9
parentc197454da64bc9a4cb6fa992a603460f590633dc
imap-send.c: use struct imap_store instead of struct store

In fact, all struct store instances are upcasts of struct imap_store
anyway, so stop making the distinction.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c