From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 08 Mar 2008 14:02:06 -0800 Subject: [sup-talk] [PATCH] First draft of attachment processing for more gmail style searches In-Reply-To: <1204711082-sup-3541@tomsk> References: <1203972458-sup-5906@tomsk> <1204220051-sup-129@south> <1204232994-sup-628@tomsk> <1204479552-sup-4100@south> <1204711082-sup-3541@tomsk> Message-ID: <1205013484-sup-7653@south> Reformatted excerpts from Marcus Williams's message of 2008-03-05: > ANother question - how do I get sent/drafts to get the attachment > labels? They dont seem to get set up when I attach a file to a > message. Should I just be adding/deleting them in the methods that > deal with adding/deleting attachments in reply mode? Once the message is sent, SentManager.write_sent_message will call PollManager.add_messages_from, which in turn calls the index.rb code you tweaked to build the message object that's actually used outside of edit-message-mode. I've just merged the topic branch that actually make SentManager work this way down to master (gotta love it when the same changes fix two different problems!), so if you rebase now, you should be good to go. Sorry for the general delay in replying. I've been coding up a little distributed issue tracker that I think will help me manage Sup a little better... or at least ensure I don't forget people's suggestions. -- William