From 2e9074a435c0a80b44bd7a8d1a050884dcb44bce Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 19 May 2019 01:43:05 -0400 Subject: [PATCH] emacs: add local gnu account --- .emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index be59294..a1da362 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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") -- 2.20.1