X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacstips.mdwn;h=1c84545104154ac8c24633806a63d22cfc16b545;hb=44097e84934cdeb300cb526b682e710c4784383d;hp=fd8d0efbcad5b9de402b5288a56e36c7ea475a07;hpb=a48ddbaa8a891995104a76cc48a93c55407f565e;p=notmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index fd8d0ef..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 @@ -441,7 +442,7 @@ address autocompletion. You can also use the notmuch database as a mail address book itself. To do this you need a command line tool that outputs likely address -candidates based on a search string. There are currently three +candidates based on a search string. There are currently four available: * The python tool `notmuch_address.py` (`git clone @@ -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)