Re: [arch-general] offlineimap
On 31/08/2009, jozefk@gmx.com <jozefk@gmx.com> wrote:
I can't find out the way to start offlineimap automatically each time I start KDE. I tryed with ./kde4/Autostart and shell script but it didn't work. Is there any other way to run in autoamtiaclly in KDE or I must to always start it manually? Hi, $ ln -s /usr/bin/offlineimap ~/.kde4/Autostart/ doesn't work?
-- Andrea `bash` Scarpino Arch Linux Developer
At Mon, 31 Aug 2009 16:30:50 +0200, Andrea Scarpino wrote:
On 31/08/2009, jozefk@gmx.com <jozefk@gmx.com> wrote:
I can't find out the way to start offlineimap automatically each time I start KDE. I tryed with ./kde4/Autostart and shell script but it didn't work. Is there any other way to run in autoamtiaclly in KDE or I must to always start it manually? Hi, $ ln -s /usr/bin/offlineimap ~/.kde4/Autostart/ doesn't work?
-- Andrea `bash` Scarpino Arch Linux Developer
Also, wouldn't it be better if offlineimap ran every once in a while instead of only when you start KDE? In this case, setting up cron would be better suited.
On 08/31/09 at 11:42am, Andre Ramaciotti da Silva wrote:
Also, wouldn't it be better if offlineimap ran every once in a while instead of only when you start KDE? In this case, setting up cron would be better suited.
i agree. offlineimap does have a builtin interval-resync functionality, however i find it to be pretty buggy, so personally, i just go the cron route: */3 * * * * offlineimap -o -u Noninteractive.Quiet (i even call my own script[1] to check if its already running first, but the above way should work too). [1] http://pbrisbin.com:8080/bin/mailrun -- patrick brisbin
On Mon, 31 Aug 2009, Patrick Brisbin wrote:
On 08/31/09 at 11:42am, Andre Ramaciotti da Silva wrote:
Also, wouldn't it be better if offlineimap ran every once in a while instead of only when you start KDE? In this case, setting up cron would be better suited.
i agree.
offlineimap does have a builtin interval-resync functionality, however i find it to be pretty buggy, so personally, i just go the cron route:
*/3 * * * * offlineimap -o -u Noninteractive.Quiet
(i even call my own script[1] to check if its already running first, but the above way should work too).
[1] http://pbrisbin.com:8080/bin/mailrun
-- patrick brisbin
At the moment I'm using that built in interval-resync and it's works fine. I never try to use cron. This is my first time I'm using CLI email client. Anyway, thanks for reply. I'll try ln first or cron. I'll see. And will let you know how it works. Need to read some tutorials about cron first. @ Loui Chang What was wrong with my signature? :) Anyway thanks for suggestion. It's only 2 lines now :) -- Best, Jozsef :)
participants (4)
-
Andre Ramaciotti da Silva
-
Andrea Scarpino
-
jozefk@gmx.com
-
Patrick Brisbin