Przeglądaj źródła

Adding mailing lists

Bob Mottram 10 lat temu
rodzic
commit
b0046a4cbc
2 zmienionych plików z 12 dodań i 1 usunięć
  1. 1
    1
      install-freedombone.sh
  2. 11
    0
      usage.org

+ 1
- 1
install-freedombone.sh Wyświetl plik

@@ -2632,7 +2632,7 @@ function folders_for_mailing_lists {
2632 2632
   echo 'fi' >> /usr/bin/addmailinglist
2633 2633
   echo '' >> /usr/bin/addmailinglist
2634 2634
   echo 'if ! [[ $MYUSERNAME && $MAILINGLIST && $SUBJECTTAG ]]; then' >> /usr/bin/addmailinglist
2635
-  echo '  echo "mailinglistsrule [user name] [mailing list name] [subject tag]"' >> /usr/bin/addmailinglist
2635
+  echo '  echo "addmailinglist [user name] [mailing list name] [subject tag]"' >> /usr/bin/addmailinglist
2636 2636
   echo '  exit 1' >> /usr/bin/addmailinglist
2637 2637
   echo 'fi' >> /usr/bin/addmailinglist
2638 2638
   echo '' >> /usr/bin/addmailinglist

+ 11
- 0
usage.org Wyświetl plik

@@ -190,6 +190,17 @@ To view any new folders which you may have created using the /mailinglistrule/ s
190 190
 
191 191
 If your folder still doesn't show up then press the *menu button*, select *show folders* and select *all folders*.
192 192
 
193
+** Subscribing to mailing lists
194
+To subscribe to a mailing list so that it appears within Mutt or Thunderbird.
195
+
196
+#+BEGIN_SRC bash
197
+ssh username@domainname -p 2222
198
+addmailinglist <username> <mailinglistname> <subjecttag>
199
+exit
200
+#+END_SRC
201
+
202
+The subject tag should be the word or phrase which appears within the brackets in the subject line of emails from the mailing list. The mailing list name should be something short so that it is readable within the left side column of the mutt email client.
203
+
193 204
 * Play Music
194 205
 ** With the DLNA service
195 206
 An easy way to play music on any mobile device in your home is to use the DLNA service. Copy your music into a directory called "/Music/" on a USB thumb drive and then insert it into from socket on the Beaglebone.