Issue144

Title email with one out of three patches is confusing
Priority bug Status resolved
Superseder Nosy List ezio.melotti, guido
Assigned To Topics

Created on 2007-08-30.23:17:08 by guido, last changed 2012-09-25.18:43:14 by ezio.melotti.

Messages
msg738 (view) Author: guido Date: 2007-08-30.23:17:08
I just wasted some time when someone uploaded three patches to the tracker, but
only added a comment to the first one. This is reasonable. But because the
tracker only lets you upload one file, and suppresses mail when no message is
added, I only received an email with an attachment of the first file.

IMO we either shouldn't be sending attachments out (which would have forced me
to go to the tracker so I'd seen that there were three patches) or we should add
some JS to allow uploading multiple files in one request (like gmail does with
attachments).
msg740 (view) Author: loewis Date: 2007-08-31.06:05:36
> IMO we either shouldn't be sending attachments out (which would have forced me
> to go to the tracker so I'd seen that there were three patches) or we should add
> some JS to allow uploading multiple files in one request (like gmail does with
> attachments).

Alternatively, would it work if one email message had been sent per
additional attachment?
msg746 (view) Author: guido Date: 2007-08-31.13:27:11
Yes, that would work too, and is probably easiest.
msg2606 (view) Author: ezio.melotti Date: 2012-09-25.18:43:14
Currently a mail is sent even when a single file with no comment is added, and it's also possible to send several files at once via email (see e.g. http://bugs.python.org/msg171305), so I think this can be considered resolved.
History
Date User Action Args
2012-09-25 18:43:14ezio.melottisetstatus: chatting -> resolved
nosy: + ezio.melotti
messages: + msg2606
2007-08-31 13:27:11guidosetmessages: + msg746
2007-08-31 06:05:36loewissetstatus: unread -> chatting
messages: + msg740
title: email with one out of three patches is confusing -> email with one out of three patches is confusing
2007-08-30 23:17:08guidocreate