|
@@ -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.
|