emacs: add local gnu account
authorAmin Bandali <bandali@gnu.org>
Sun, 19 May 2019 05:43:05 +0000 (01:43 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 19 May 2019 15:30:51 +0000 (11:30 -0400)
.emacs.d/init.el

index be59294..a1da362 100644 (file)
@@ -1524,6 +1524,12 @@ For disabling the behaviour for certain buffers and/or modes."
             (nnimap-server-port 143)
             (nnimap-authenticator plain)
             (nnimap-user "amin@bndl.local"))
+     (nnimap "gnu"
+            (nnimap-stream plain)
+            (nnimap-address "127.0.0.1")
+            (nnimap-server-port 143)
+            (nnimap-authenticator plain)
+            (nnimap-user "bandali@gnu.local"))
      (nnimap "uw"
              (nnimap-stream plain)
              (nnimap-address "127.0.0.1")