quickFilters icon indicating copy to clipboard operation
quickFilters copied to clipboard

Right click -> Create filter from message no longer works

Open froginperil opened this issue 1 year ago • 1 comments

Thunderbird 115.3.2 (64-bit) from Fedora 38 RPMs.

The right click does nothing.

froginperil avatar Oct 19 '23 16:10 froginperil

Works for me - can you try the latest version (currently awaiting review on ATN) :

quickFilters-wx-6.3.zip


to install, download the zip file and drag it into Thunderbird Add-ons Manager (don't unpack contents)

If it still doesn't work, check the JavaScript error console.

  • Ctrl+Shift+J opens the error console

    IMPORTANT: Configure error console as follows:

image

  • If you need more information from quickFilters you can enable Debug Mode in advanced settings:

image

  • On the Advanced tab 1 , activate 2 Debug Mode then right-click it 3 to get additional log options...

image

  • For creating new filters you could enable the following options:
extensions.quickfilters.debug.buildFilter true
extensions.quickfilters.debug.createFilter true
  • Now you're ready for a test - carry out whatever steps you need for reproducing your issue - the log window will fill with messages.

  • First, clear error console window:
    image

  • Right-click on any message, then select Copy all Messages
    image

  • You can now paste your log results from the clipboard into your reply.

RealRaven2000 avatar Oct 19 '23 17:10 RealRaven2000