]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
fix parenthesis in gnus-alias identity rules definition
[notmuch-wiki] / emacstips.mdwn
index 2269cb7739892cf9d63ff01315e6bf7e3e818d56..cfbcd3b6d0a20424eaa998d9fb0c105d52d14156 100644 (file)
@@ -583,8 +583,8 @@ Here is an example configuration.
         ;; Use "home" identity by default
         (setq gnus-alias-default-identity "home")
         ;; Define rules to match work identity
-        (setq gnus-alias-identity-rules)
-              '(("work" ("any" "john.doe@\\(example\\.com\\|help\\.example.com\\)" both) "work"))
+        (setq gnus-alias-identity-rules
+              '(("work" ("any" "john.doe@\\(example\\.com\\|help\\.example.com\\)" both) "work")))
         ;; Determine identity when message-mode loads
         (add-hook 'message-setup-hook 'gnus-alias-determine-identity)