From: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
To: Junio C Hamano <gitster@pobox.com>, Tony Finch <dot@dotat.at>
Cc: git@vger.kernel.org
Subject: Re: [PATCH v3 2/2] imap-send: create target mailbox if it is missing
Date: Sat, 02 Aug 2014 14:44:42 +0100 [thread overview]
Message-ID: <53DCEB4A.1030009@ramsay1.demon.co.uk> (raw)
In-Reply-To: <xmqqppgju9kj.fsf@gitster.dls.corp.google.com>
On 01/08/14 23:30, Junio C Hamano wrote:
> Tony Finch <dot@dotat.at> writes:
>
>> Some MUAs delete their "drafts" folder when it is empty, so
>> git imap-send should be able to create it if necessary.
>
> Thanks for an update; queued.
BTW, this provokes a warning from gcc (v4.8.2) for me:
CC imap-send.o
imap-send.c:561:25: warning: ‘issue_imap_cmd’ defined but not used [-Wunused-function]
static struct imap_cmd *issue_imap_cmd(struct imap_store *ctx,
^
It seems the change to get_cmd_result(), in commit 7ebac713, removes
the only remaining (two) calls to issue_imap_cmd().
HTH
ATB,
Ramsay Jones
next prev parent reply other threads:[~2014-08-02 13:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-28 10:38 [PATCH] imap-send: clarify CRAM-MD5 vs LOGIN documentation Tony Finch
2014-07-30 19:28 ` Junio C Hamano
2014-07-31 8:11 ` Tony Finch
2014-07-31 8:14 ` [PATCH 1/2] " Tony Finch
2014-07-31 8:14 ` [PATCH 2/2] imap-send: create target mailbox if it is missing Tony Finch
2014-07-31 18:57 ` Junio C Hamano
2014-07-31 19:35 ` Tony Finch
2014-08-01 8:15 ` [PATCH v3 1/2] imap-send: clarify CRAM-MD5 vs LOGIN documentation Tony Finch
2014-08-01 8:15 ` [PATCH v3 2/2] imap-send: create target mailbox if it is missing Tony Finch
2014-08-01 22:30 ` Junio C Hamano
2014-08-02 13:44 ` Ramsay Jones [this message]
2014-08-03 6:38 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53DCEB4A.1030009@ramsay1.demon.co.uk \
--to=ramsay@ramsay1.demon.co.uk \
--cc=dot@dotat.at \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).