Loading
aerc: wrap show-ics-details.py to fix missing deps
The show-ics-details.py filter requires the Python package 'vobject', which is correctly specified in 'pythonPath'. However, the filter was not wrapped, causing it to fail at runtime due to the missing dependency.