![]() |
2007-04-17
, 17:31
|
Posts: 67 |
Thanked: 18 times |
Joined on Mar 2007
|
#42
|
I'm using it now. I found out about the new release because I kept updating that web page. Anyway, this version includes the fix that Colin made for imaps-with-Citadel-server, which means that it works for me too now.
Good stuff. I have claws-mail in the simple-launcher setup, and I keep my existing osso-email setup, which means that the infamous "two guys" in the left column of the Hildon UI will still beep and turn green when there's new mail. But after that I go claws-mail!
![]() |
2007-04-17
, 18:57
|
Posts: 148 |
Thanked: 4 times |
Joined on May 2006
|
#43
|
![]() |
2007-04-17
, 19:27
|
Posts: 26 |
Thanked: 0 times |
Joined on Jan 2007
|
#44
|
![]() |
2007-04-17
, 19:52
|
Posts: 46 |
Thanked: 3 times |
Joined on Jan 2007
|
#45
|
![]() |
2007-04-17
, 20:06
|
Posts: 67 |
Thanked: 18 times |
Joined on Mar 2007
|
#46
|
How about the messages move/copy from osso-email application to Claws-mail? Possible?
![]() |
2007-04-17
, 20:51
|
Posts: 148 |
Thanked: 4 times |
Joined on May 2006
|
#47
|
According to osso-email's sourcecode, it stores mail in ~/apps/email/Mail.
You can try the following from an xterm, while Claws isn't running:
cd ~
cp -r apps/email/Mail/inbox Mail/osso (replace the second Mail if necessary with the name of your mailbox if it's not "Mail" or "Mailbox").
Start Claws again, tap-and-hold on the mailbox root folder, and choose "Check for new folders". a folder "osso" should appear containing your Osso emails.
Tell me if this works, I'll make an importer.
![]() |
2007-04-18
, 08:15
|
Posts: 67 |
Thanked: 18 times |
Joined on Mar 2007
|
#48
|
![]() |
2007-04-18
, 09:53
|
Posts: 46 |
Thanked: 3 times |
Joined on Jan 2007
|
#49
|
directory_where_script_is/back.sh foo
#!/bin/sh if [ -z "$1" -o ! -d ~/"$1" ] then echo "please enter the name of an existing mailbox folder" exit fi i=0 rm ~/$1/osso_to_claws/ -rf mkdir ~/$1/osso_to_claws/ for file in `ls ~/apps/email/Mail/Inbox/` do cp ~/apps/email/Mail/Inbox/$file ~/$1/osso_to_claws/$i i=$(($i + 1)) done echo "emails saved on ~/$1/osso_to_claws"
![]() |
2007-04-18
, 13:25
|
Posts: 148 |
Thanked: 4 times |
Joined on May 2006
|
#50
|
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.