mu [bugs] 7r0 fetchmail flushing

From: Dave Houghton (davehoughton@mulinux.free-online.co.uk)
Date: Fri Nov 12 1999 - 03:12:06 CET


Michele,
        Here's another one for you!!

In setup pop3 you set up REMOVE_MESSAGES but didn't do anything with it so fetchmail leaves all messages on the server and doesn't flush.

Fix:

in /etc/rna.conf in Mail reader section

replace FETCH_MAIL=fetchmail
with

 /setup/cnf/pop3.conf
if [ "${REMOVE_MESSAGES}" = "y" ] ; then
        FETCH_MAIL="fetchmail -F"
else
        FETCH_MAIL=fetchmail
fi

Now if we can do something about email attachments so I don't have to look at 30k of garbage I'll be a happy man :^)

------
Dave g0mxw

---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk



This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:12 CET