Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2279D40DBC0 for ; Sun, 14 Nov 2010 15:33:20 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -4.19 X-Spam-Level: X-Spam-Status: No, score=-4.19 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=unavailable Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qHw6LTGCIRGf for ; Sun, 14 Nov 2010 15:33:08 -0800 (PST) Received: from brinza.cc.columbia.edu (brinza.cc.columbia.edu [128.59.29.8]) by olra.theworths.org (Postfix) with ESMTP id B6DD340DBC8 for ; Sun, 14 Nov 2010 15:33:08 -0800 (PST) Received: from servo.finestructure.net (cpe-74-66-82-137.nyc.res.rr.com [74.66.82.137]) (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0) by brinza.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id oAENX4Do001678 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 14 Nov 2010 18:33:05 -0500 (EST) Received: from jrollins by servo.finestructure.net with local (Exim 4.72) (envelope-from ) id 1PHm4A-0002fX-SF; Sun, 14 Nov 2010 18:32:58 -0500 From: Jameson Rollins To: Michal Sojka , Carl Worth , Scott Henson , notmuch Subject: Re: Web archive (was: Combining threads) In-Reply-To: <87eianr1g9.fsf@steelpick.2x.cz> References: <87mxpe81t9.fsf@yoom.home.cworth.org> <87eianr1g9.fsf@steelpick.2x.cz> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) Date: Sun, 14 Nov 2010 18:32:55 -0500 Message-ID: <87oc9reb14.fsf@servo.finestructure.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.68 on 128.59.29.8 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 23:33:20 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Sun, 14 Nov 2010 23:21:26 +0100, Michal Sojka wrot= e: > Gmane is not good? I'm quite satisfied with the following in my .emacs: >=20 > (defun notmuch-show-stash-gmane () > "Copy a link to gmane archive of the current message to kill-ring." > (interactive) > (notmuch-common-do-stash > (concat "http://mid.gmane.org/" > (replace-regexp-in-string > "^id:\"\\(.*\\)\"$" "\\1" (notmuch-show-get-message-id)))))) >=20 Hey, Michal. Nice tip. > (add-hook 'notmuch-show-hook > (lambda ()=20 > (define-key notmuch-show-stash-map "g" 'notmuch-show-stash-gmane))) For what it's worth, I think you can accomplish this my simply adding the following to your emacs config (assuming you've already loaded notmuch): (define-key notmuch-show-stash-map "g" 'notmuch-show-stash-gmane) jamie. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJM4HGnAAoJEO00zqvie6q8yhQP/iO0wyyJdx5O+uC8aes+xucp 1Ob/x79CRT932j9Ck0hQ7GYw78rhfjP/lKjCsrPgBxi0PRTUV51cgbZ25954k5Mw 2xbAz2OSW8MXxhuAI5+JNh3EmrN8500kC14kmL6FFAtZ+jLcIeGLsmTWWlZRHItQ 2W/rxk7EJ2Ubie75QvDaCJafj6U1Uw/ikTV6a5JaOOtcSJt+jGXz6ZsnUhLsJXvJ 38jkZA1qAedDb8Mf+Ie2ktxQpibwK11xml4X58w+wKF5E01sGIAVgJqDycQjf/i1 TFrP644yzgDB024AYK50RcFj+vBYe8uqi1ID8ZKHvbp88d8w9XYKZEsc4cNBP3hm rd49rT4G7iBU4eEc7zh4kTp+/3UncKDnJwo2cB46vrflPX614wTn6oaSLEe7ZW0h sSsvEHsC2LmJD3pMcHOLvcySqYAbRySIa1ogJFNq+4T7iNt6fW6L1XSRxo/3GNhc RVhOJo6F6KzlmZBkxrq/bYwN49sgieW8QHgH/4lZqlHXbPRaBSeJHE7roTJWrqGc icAP9DY/CaU4kk8Z1V2tSjOSAw0oqnBdsuvl7fc930mjtQT9N2y+wHlQMXlZ+gnD ptlfntwGHt2NAtFtvo6VM6KWJrC5OBz5T2mjTjrSUkYfINWL1jahRfKMdSXvCRVy GSHukdJAPRoJ4gSUDZ2K =zG5m -----END PGP SIGNATURE----- --=-=-=--