Re: [RFC] git-send-email: Cache generated message-ids, use them when prompting

2013-08-18 Thread brian m. carlson
On Sun, Aug 18, 2013 at 02:08:00PM -0700, Junio C Hamano wrote: > Rasmus Villemoes writes: > > +# Return an array of cached message-ids, ordered by "relevance". It > > +# might make sense to take the Subject of the new mail as an extra > > +# argument and do some kind of fuzzy matching against the

Re: [RFC] git-send-email: Cache generated message-ids, use them when prompting

2013-08-18 Thread Junio C Hamano
Rasmus Villemoes writes: > This is mostly a proof of concept/RFC patch. The idea is for > git-send-email to store the message-ids it generates, along with the > Subject and Date headers of the message. When prompting for which > Message-ID should be used in In-Reply-To, display a list of recent >

[RFC] git-send-email: Cache generated message-ids, use them when prompting

2013-08-16 Thread Rasmus Villemoes
This is mostly a proof of concept/RFC patch. The idea is for git-send-email to store the message-ids it generates, along with the Subject and Date headers of the message. When prompting for which Message-ID should be used in In-Reply-To, display a list of recent emails (identifed using the Date/Sub