aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima/MailStore/FS.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sietima/MailStore/FS.pm')
-rw-r--r--lib/Sietima/MailStore/FS.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Sietima/MailStore/FS.pm b/lib/Sietima/MailStore/FS.pm
index 9a77c3c..060e321 100644
--- a/lib/Sietima/MailStore/FS.pm
+++ b/lib/Sietima/MailStore/FS.pm
@@ -64,7 +64,7 @@ sub BUILD($self,@) {
my $id = $store->store($email_mime_object,@tags);
Stores the given email message inside the L<store root|/root>, and
-associates with the given tags.
+associates it with the given tags.
Returns a unique identifier for the stored message. If you store twice
the same message (or two messages that stringify identically), you'll
@@ -169,7 +169,7 @@ sub retrieve_ids_by_tags($self,$tags) {
This method is similar to L<< /C<retrieve_ids_by_tags> >>, but it
returns an arrayref of hashrefs like:
- $store->retrieve_ids_by_tags('t1') ==> [
+ $store->retrieve_by_tags('t1') ==> [
{ id => $id1, mail => $msg1 },
{ id => $id2, mail => $msg2 },
]
@@ -223,7 +223,6 @@ sub remove($self,$id) {
This method removes all messages from disk. Clearing as empty store
does nothing.
-
=cut
sub clear($self) {