]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
add missing ) to example code
[notmuch-wiki] / emacstips.mdwn
index cf4d4e25a93dfa0a20f19c4eee7acca7efc095d8..1c84545104154ac8c24633806a63d22cfc16b545 100644 (file)
@@ -586,7 +586,7 @@ 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
+        (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)