[recoll-user] libpurple support

  • From: Linos <info@xxxxxxxx>
  • To: recoll-user@xxxxxxxxxxxxx
  • Date: Sun, 14 Sep 2008 16:20:02 +0200

I have changed too the pidgin filter (old gaim) to support new log format and added an icon to it.


mimeconf:
[index]
text/x-purple-log = exec rclpurple

[icons]
text/x-purple-log = pidgin

[categories]
message = \
      text/x-purple-log

mimemap:
[~/.purple]
.txt = text/x-purple-log

The icon of the application it is distributed with pidgin source code that it is under gpl too. I attach the diff to make the old rclgaim filter works with newer libpurple logs that pidgin generates, only the date format has changed i think.

PNG image

18c18
< progname="rclgaim"
---
> progname="rclpurple"
95c95
<     if (NF != 9) {
---
>     if (NF != 13) {
100,102c100,102
<     from = $8
<     proto = $9
<     date = $5 " " $6
---
>     from = $12
>     proto = $13
>     date = $5 " " $6 " " $7 " " $8 " " $9 " " $10

Other related posts: