Re: [PATCH v3 2/2] imap-send: create target mailbox if it is missing

2014-08-02 Thread Junio C Hamano
Yup. I think I also queued a fix-up on top. Thanks for reporting. On Sat, Aug 2, 2014 at 6:44 AM, Ramsay Jones wrote: > On 01/08/14 23:30, Junio C Hamano wrote: >> Tony Finch writes: >> >>> Some MUAs delete their "drafts" folder when it is empty, so >>> git imap-send should be able to create it

Re: [PATCH v3 2/2] imap-send: create target mailbox if it is missing

2014-08-02 Thread Ramsay Jones
On 01/08/14 23:30, Junio C Hamano wrote: > Tony Finch 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-sen

Re: [PATCH v3 2/2] imap-send: create target mailbox if it is missing

2014-08-01 Thread Junio C Hamano
Tony Finch 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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More ma

[PATCH v3 2/2] imap-send: create target mailbox if it is missing

2014-08-01 Thread Tony Finch
Some MUAs delete their "drafts" folder when it is empty, so git imap-send should be able to create it if necessary. This change checks that the folder exists immediately after login and tries to create it if it is missing. There was some vestigial code to handle a [TRYCREATE] response from the se