Re: mailer "module" for 'eselect news' (Re: [gentoo-user] from Firefox52: NO pure ALSA?,

2016-12-28 Thread lee
Neil Bothwick writes: > On Wed, 28 Dec 2016 17:20:50 +0100, lee wrote: > >> > #!/bin/sh >> > >> > if [ $( eselect news count new ) != "0" ]; then >> >eselect news list | mail y...@wherever.you.are >> >fi >> >> Thanks! To actually read the news as email, I wrote

Re: mailer "module" for 'eselect news' (Re: [gentoo-user] from Firefox52: NO pure ALSA?, WAS: Firefox 49.0 & Youtube... Audio: No)

2016-12-28 Thread Neil Bothwick
On Wed, 28 Dec 2016 17:20:50 +0100, lee wrote: > > #!/bin/sh > > > > if [ $( eselect news count new ) != "0" ]; then > >eselect news list | mail y...@wherever.you.are > >fi > > Thanks! To actually read the news as email, I wrote this: > > #!/usr/bin/perl [massive snip] What does

mailer "module" for 'eselect news' (Re: [gentoo-user] from Firefox52: NO pure ALSA?, WAS: Firefox 49.0 & Youtube... Audio: No)

2016-12-28 Thread lee
Neil Bothwick writes: > On Tue, 27 Dec 2016 20:21:19 +0100, lee wrote: > >> > Even more reasonable: >> > >> > eselect news read new >> > >> > will only come up with the latest as yet unread news, rather than a >> > long list which could have accumulated over the years. >>