mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 11:19:44 +01:00
a839432a5c
mujmap is a tool that synchronizes mail between a mail server and
notmuch via JMAP. It's very similar to lieer, so I heavily based the
implementation of the notmuch module on lieer's. I did not include an
equivalent to lieer's periodic synchronization service, however,
because I plan to soon introduce a daemon mode to mujmap.
https://github.com/elizagamedev/mujmap
(cherry picked from commit d059b9448a
)
5 lines
138 B
Nix
5 lines
138 B
Nix
{
|
|
mujmap-defaults = ./mujmap-defaults.nix;
|
|
mujmap-fqdn-and-session-url-specified =
|
|
./mujmap-fqdn-and-session-url-specified.nix;
|
|
}
|