[Users] Is it possible to automatically fetch mails in background?
Johan Vromans
jvromans at squirrel.nl
Fri Dec 25 23:41:42 CET 2015
On Fri, 25 Dec 2015 19:11:38 -0300
Renaud (Ron) OLGIATI <renaud at olgiati-in-paraguay.org> wrote:
> > I want to fetch mails every X minutes in background, without making
> > claws-mail GUI visible.
> >
> > I found --receive-all parameter but I see no way to run claws-mail in
> > headless mode (or at least keep GUI hidden).
>
> For X = 30, add a line
> 30 * * * * /usr/bin/claws-mail --receive-all
> to your crontab.
This will run once per hour, at the 30 minutes mark.
*/2 * * * * /usr/bin/claws-mail --receive-all
will run twice per hour on most modern *ix systems.
-- Johan
http://johan.vromans.org/seasons_greetings.html
More information about the Users
mailing list