-
Yes, you can use http://addons.spicebird.org/en-US/spicebird/addon/17 for your purpose.
2009-09-11 15:29:57 UTC in Spicebird
-
You can set the signature for each account in the "Account Settings" window.
- Click Edit -> Account Settings
- Select email account in the left pane
- Select 'Attach this signature' and browse to select text file containing the signature.
2009-09-11 15:17:39 UTC in Spicebird
-
Please provide the URL from which you downloaded the binary and its checksum.
Thanks,
Siva.
2009-09-07 17:14:53 UTC in Spicebird
-
Fixed. Should be available in nightly builds by tomorrow.
2009-06-30 11:31:04 UTC in Spicebird
-
Hi mpropper,
I tried this.
- Installed Spicebird 0.4, created multiple addressbook, mailing lists and cards.
- Check for new updates.
- Start update to 0.7
- After restart, all my addresbook are intact. Delete option works fine.
Did you also follow the same procedure?.
2009-06-26 12:24:01 UTC in Spicebird
-
Hi Snoopy,
Thanks for the report. Raised a bug here, https://bugzilla.spicebird.org/show_bug.cgi?id=1174.
We will get this fixed soon.
2009-06-26 09:52:59 UTC in Spicebird
-
This is part 3 of https://sourceforge.net/tracker/?func=detail&aid=2809066&group_id=233724&atid=1091029.
Problem: Event not synced with the server when it contains an alarm.
net.fortuna.ical4j.data.ParserException: Error at line 8: Illegal property [DALARM]
at net.fortuna.ical4j.data.CalendarParserImpl.parse(CalendarParserImpl.java:139)
at...
2009-06-19 14:48:18 UTC in funambol-caldav
-
This is a problem 2 of https://sourceforge.net/tracker/?func=detail&aid=2809066&group_id=233724&atid=1091029, identified here: https://core.forge.funambol.org/ds/viewMessage.do?dsForumId=405&dsMessageId=56978.
Reason: Incorrect format specifier used in timestamp conversion functions
Attached patch fixes it.
2009-06-19 14:40:26 UTC in funambol-caldav
-
First time when I sync, all events (which do not have an alarm) are stored on the server. The immediate sync will delete all these events from my mobile.
Found some problems using the logs and made some changes. Since the changes address 3 different problems, I will raise 3 issues for that. This is the first one.
Problem:
CaldavInterface.Timestamp2UTC() receives myTime as null.
[2009-06-19...
2009-06-19 14:34:08 UTC in funambol-caldav
-
Should the Timestamp2UTC() function be changed similarly?
Index: src/main/java/it/babel/funambol/CalDAV/engine/CaldavInterface.java
===================================================================
--- src/main/java/it/babel/funambol/CalDAV/engine/CaldavInterface.java (revision 31)
+++ src/main/java/it/babel/funambol/CalDAV/engine/CaldavInterface.java (working copy)
@@ -411,9 +412,9 @@
*/.
2009-06-19 08:51:54 UTC in funambol-caldav