Thread (34 messages) flat view 34 messages, 6 authors, 2016-08-13

Re: [PATCH v2 1/2] git-imap-send: Add CRAM-MD5 authenticate method support

From: Hitoshi Mitake <hidden>
Date: 2016-06-15 22:48:13

(2010年02月11日 23:55), Erik Faye-Lund wrote:
On Thu, Feb 11, 2010 at 3:38 PM, Hitoshi Mitake
[off-list ref]  wrote:
quoted
@@ -1101,6 +1190,7 @@ static struct store *imap_open_store(struct imap_server_conf *srvc)
                }
  #endif
                imap_info("Logging in...\n");
+
                if (!srvc->user) {
                        fprintf(stderr, "Skipping server %s, no user\n", srvc->host);
                        goto bail;
@@ -1258,6 +1375,7 @@ static int read_message(FILE *f, struct msg_data *msg)

        msg->len  = buf.len;
        msg->data = strbuf_detach(&buf, NULL);
+
        return msg->len;
  }
@@ -1307,21 +1425,10 @@ static int split_msg(struct msg_data *all_msgs, struct msg_data *msg, int *ofs)

        msg->data = xmemdupz(data, msg->len);
        *ofs += msg->len;
+
        return 1;
  }
There's not much point in having three hunks with a single added
newline in each...
grr.. sorry, it is completely my mistake.
I'll send v3 later.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help