X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fsup.rb;h=4f59eaaf13caf6f1c5187af73bc7f4b26201a24b;hb=b0587850a0cd616fe5340706abae83576952c22d;hp=96510b2e2d7419629a0a3fd3e9d96eafca29c36e;hpb=47133afaad9c0a0eb34cf1b4fb77a251388a4359;p=sup diff --git a/lib/sup.rb b/lib/sup.rb index 96510b2..4f59eaa 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -101,7 +101,7 @@ module Redwood end def start - Redwood::SentManager.new Redwood::SENT_FN + Redwood::SentManager.new $config[:sent_source] || 'sup://sent' Redwood::ContactManager.new Redwood::CONTACT_FN Redwood::LabelManager.new Redwood::LABEL_FN Redwood::AccountManager.new $config[:accounts] @@ -207,6 +207,7 @@ else :confirm_top_posting => true, :discard_snippets_from_encrypted_messages => false, :default_attachment_save_dir => "", + :sent_source => "sup://sent" } begin FileUtils.mkdir_p Redwood::BASE_DIR