The Following 3 Users Say Thank You to vi_ For This Useful Post: | ||
![]() |
2011-01-10
, 15:24
|
Posts: 7 |
Thanked: 6 times |
Joined on Apr 2010
@ outOnTheFields
|
#2
|
etc/osso-backup/applications/modest.conf
<backup-configuration>
<locations>
<location type="file" category="comm_and_cal" auto="true">$HOME/.modest-backup.tar.gz</location>
<location type="dir" category="comm_and_cal" auto="true">/var/lib/gconf/apps/modest</location>
</locations>
</backup-configuration>
![]() |
2011-01-11
, 01:44
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#3
|
gconftool-2 -R /apps/modest | less
The Following User Says Thank You to kureyon For This Useful Post: | ||
![]() |
2011-01-11
, 08:36
|
Posts: 7 |
Thanked: 6 times |
Joined on Apr 2010
@ outOnTheFields
|
#4
|
>gconftool-2 -g /apps/modest/update_interval
1440
gconftool-2 -T /apps/modest/update_interval
int
>gconftool-2 -s /apps/modest/update_interval --type int 999999
>gconftool-2 -g /apps/modest/update_interval
999999
The Following User Says Thank You to miskooldfield For This Useful Post: | ||
![]() |
2011-01-11
, 08:57
|
Posts: 13 |
Thanked: 5 times |
Joined on Apr 2010
|
#5
|
unfortunatley you need to have modest 'autoupdate' enabled for it to respond to the syncemail dbus call (which totally sucks btw). I have simply editited the modest.conf autocheck time value to 999999.
![]() |
2011-01-11
, 09:45
|
Posts: 427 |
Thanked: 160 times |
Joined on Nov 2009
|
#6
|
![]() |
2011-01-13
, 11:07
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#7
|
This is a fairly simple script that will sync your email. It can be set to run hourly etc. with crom/alarmd etc.
The thng that makes this script special is that it will put your wifi back to the way it is when it is run.
For example there are 3 possibilities. 1. wifi is already connected, 2 wifi kernel modules loaded, kernel modules not loaded. This script will detect one of the three possibilities, take appropriate action (load modules, connect etc) then return your wifi back to it's original setting (unloaded, not connect, connected).
It can be run with:
Seems to work!