home-manager icon indicating copy to clipboard operation
home-manager copied to clipboard

maildir-rank-addr module

Open RyanGibb opened this issue 6 months ago • 4 comments

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.

RyanGibb avatar Jan 11 '24 20:01 RyanGibb

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

teto avatar Jan 24 '24 10:01 teto

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 avatar Jan 24 '24 13:01 RyanGibb

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

RyanGibb avatar Jan 24 '24 13:01 RyanGibb

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.

stale[bot] avatar Apr 28 '24 11:04 stale[bot]