On 1/14/24 07:56, gene heskett wrote:
On 1/14/24 04:58, David Christensen wrote:
find . -xdev -iname '*filter*'
gene@coyote:/etc$ sudo find . -xdev -iname '*filter*'
[sudo] password for gene:
./libreoffice/registry/graphicfilter.xcd
./libreoffice/registry/xsltfilter.xcd
./fonts/conf.d/11-lcdfilter-default.conf
./xdg/kshorturifilterrc
./alternatives/bogofilter
./bogofilter.cf
./apache2/mods-enabled/filter.load
./apache2/mods-available/filter.load
./apache2/mods-available/ext_filter.load
./modules-load.d/cups-filters.conf
gene@coyote:/etc$
I don't see anything thunderbird there. I have some macular degeneration but wouldn't call myself blind, yet...

Thanks David.

Cheers, Gene Heskett.


On 1/14/24 08:09, Arno Lehmann wrote:
> why sudo, and why in /etc ?


On 1/14/24 14:00, gene heskett wrote:
> I thought find was global. Its not? My mistake then.


You need to tell find(1) where to start searching via the "starting-point" argument This incantation makes it explicit that find(1) should search the ".thunderbird" subdirectory in your home directory:

2024-01-14 16:56:50 dpchrist@laalaa ~
$ find $HOME/.thunderbird -iname '*filter*'
/home/dpchrist/.thunderbird/dpchrist/Mail/Local Folders/msgFilterRules.dat
/home/dpchrist/.thunderbird/dpchrist/ImapMail/november.he-3.net/msgFilterRules.dat
/home/dpchrist/.thunderbird/dpchrist/ImapMail/november.he-2.net/msgFilterRules.dat
/home/dpchrist/.thunderbird/dpchrist/ImapMail/november.he-1.net/msgFilterRules.dat
/home/dpchrist/.thunderbird/dpchrist/ImapMail/november.he.net/msgFilterRules.dat



Once you have found the files, you can look inside for the bug.


David

Reply via email to