Index: follow.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/follow/follow.module,v
retrieving revision 1.10
diff -u -r1.10 follow.module
--- follow.module	12 Jan 2010 17:30:56 -0000	1.10
+++ follow.module	26 Jan 2010 14:18:12 -0000
@@ -779,6 +779,10 @@
       'title' => t('Tumblr'),
       'domain' => 'tumblr.com',
     ),
+    'newsletter'    => array(
+      'title' => t('Newsletter'),
+      'domain' => '',
+    ),
   );
   if ($uid == 0) {
     $networks['this-site'] = array(
Index: follow.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/follow/follow.css,v
retrieving revision 1.3
diff -u -r1.3 follow.css
--- follow.css	4 Nov 2009 14:23:27 -0000	1.3
+++ follow.css	26 Jan 2010 14:18:10 -0000
@@ -61,6 +61,10 @@
 	background-image: url(icons/small/icon-tumblr.png);
 }
 
+a.follow-link-newsletter {
+  background-image: url(icons/small/icon-newsletter.png);
+}
+
 a.follow-link-this-site {
 	background-image: url(icons/small/feed.png);
 }
