From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Wed, 02 Sep 2009 06:53:17 -0700 Subject: [sup-talk] [PATCH] Add an after-add-message hook In-Reply-To: <1251153881-sup-1538@masanjin.net> References: <1250707991-sup-5429@masanjin.net> <1250819862-4858-1-git-send-email-kevinr@free-dissociation.com> <1251153881-sup-1538@masanjin.net> Message-ID: <1251899447-sup-1658@masanjin.net> Reformatted excerpts from William Morgan's message of 2009-08-24: > Branch after-add-message-hook, merged into next. Thanks! I've had to unmerge this, because keeping all the messages around led to memory problems with large mailboxes. What about just using the before-add hook and either backgrounding the process (if it's a separate process) or doing the processing in a Thread (if it's Ruby code)? -- William