Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use libnotmuch config api #757

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 29, 2024

  1. use libnotmuch to read notmuch config

    This requires libnotmuch >=5.4 (notmuch >= 0.32).
    
    cherry-pick from ibuclaw@a7c8ab5
    ibuclaw authored and jorsn committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    998b848 View commit details
    Browse the repository at this point in the history
  2. fix notmuch database tests

    jorsn committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    4bd20ed View commit details
    Browse the repository at this point in the history
  3. ci: drop Debian bullseye and Ubuntu focal

    We require libnotmuch >= 5.4 / notmuch >= 0.32,
    but bullseye has 0.31.4 and focal has 0.29.3
    (see https://repology.org/project/notmuch/versions).
    jorsn committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    cf84e3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    717ffcc View commit details
    Browse the repository at this point in the history