diff -r bb6990c0dd1a -r efce4ec25564 org/sonews/storage/Storage.java --- a/org/sonews/storage/Storage.java Thu Aug 20 14:31:19 2009 +0200 +++ b/org/sonews/storage/Storage.java Thu Aug 20 16:57:38 2009 +0200 @@ -19,7 +19,6 @@ package org.sonews.storage; import java.util.List; -import javax.mail.internet.InternetAddress; import org.sonews.feed.Subscription; import org.sonews.util.Pair; @@ -92,7 +91,14 @@ List getGroups() throws StorageBackendException; - List getGroupsForList(InternetAddress inetaddress) + /** + * Retrieves the collection of groupnames that are associated with the + * given list address. + * @param inetaddress + * @return + * @throws StorageBackendException + */ + List getGroupsForList(String listAddress) throws StorageBackendException; int getLastArticleNumber(Group group)