nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
6.62k stars 1.74k forks source link

maildir-rank-addr module #4883

Open RyanGibb opened 7 months ago

RyanGibb commented 7 months ago

It would be very useful to have a module for https://github.com/ferdinandyb/maildir-rank-addr to act as an address book for email clients like aerc. I can have a go at writing one if there's appetite for upstreaming it.

teto commented 7 months ago

you can add a HM module in your config without upstreaming it. If you are happy with it, let's upstream

RyanGibb commented 7 months ago

I've actually ended up doing something a bit custom with maildir-rank-addr as well as an ldap query, but something like:

  compose.address-book-cmd = "${pkgs.ugrep}/bin/ugrep -jPh -m 100 --color=never "$1" {config.accounts.email.maildirBasePath}/addressbook;

Would make sense to upstream for aerc-accounts.

RyanGibb commented 7 months ago

I think this is blocked on https://github.com/NixOS/nixpkgs/pull/280334 though

stale[bot] commented 4 months ago

Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting.

If you are the original author of the issue

* If this is resolved, please consider closing it so that the maintainers know not to focus on this. * If this might still be an issue, but you are not interested in promoting its resolution, please consider closing it while encouraging others to take over and reopen an issue if they care enough. * If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.

If you are not the original author of the issue

* If you are also experiencing this issue, please add details of your situation to help with the debugging process. * If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.

Memorandum on closing issues

Don't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort.