From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Wed, 19 Aug 2009 11:55:03 -0700 Subject: [sup-talk] [PATCH] Add an after-add-message hook In-Reply-To: <1250638381-sup-2952@black-opal.mit.edu> References: <1250459229-4500-1-git-send-email-kevinr@free-dissociation.com> <1250618123-sup-8797@masanjin.net> <1250638381-sup-2952@black-opal.mit.edu> Message-ID: <1250707991-sup-5429@masanjin.net> Reformatted excerpts from Kevin Riggle's message of 2009-08-18: > I don't /think/ so, unless I misunderstand the way hooks work. I > assumed the hook would execute and then execution of the loop would > resume, and I don't think I throw anything in the hook which should > cause that either. What I'm saying is that this hook will execute *after* each message is added to the index, so if Sup found several new messages, all except the first one will wait on this hook to execute before being added to the index. Or do you mean block in some sense besides "wait for completion"? -- William