From: wmorgan Date: Mon, 28 May 2007 02:43:37 +0000 (+0000) Subject: Added sync-back to manifest X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=065600a4a06a54839ee0b3f77a392c55b6c1fa1c;p=sup Added sync-back to manifest git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@418 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/Manifest.txt b/Manifest.txt index 13ea4c2..971f0ca 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -10,6 +10,7 @@ bin/sup-config bin/sup-dump bin/sup-recover-sources bin/sup-sync +bin/sup-sync-back doc/FAQ.txt doc/Philosophy.txt doc/TODO diff --git a/lib/sup/source.rb b/lib/sup/source.rb index 55e1bac..1bc77a7 100644 --- a/lib/sup/source.rb +++ b/lib/sup/source.rb @@ -8,7 +8,7 @@ class Source ## Implementing a new source is typically quite easy, because Sup ## only needs to be able to: ## 1. See how many messages it contains - ## 2. Get an arbirtrary message + ## 2. Get an arbitrary message ## 3. (optional) see whether the source has marked it read or not ## ## In particular, Sup doesn't need to move messages, mark them as