fixup! update email settings
This commit is contained in:
parent
fb5a779c9e
commit
59c60cf9b2
|
@ -3,7 +3,9 @@ let
|
||||||
|
|
||||||
downloadEmails = "${pkgs.offlineimap}/bin/offlineimap";
|
downloadEmails = "${pkgs.offlineimap}/bin/offlineimap";
|
||||||
afterSync = "${pkgs.notmuch}/bin/notmuch new";
|
afterSync = "${pkgs.notmuch}/bin/notmuch new";
|
||||||
onNewEmails = "${pkgs.libnotify}/bin/notify-send 'You've got mail!'";
|
onNewEmails = ''
|
||||||
|
${pkgs.libnotify}/bin/notify-send "You've got mail!"
|
||||||
|
'';
|
||||||
|
|
||||||
defaultAccountSettings = {
|
defaultAccountSettings = {
|
||||||
astroid.enable = true;
|
astroid.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue