Home
last modified time | relevance | path

Searched refs:listid (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php29 static $listid = null;
30 if (is_null($listid)) {
32 $listid = implode('.', array_reverse(explode('/', DOKU_BASE))) . $server;
33 $listid = urlencode($listid);
34 $listid = strtolower(trim($listid, '.'));
41 return "<$id?rev=$rev@$listid>";
/dokuwiki/inc/
H A DMailer.class.php52 $listid = implode('.', array_reverse(explode('/', DOKU_BASE))) . $server;
53 $listid = strtolower(trim($listid, '.'));
68 $this->setHeader('List-Id', $conf['title'] . ' <' . $listid . '>');