From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A00826DE0C51 for ; Fri, 13 Sep 2019 14:43:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 1.049 X-Spam-Level: * X-Spam-Status: No, score=1.049 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YyoSeRD08M7e for ; Fri, 13 Sep 2019 14:43:49 -0700 (PDT) Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) by arlo.cworth.org (Postfix) with ESMTPS id 0B3AC6DE0B78 for ; Fri, 13 Sep 2019 14:43:49 -0700 (PDT) Received: by mail-io1-f51.google.com with SMTP id r26so65688327ioh.8 for ; Fri, 13 Sep 2019 14:43:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=tY3jJP7Cy4uCnfYqWvV/sWz90ybBEzdcwNhIy+slf1U=; b=uqEMX+Bx05OQHfG4F6iJPqStQgdKnl56VxipOTL+uYz2Al+nITs7Q4Px9yPRiyJv6C HY1nyron4M4evnwIHIbWHoAT8TKZKUgu8UlQf52jxBGzaHoXFMR2PoR82CTBiNMv9yNJ JPeEeFvxTfTl1VGBZ7NPdBQlhQXLC49jfXv0W5PT8qrG5PdVe0UYypn3VIZ90EoCNfuA G3lLgD29VrGgLLzV60ovYTMFYA9GSthPf9BUgxjNYWl5fK63JXcEp39is/PfHg4jRm2P qhn9yo89xlSQab+5Y7t46XJIhaWQbIYpTb58YPr8TuoSqR4I7kcUNQYiw5eGog5qmdUb Nz3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=tY3jJP7Cy4uCnfYqWvV/sWz90ybBEzdcwNhIy+slf1U=; b=RA+XVLihF+Sa2YNEE5proEDbz90mENNhL63Eou5pKTHx7QcrHr3p4YrWgcminGTaj2 0yJMNUYcjLlR74bj3RY5rsJKpZBkwsjd8OooOeETeD5lWSs9cxpXRxNaqmkz+nAoo1Gq Dqy7gR919tbXFFgEWl5QpcT8lpUcM0YfJg0E3ixb6A1I/cfwi+T0EDbTnuGWAU1UUd4T yMdSRuAl8mJT6AmbPzS6B+VbzG0iWwYEgmXy6bwT9SMZQYt1vmtFQviFnz14U2ZKr17d c/CFQBBJTEQnVGUg0JiMXr2foIk7SLgnPnYreYSNyPt0Jj+/zZtTEVTs6C4RMf3irm2p gVJA== X-Gm-Message-State: APjAAAWCsFUEA7x9rZaK9Rd69xk61NbUXu4u4yRDpWK+akAxYiJ4oVer nRAXqAP8KbnB3s223PB4llrL4Zni3w0= X-Google-Smtp-Source: APXvYqyt9SgmaglLmVCVJu/UjaBbbdPnMeaezIOgsV7wsq/HwJo8VrKEuL2ilZXRH5C0jHy4InLrYA== X-Received: by 2002:a02:904d:: with SMTP id y13mr18815013jaf.139.1568411024450; Fri, 13 Sep 2019 14:43:44 -0700 (PDT) Received: from localhost (wireless-165-124-145-232.nuwlan.northwestern.edu. [165.124.145.232]) by smtp.gmail.com with ESMTPSA id k66sm48915394iof.25.2019.09.13.14.43.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Sep 2019 14:43:43 -0700 (PDT) From: yangsheng6810@gmail.com X-Google-Original-From: yangsheng@gmail.com To: notmuch@notmuchmail.org Subject: Wiki for using notmuch with Emacs is outdated Date: Fri, 13 Sep 2019 16:43:42 -0500 Message-ID: <87r24jrhwx.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Fri, 13 Sep 2019 21:43:49 -0000 The package name for `org-notmuch.el` was changed to `ol-notmuch` in the fo= llowing commit in org-mode on March 2nd 2019. 499c0a50c * bad Prefix link-related libraries filenames with "ol" Therefore, the descriptions at https://notmuchmail.org/emacstips/#index24h2= need to be updated. --=20 Sheng Yang(=E6=9D=A8=E5=9C=A3), PhD student Computer Science Department University of Maryland, College Park E-mail: styang@fastmail.com E-mail(old): yangsheng6810@gmail.com