From 82c5e28e675bc887ea8a2aa842f149c742a7a8c7 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 7 Feb 2017 19:13:19 +0000 Subject: fix POD syntax --- lib/Sietima/MailStore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sietima/MailStore.pm b/lib/Sietima/MailStore.pm index 6f0db44..fc8889e 100644 --- a/lib/Sietima/MailStore.pm +++ b/lib/Sietima/MailStore.pm @@ -18,7 +18,7 @@ to. It does not provide any implementation. my $id = $ms->store($email_mime_object,@tags); Must persistently store the given email message (as an L<< -C> object or similar), associating it with the gives +C >> object or similar), associating it with the gives tags (which must be strings). Must returns a unique identifier for the stored message. It is acceptable if identical messages are indistinguishable by the storage. -- cgit v1.2.3