Commit b52a7e30902e

Vincent Demeester <vincent@sbr.pm>
2025-01-23 23:22:31
users/vincent: disable gmail based email…
… will attack the issue a different way. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 1a57c8e
Changed files (1)
users
users/vincent/default.nix
@@ -153,20 +153,20 @@ in
               #   notmuch.enable = true;
               #   msmtp.enable = true;
               # };
-              "redhat" = {
-                primary = true; # because it's work, but it's really just for notmuch
-                address = "vdemeest@redhat.com";
-                userName = "vdemeest@redhat.com";
-                realName = "Vincent Demeester";
-                passwordCommand = "${pkgs.passage}/bin/passage show mails/gmail/redhat";
-                imap.host = "imap.gmail.com";
-                smtp.host = "smtp.gmail.com";
-                flavor = "gmail.com";
-                lieer.enable = true;
-                # mu.enable = true;
-                notmuch.enable = true;
-                msmtp.enable = true;
-              };
+              # "redhat" = {
+              #   primary = true; # because it's work, but it's really just for notmuch
+              #   address = "vdemeest@redhat.com";
+              #   userName = "vdemeest@redhat.com";
+              #   realName = "Vincent Demeester";
+              #   passwordCommand = "${pkgs.passage}/bin/passage show mails/gmail/redhat";
+              #   imap.host = "imap.gmail.com";
+              #   smtp.host = "smtp.gmail.com";
+              #   flavor = "gmail.com";
+              #   lieer.enable = true;
+              #   # mu.enable = true;
+              #   notmuch.enable = true;
+              #   msmtp.enable = true;
+              # };
             };
           };
         }