aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima/MailStore/FS.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-02-28 12:59:16 +0000
committerdakkar <dakkar@thenautilus.net>2023-02-28 12:59:16 +0000
commitc4beb6b6d89c3c6592fcccca60af7f0711e5ca45 (patch)
tree66b0ed3d8f2d0ef939dfa6e6c4ef3ef0223c6fea /lib/Sietima/MailStore/FS.pm
parentv1.1.0 (diff)
downloadSietima-c4beb6b6d89c3c6592fcccca60af7f0711e5ca45.tar.gz
Sietima-c4beb6b6d89c3c6592fcccca60af7f0711e5ca45.tar.bz2
Sietima-c4beb6b6d89c3c6592fcccca60af7f0711e5ca45.zip
documentation fixes
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) {