Topic RSS
8:52 am
Would it be possible to have an additional append to subject that really acctually Appends to the end of the subject and not the beginnning like it does now, it really prepends or inserts at moment. The reason for this is I'd like to set filter up to forward to the ToodleDoo service but it requires custom formating to be appened to the end of the subject to really work properly and preserve the subject line as the todo title. Please could you add this extra feature, thanks
I'm not sure that the "append to subject" (which I see is confusingly named) would actually work on a forward action. Have you tried it? It only changes the message subject in the local database, not in the message itself, and code that reads the message directly to get the subject won't see it.
As to the customization, it would be really easy for you to modify the code yourself to do exactly what you want. The extension .xpi file is just a zip file, unzip an open the file content/filtaquilla.js There you will find a function " _mimeAppend". Just change this line:
appendedSubject = utf8Append decodedSubject;
to:
appendedSubject = decodedSubject utf8Append;
Of course then you'd have the issue of maintaining this with new versions, which might be a pain … I'll make a note of this in my bug database, and try to add some sort of workaround in future versions.
Most Users Ever Online: 18
Currently Online:
8 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Member Stats:
Guest Posters: 130
Members: 565
Moderators: 1
Admins: 1
Forum Stats:
Groups: 1
Forums: 7
Topics: 231
Posts: 802
Newest Members: Matteo, p.dobrogost, gaute, Mythobeast, terry, Livraria Notre Dame
Moderators: rkent (323)
Administrators: rkent (323)
Log In
Register
Members
Home
Add Reply
Add Topic
Quote
Offline

Recent Comments