mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
mail: fix breakage
This commit is contained in:
parent
f835376156
commit
3aec2a1030
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ with lib;
|
|||
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [ pkgs.notmuch-addrlookup ];
|
||||
programs.mbsync.enable = true;
|
||||
programs.neomutt.enable = true;
|
||||
programs.msmtp.enable = true;
|
||||
|
|
|
@ -68,7 +68,7 @@ set nm_default_url = "notmuch:///home/julien/Maildir"
|
|||
macro index \\ "<vfolder-from-query>"
|
||||
set metoo=yes
|
||||
|
||||
set query_command="notmuch-addrlookup --format=mutt '%s'"
|
||||
set query_command="notmuch-addrlookup --config /home/julien/.config/notmuch/default/config --format=mutt '%s'"
|
||||
set text_flowed
|
||||
|
||||
set collapse_unread = no
|
||||
|
|
Loading…
Add table
Reference in a new issue