From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1EB82431FB6 for ; Tue, 21 Oct 2014 23:57:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 FHkHrCm5OlHW for ; Tue, 21 Oct 2014 23:57:05 -0700 (PDT) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id EE0B4431FAE for ; Tue, 21 Oct 2014 23:57:04 -0700 (PDT) Received: by mail-la0-f54.google.com with SMTP id gm9so2332633lab.41 for ; Tue, 21 Oct 2014 23:57:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:subject:to:references:in-reply-to :user-agent:message-id:mime-version:content-type :content-transfer-encoding; bh=PPcMCBm8Lql8LsgJ6JIN2OHfgC4+L8bEpAoYNKzwqNY=; b=ZRlfBDVNjWQJH86x/j8+DPmdeaELVINLYcl+i70Gwii13DJTdrACynOMVUQ3IaZ+tT b1BKIOxxT6jxLdGkdkiZKe62XM3jxbRFY5gU0Sf6mAhyNbL8NIjOG+c2Z+5IhmB8G7MU r3HqeQm8/dJPlef1cuyNPNTC9RCVgohTAU8c1mu5tN1WKQfS3I5vBskRl+Ni/4msPFwG fzmlp3bo5lKfzrrun5v7EyAS25hrinE64Jnt/oQ5SoJv/xm/TbdUa69B3pbl2XUHG2Nq /lqR5hSi6h5BYhkq3pcwt76dtsK4OMZ+kCz1mfpcrGwWgkYFAfrZhfCHaqYi6lJH9ffg l4vg== X-Gm-Message-State: ALoCoQkMH4/IgHdw1TFhbUkZc0KPMQOi2EULWCXxgaWeSchNxf5FctXf2Kn0lSM6/fikpCsg/Ct8 X-Received: by 10.112.57.227 with SMTP id l3mr39521190lbq.68.1413961023290; Tue, 21 Oct 2014 23:57:03 -0700 (PDT) Received: from localhost (cD572BF51.dhcp.as2116.net. [81.191.114.213]) by mx.google.com with ESMTPSA id ju20sm5419734lab.14.2014.10.21.23.57.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Oct 2014 23:57:02 -0700 (PDT) Date: Wed, 22 Oct 2014 06:57:02 +0000 From: Gaute Hope Subject: Re: Looking for the perfect mail client To: "notmuch@notmuchmail.org" , Sepp Tannhuber References: <1413885757.29658.YahooMailNeo@web172702.mail.ir2.yahoo.com> <1413890106-astroid-0-86wl0ou9rn-2995@strange> <1413960408.68372.YahooMailNeo@web172702.mail.ir2.yahoo.com> In-Reply-To: <1413960408.68372.YahooMailNeo@web172702.mail.ir2.yahoo.com> User-Agent: astroid/v554cefbd (https://github.com/gauteh/astroid) Message-Id: <1413960821-astroid-2-tcoyfzmtkt-18963@strange> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable 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: Wed, 22 Oct 2014 06:57:14 -0000 Excerpts from Sepp Tannhuber's message of October 22, 2014 8:46: > Gaute Hope schrieb am 13:19 Dienstag, 21.Oktober 201= 4: > > >> I am working on something called 'astroid' which is a GTK+ and WebKit >> based email client for notmuch. > > That's really interesting. From your description, it's exactly what > I would like to have. At the moment, compilation fails: > > compiling =3D=3D> src/astroid.cc > In file included from src/main_window.hh:7:0, > from src/astroid.cc:22: > src/command_bar.hh:23:44: error: expected class-name before '{' token > class CommandBar : public Gtk::SearchBar { > ^ > src/command_bar.hh:38:12: error: 'SearchEntry' in namespace 'Gtk' does no= t name a type > Gtk::SearchEntry entry; > ^ > In file included from src/main_window.hh:8:0, > from src/astroid.cc:22: > src/modes/mode.hh:35:12: error: 'Revealer' in namespace 'Gtk' does not na= me a type > Gtk::Revealer * rev_yes_no; > ^ > scons: *** [src/astroid.o] Error 1 > scons: building terminated because of errors. > Thanks for trying! You need a newer version of GTK+, I think at least version 3.10 (I am using 3.12 on Arch Linux) [0]. Cheers, Gaute [0] https://help.gnome.org/misc/release-notes/3.10/developers.html.en =