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.  
> 
> It seems to be clearing out the list automatically.
> 
> [1] says the mailer module of eselect was removed.  Is there a better
> way to read them than with eselect?

Put this script in /etc/portage/postsync.d and make it executable

#!/bin/sh

if [ $( eselect news count new ) != "0" ]; then
   eselect news list | mail y...@wherever.you.are
   fi


-- 
Neil Bothwick

To most people solutions mean finding the answers.  But to chemists
solutions are things that are still all mixed up.

Attachment: pgp_SE676b14D.pgp
Description: OpenPGP digital signature

Reply via email to