* [sup-devel] [PATCH] fix crash in sup-sync if the default sent source is used
@ 2010-07-08 12:28 Sascha Silbe
2010-07-13 2:13 ` Rich Lane
0 siblings, 1 reply; 2+ messages in thread
From: Sascha Silbe @ 2010-07-08 12:28 UTC (permalink / raw)
To: sup-devel
This fixes a crash in sup-sync when syncing a folder that contains a copy of a
"sent" message and no "sent" folder has been explicitly configured in the
config file (so it hasn't been added to sources.yaml).
Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
---
bin/sup-sync | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/bin/sup-sync b/bin/sup-sync
index 6eb8f80..7fb2a87 100755
--- a/bin/sup-sync
+++ b/bin/sup-sync
@@ -116,6 +116,12 @@ index.lock_interactively or exit
begin
index.load
+ if(s = Redwood::SourceManager.source_for Redwood::SentManager.source_uri)
+ Redwood::SentManager.source = s
+ else
+ Redwood::SourceManager.add_source Redwood::SentManager.default_source
+ end
+
sources = if opts[:all_sources]
Redwood::SourceManager.sources
elsif ARGV.empty?
--
1.7.1
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [sup-devel] [PATCH] fix crash in sup-sync if the default sent source is used
2010-07-08 12:28 [sup-devel] [PATCH] fix crash in sup-sync if the default sent source is used Sascha Silbe
@ 2010-07-13 2:13 ` Rich Lane
0 siblings, 0 replies; 2+ messages in thread
From: Rich Lane @ 2010-07-13 2:13 UTC (permalink / raw)
To: Sascha Silbe; +Cc: sup-devel
Applied to master.
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-13 2:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-08 12:28 [sup-devel] [PATCH] fix crash in sup-sync if the default sent source is used Sascha Silbe
2010-07-13 2:13 ` Rich Lane
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox