From mboxrd@z Thu Jan 1 00:00:00 1970 From: contact.ng0@cryptolab.net Subject: Add tokyocabinet, Add databases to neomutt Date: Sat, 11 Feb 2017 21:07:39 +0000 Message-ID: <20170211210741.8863-1-contact.ng0@cryptolab.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cces7-0007aY-Rb for guix-devel@gnu.org; Sat, 11 Feb 2017 16:06:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cces6-0001wl-RU for guix-devel@gnu.org; Sat, 11 Feb 2017 16:06:19 -0500 Received: from aibo.runbox.com ([91.220.196.211]:43100) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cces6-0001we-KF for guix-devel@gnu.org; Sat, 11 Feb 2017 16:06:18 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1cces5-0006x5-EI for guix-devel@gnu.org; Sat, 11 Feb 2017 22:06:17 +0100 Received: from x5d83f362.dyn.telefonica.de ([93.131.243.98] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1ccerk-0007aS-VL for guix-devel@gnu.org; Sat, 11 Feb 2017 22:05:57 +0100 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org [PATCH 1/2] gnu: Add tokyocabinet. Pretty straight forward, just adds the database. [PATCH 2/2] gnu: neomutt: Configure with 'lmdb' and 'tokyocabinet'. Adds the lmdb and tokyocabinet as two more choices of database backends to neomutt. This is not a problem for neomutt as multiple backends can be handled at the same time.