From b0046a4cbcf74fc6923eb9da17fb286d8065f52b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 25 Oct 2014 23:19:14 +0100 Subject: [PATCH] Adding mailing lists --- install-freedombone.sh | 2 +- usage.org | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index ec0f5369..66e92771 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -2632,7 +2632,7 @@ function folders_for_mailing_lists { echo 'fi' >> /usr/bin/addmailinglist echo '' >> /usr/bin/addmailinglist echo 'if ! [[ $MYUSERNAME && $MAILINGLIST && $SUBJECTTAG ]]; then' >> /usr/bin/addmailinglist - echo ' echo "mailinglistsrule [user name] [mailing list name] [subject tag]"' >> /usr/bin/addmailinglist + echo ' echo "addmailinglist [user name] [mailing list name] [subject tag]"' >> /usr/bin/addmailinglist echo ' exit 1' >> /usr/bin/addmailinglist echo 'fi' >> /usr/bin/addmailinglist echo '' >> /usr/bin/addmailinglist diff --git a/usage.org b/usage.org index 20d28951..0a2f9cb2 100644 --- a/usage.org +++ b/usage.org @@ -190,6 +190,17 @@ To view any new folders which you may have created using the /mailinglistrule/ s If your folder still doesn't show up then press the *menu button*, select *show folders* and select *all folders*. +** Subscribing to mailing lists +To subscribe to a mailing list so that it appears within Mutt or Thunderbird. + +#+BEGIN_SRC bash +ssh username@domainname -p 2222 +addmailinglist +exit +#+END_SRC + +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. + * Play Music ** With the DLNA service 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.