From 08e339fc874faba99ee8bf0c21a966c88cd62923 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 23 Jan 2020 17:54:56 -0500 Subject: update some more bandali references to mab --- .config/getmail/getmailrc | 2 +- .config/guix/channels.scm | 9 +++++---- .config/isync/mbsyncrc | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to '.config') diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc index 8f14bea..5caed23 100644 --- a/.config/getmail/getmailrc +++ b/.config/getmail/getmailrc @@ -2,7 +2,7 @@ type = SimplePOP3SSLRetriever server = fencepost.gnu.org username = mab -password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg") +password_command = ("gpg", "--no-tty", "-q", "-d", "/home/mab/.passwd/gnu.gpg") port = 995 use_apop = True diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm index 61a3d36..ba69e32 100644 --- a/.config/guix/channels.scm +++ b/.config/guix/channels.scm @@ -1,7 +1,8 @@ (list (channel (name 'guix) - ;; (url "file:///home/bandali/src/git/guix") - (url "https://git.savannah.gnu.org/git/guix.git")) + ;; (url "file:///home/mab/src/git/guix") + (url "https://git.savannah.gnu.org/git/guix.git") + (commit "7357b3d7a52eb5db1674012c50d308d792741c48")) (channel - (name 'guix-bandali) - (url "file:///home/bandali/src/git/guix-bandali"))) + (name 'guix-mab) + (url "file:///home/mab/src/git/guix-mab"))) diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index d348139..12e08e2 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -41,7 +41,7 @@ Account gnub IMAPAccount gnub-local Host 127.0.0.1 Port 143 -User bandali@gnu.local +User mab@gnu.local PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub-local.gpg" SSLType None -- cgit v1.2.3-60-g2f50