From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.13.12 with SMTP id z12cs242939ebz; Fri, 8 Jan 2010 15:06:33 -0800 (PST) Received: by 10.224.113.96 with SMTP id z32mr14922848qap.112.1262991992353; Fri, 08 Jan 2010 15:06:32 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 5si63682522qwg.28.2010.01.08.15.06.31; Fri, 08 Jan 2010 15:06:32 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id A561415B802C; Fri, 8 Jan 2010 18:06:31 -0500 (EST) Received: from granite.free-dissociation.com (207-180-139-38.ma.subnet.cable.rcn.com [207.180.139.38]) by rubyforge.org (Postfix) with ESMTP id 7AFC71779941 for ; Fri, 8 Jan 2010 18:06:12 -0500 (EST) Received: from 207-180-139-39.ma.subnet.cable.rcn.com ([207.180.139.39] helo=localhost) by granite.free-dissociation.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.63) (envelope-from ) id 1NTNsr-00039s-NT; Fri, 08 Jan 2010 18:04:45 -0500 From: Kevin Riggle To: sup-talk In-reply-to: References: Date: Fri, 08 Jan 2010 18:06:10 -0500 Message-Id: <1262991633-sup-8263@black-opal.mit.edu> User-Agent: Sup/git Subject: Re: [sup-talk] sent_source - singular or per-account? X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Jim Cheetham's message of Wed Jul 01 05:48:30 -0400 2009: > It looks like there is only one place that outbound mail can be stored > -- sent_source in config.yaml specifies it globally. > > I'd like to be able to save outgoing email into the mailstore for the > matching account; can anyone suggest some way to do this? Hacking code > is an option, although I'd appreciate some pointers ... Coming wicked late to the party, and it's a bit of a kludge, but -- I solve this problem with a before-edit hook which BCCs my account, and all the information necessary to choose the appropriate account in a multi-account setup should be present in that hook. Sup's automatic duplicate suppression means they never actually show up in my inbox view, but they are nevertheless silently and appropriately added to my remote mailstore. - Kevin -- Kevin Riggle (kevinr@free-dissociation.com) MIT Class of 2010, Course VI-3 (Computer Science) http://free-dissociation.com _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk