afewmail / afew

an initial tagging script for notmuch mail
ISC License
325 stars 97 forks source link

Get notmuch database path using Database wrapper #321

Closed aya closed 2 years ago

aya commented 2 years ago

It fixes #303 and closes #267, allowing FolderNameFilter to work with relative path in database.path of notmuch config file.

codecov[bot] commented 2 years ago

Codecov Report

Merging #321 (5a67af3) into master (2ebc909) will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #321      +/-   ##
==========================================
- Coverage   47.03%   46.98%   -0.05%     
==========================================
  Files          30       30              
  Lines        1080     1079       -1     
==========================================
- Hits          508      507       -1     
  Misses        572      572              
Flag Coverage Δ
unittests 46.98% <ø> (-0.05%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
afew/filters/FolderNameFilter.py 20.93% <ø> (-1.80%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ebc909...5a67af3. Read the comment docs.

GuillaumeSeren commented 2 years ago

Thank you for the patch @aya