[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Replying by email to the newsfeed



> From alanconnor@earthlink.net Wed Jul 23 12:57:19 2003
> >From ajlewis2@intac.com Wed Jul 23 10:33:56 2003
> X-Received-Date: Wed, 23 Jul 2003 03:40:08 PDT (newsmaster1.news.pas.earthlink.net)
> 
> On Tue, Jul 22, 2003 at 11:50:13PM +0200, Anthony Rowe wrote:
> > 


Try these, Anita and Tony. Makes it pretty simple......


The first function is to reply to the list, the second to post.

ldu () {

       echo "Enter Subject:" ;
       read nn ;
       sed -e '/^Path/,/^$/d' -e 's/^/> /' .SLRN/News/misc/Linux.debian.user\
       > seddtemp ;
       mv seddtemp .SLRN/News/misc/Linux.debian.user;
       mutt debian-user@lists.debian.org -s "$nn" -i .SLRN/News/misc/Linux.debian.user ;
       rm .SLRN/News/misc/Linux.debian.user ;

}

LDU () {

      echo "Enter Subject:" ;
      read mm ;
      mutt debian-user@lists.debian.org -s "$mm" ;

}


Alan



Reply to: