From 2076d084ff627910df299ae0c9840cd5e88341de Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 14 Nov 2017 16:30:56 +0100 Subject: [PATCH] [Gnus] Remove duplicate space Important! --- gnus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnus b/gnus index 6b0fc13..b4ff056 100644 --- a/gnus +++ b/gnus @@ -30,7 +30,7 @@ SMTP user." (choice :tag "SMTP Stream Type" (const nil) (const starttls) (const plain) (const ssl)) (integer :tag "SMTP Service Port") - (string :tag "SMTP Login Name")))) + (string :tag "SMTP Login Name")))) (defcustom db/personal-gnus-filter-rules nil "Default filter rules as used by Gnus for `user-mail-address’."