pigdin purple: handle dir names starting with # and html logs
This commit is contained in:
parent
d75a4ae7a6
commit
9d26fe43cf
@ -100,6 +100,7 @@ text/x-html-aptosid-man = exec rclaptosidman
|
|||||||
text/x-mail = internal
|
text/x-mail = internal
|
||||||
text/x-man = exec rclman
|
text/x-man = exec rclman
|
||||||
text/x-purple-log = exec rclpurple
|
text/x-purple-log = exec rclpurple
|
||||||
|
text/x-purple-html-log = internal text/html
|
||||||
text/x-python = exec rclpython
|
text/x-python = exec rclpython
|
||||||
text/x-shellscript = internal
|
text/x-shellscript = internal
|
||||||
|
|
||||||
@ -167,6 +168,7 @@ text/x-mail = message
|
|||||||
text/x-man = document
|
text/x-man = document
|
||||||
application/x-chm = document
|
application/x-chm = document
|
||||||
text/x-purple-log = pidgin
|
text/x-purple-log = pidgin
|
||||||
|
text/x-purple-html-log = pidgin
|
||||||
text/x-python = text-x-python
|
text/x-python = text-x-python
|
||||||
|
|
||||||
[categories]
|
[categories]
|
||||||
@ -234,6 +236,7 @@ message = message/rfc822 \
|
|||||||
text/x-gaim-log \
|
text/x-gaim-log \
|
||||||
text/x-mail \
|
text/x-mail \
|
||||||
text/x-purple-log \
|
text/x-purple-log \
|
||||||
|
text/x-purple-html-log \
|
||||||
|
|
||||||
other = application/vnd.sun.xml.draw \
|
other = application/vnd.sun.xml.draw \
|
||||||
application/vnd.sun.xml.draw.template \
|
application/vnd.sun.xml.draw.template \
|
||||||
|
|||||||
@ -127,6 +127,7 @@ recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
|||||||
.txt = text/x-gaim-log
|
.txt = text/x-gaim-log
|
||||||
[~/.purple]
|
[~/.purple]
|
||||||
.txt = text/x-purple-log
|
.txt = text/x-purple-log
|
||||||
|
.html = text/x-purple-html-log
|
||||||
|
|
||||||
# Special handling of aptosid manual menu system
|
# Special handling of aptosid manual menu system
|
||||||
[/usr/share/aptosid-manual]
|
[/usr/share/aptosid-manual]
|
||||||
|
|||||||
@ -185,3 +185,7 @@ localfields = rclaptg=gnuinfo
|
|||||||
# Enable thunderbird mbox format quirks where appropriate
|
# Enable thunderbird mbox format quirks where appropriate
|
||||||
[~/.thunderbird]
|
[~/.thunderbird]
|
||||||
mhmboxquirks = tbird
|
mhmboxquirks = tbird
|
||||||
|
|
||||||
|
# pidgin / purple directories for irc chats have names beginning with #
|
||||||
|
[~/.purple]
|
||||||
|
skippedNames =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user