Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fix push --quiet: add 'quiet' capability to receive-pack
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index 43588e8876756ce911e78362af085c4be4fe4745..e40125a22b72544c107e365d4f09eaa3b1ce53de 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-162,7
+162,6
@@
static struct imap_server_conf server = {
struct imap_store_conf {
struct store_conf gen;
struct imap_server_conf *server;
- unsigned use_namespace:1;
};
#define NIL (void *)0x1
@@
-1537,6
+1536,8
@@
int main(int argc, char **argv)
git_extract_argv0_path(argv[0]);
+ git_setup_gettext();
+
if (argc != 1)
usage(imap_send_usage);