aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima/MailStore.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sietima/MailStore.pm')
-rw-r--r--lib/Sietima/MailStore.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sietima/MailStore.pm b/lib/Sietima/MailStore.pm
index 5e6fc7f..d29b3b6 100644
--- a/lib/Sietima/MailStore.pm
+++ b/lib/Sietima/MailStore.pm
@@ -66,7 +66,7 @@ return an arrayref of hashrefs. For example:
my $id2 = $ms->store($msg2,'t2');
my $id3 = $ms->store($msg3,'t1','t2');
- $ms->retrieve_ids_by_tags('t1') ==> [
+ $ms->retrieve_by_tags('t1') ==> [
{ id => $id3, mail => $msg3 },
{ id => $id1, mail => $msg1 },
]