It is currently only possible to export subscribed and unsubscribed subscribers, it should also be possible to export those which have an unconfirmed state.

Comments

corvus_ch’s picture

Status: Active » Needs review
StatusFileSize
new1.15 KB
corvus_ch’s picture

berdir’s picture

Status: Needs review » Needs work
+++ b/tests/simplenews.test
@@ -1309,6 +1309,31 @@ class SimpleNewsAdministrationTestCase extends SimplenewsTestCase {
+
+    // Make sure there are unconfirmed subscription
+    $unconfirmed = array();
+    $unconfirmed[] = $this->randomEmail();

One tiny thing to improve, the comment should end with a ".".

corvus_ch’s picture

Status: Needs work » Needs review
StatusFileSize
new2.63 KB

Comply to coding style.

berdir’s picture

Status: Needs review » Fixed

Thanks, commited!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.