Until now I've been running sup 0.8.1 from a Debian package. But in an effort to get to where I can actually start implementing some of the features I want, (and to get to where I can actually send a message without triggering sent.mbox crashes), I'm trying to move to running sup from a git checkout. But whenever I try, I get the following exception:
--- NoMethodError from thread: main
undefined method `source_uri' for #<Redwood::SentManager:0xb74f1160
@source=nil, @fn="sup://sent">
./lib/sup/util.rb:519:in `send'
./lib/sup/util.rb:519:in `method_missing'
bin/sup:171
I bisected this down to the following commit:
commit 5057149d9c3b57c6b5c4d0964a0aae9d490aaa38
Author: Ben Walton <[email protected]>
Date: Wed May 6 22:44:24 2009 -0400
SentManager: rework handling to allow for user specified source
That looks like an awfully nice commit since I'd like my sent messages
to go into a maildir anyway. So I tried configuring this by adding a
line to my ~/.sup/config.yaml as follows:
:sent_source: maildir:/home/cworth/mail/sent
That didn't actually help too much, it just changed the stack trace
slightly:
--- NoMethodError from thread: main
undefined method `source_uri' for #<Redwood::SentManager:0xb73ce404>
./lib/sup/util.rb:519:in `send'
./lib/sup/util.rb:519:in `method_missing'
bin/sup:171
So what am I actually missing here?
-Carl
signature.asc
Description: PGP signature
_______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
