X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacstips.mdwn;h=1c84545104154ac8c24633806a63d22cfc16b545;hb=44097e84934cdeb300cb526b682e710c4784383d;hp=5f1ad2c007cd1df09c6193b3a3b279bd2c8be5d7;hpb=c9d0de64bbdfb8994fe2dbdcdcb6ac382eb0f064;p=notmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index 5f1ad2c..1c84545 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -1,3 +1,4 @@ +[[!img notmuch-logo.png alt="Notmuch logo" class="left"]] # Tips and Tricks for using notmuch with Emacs One of the more popular notmuch message reading clients is @@ -585,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)