Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
imap-send.c: remove struct store_conf
author
Michael Haggerty
<mhagger@alum.mit.edu>
Tue, 15 Jan 2013 08:06:22 +0000
(09:06 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Jan 2013 20:59:51 +0000
(12:59 -0800)
It was never used.
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
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
75b24bd
)
diff --git
a/imap-send.c
b/imap-send.c
index dbe054620002451b35029330ecec496169801d1b..b8a7ff97e8e60ea5ffe22e9d03a171c8c407e05f 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-33,15
+33,6
@@
typedef void *SSL;
#include <openssl/hmac.h>
#endif
#include <openssl/hmac.h>
#endif
-struct store_conf {
- char *name;
- const char *path; /* should this be here? its interpretation is driver-specific */
- char *map_inbox;
- char *trash;
- unsigned max_size; /* off_t is overkill */
- unsigned trash_remote_new:1, trash_only_new:1;
-};
-
/* For message->status */
#define M_RECENT (1<<0) /* unsyncable flag; maildir_* depend on this being 1<<0 */
#define M_DEAD (1<<1) /* expunged */
/* For message->status */
#define M_RECENT (1<<0) /* unsyncable flag; maildir_* depend on this being 1<<0 */
#define M_DEAD (1<<1) /* expunged */
@@
-55,8
+46,6
@@
struct message {
};
struct store {
};
struct store {
- struct store_conf *conf; /* foreign */
-
/* currently open mailbox */
const char *name; /* foreign! maybe preset? */
char *path; /* own */
/* currently open mailbox */
const char *name; /* foreign! maybe preset? */
char *path; /* own */