|
2010-07-26
, 10:26
|
Posts: 1 |
Thanked: 0 times |
Joined on Jul 2010
@ Brisbane
|
#42
|
|
2010-07-26
, 11:14
|
Posts: 32 |
Thanked: 94 times |
Joined on Dec 2009
@ Pärnu, Estonia
|
#43
|
|
2010-07-26
, 11:21
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#44
|
downloaded the file and placed it in the "highest" location I can (where all the main folders are)
root tar xzf /home/user/MyDocs/modest-3.4.2-baxyp-1.tar.gz -C /
|
2010-07-28
, 03:40
|
Posts: 20 |
Thanked: 23 times |
Joined on Mar 2010
@ Los Angeles, CA
|
#45
|
|
2010-07-28
, 06:00
|
Posts: 20 |
Thanked: 23 times |
Joined on Mar 2010
@ Los Angeles, CA
|
#46
|
|
2010-07-28
, 17:58
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#47
|
I lost something after the fix. In settings I have "Leave messages on server" which it did. But when I decided to delete a message it would then delete from the server. That feature is no longer working after the fix...
Clearly I would rather have incoming mail than the ability to delete from server... but I wanted to mention it anyway.
|
2010-07-30
, 20:02
|
Posts: 20 |
Thanked: 23 times |
Joined on Mar 2010
@ Los Angeles, CA
|
#48
|
|
2010-07-30
, 20:20
|
Posts: 18 |
Thanked: 1 time |
Joined on Jun 2010
|
#49
|
|
2010-07-30
, 21:24
|
Posts: 20 |
Thanked: 23 times |
Joined on Mar 2010
@ Los Angeles, CA
|
#50
|
The "feature" you think you lost was infact a critical bug.
Alot of people have lost emails as a result of this bug, me included. It was quickly sorted by Nokia. This version has that bug fixed, plus how it checks for emails, as the automatic checking failed.
If you only ever check emails on the phone the don't select "Leave messages on server" then each time you check for emails they will be transfered to the phone and removed from the server.
Alot of people want a record of all their emails on their PCs, but will normaly view them on there phone, then delete them after reading knowing that they still would end up on their PCs. This wasn't happening.
tar is the command (actually short for Tape ARchiver originally used to backup/restore to/from tapes).
xzf are options:
x for extract (unpack).
z filters the archive through gzip (filename ends in .gz because it's gzipped).
f for file (Could also be a device. A tape drive for example). In this case the filename is modest-3.4.2-baxyp-1.tar.gz.
-C / means Change directory to / before extracting (otherwise the contents would be extracted to current directory. I.e. where you are now).
Put it all together and it gives You:
Christian Wilken - tux-POWER.dk!
... May the Source be with You ...
Last edited by DrWilken; 2010-07-26 at 11:22.