Re: Shorter mail polling interval



On 2002.04.03 18:11 Axel H. Siebenwirth wrote:
> I´m using fetchmail to fetch my mail from an IMAP server. So Balsa 
> just works with my local mailboxes. Now what I would like to have is 
> a shorter polling interval than one minute. For example 10 seconds. 
> What what I have to change in the source code to have that?

look for update_timer in src/balsa-app.c and remove, say, factor 60 from

     timeout = minutes * 60 * 1000;

Then, the interval will be specified in seconds.

-pawel




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