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 60A84431FD0 for ; Sun, 10 Jul 2011 09:00:10 -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 limYAqG8xxep for ; Sun, 10 Jul 2011 09:00:09 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3C459431FB6 for ; Sun, 10 Jul 2011 09:00:09 -0700 (PDT) Received: by wyh22 with SMTP id 22so2427067wyh.26 for ; Sun, 10 Jul 2011 09:00:08 -0700 (PDT) Received: by 10.216.60.17 with SMTP id t17mr2366708wec.29.1310313607842; Sun, 10 Jul 2011 09:00:07 -0700 (PDT) Received: from localhost ([109.131.150.231]) by mx.google.com with ESMTPS id t55sm437475weq.21.2011.07.10.09.00.06 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Jul 2011 09:00:07 -0700 (PDT) From: Pieter Praet To: Jameson Graef Rollins , Notmuch Mail Subject: Re: priorities for 0.7 In-Reply-To: <877h7vgxi3.fsf@servo.factory.finestructure.net> References: <877h7vgxi3.fsf@servo.factory.finestructure.net> User-Agent: Notmuch/0.5-324-gccc4638 (http://notmuchmail.org) Emacs/23.1.50.1 (x86_64-pc-linux-gnu) Date: Sun, 10 Jul 2011 18:00:04 +0200 Message-ID: <87box23z3v.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 10 Jul 2011 16:00:10 -0000 On Wed, 06 Jul 2011 09:55:00 -0700, Jameson Graef Rollins wrote: > Hey, folks. Now that 0.6 is *finally* out the door, it's time to start > working on 0.7. As Interim Distinguished co-Chief Vice Tyrant I have > been tasked with starting the discussion on 0.7 release priorities. > > Below is just the beginning of list of things that have been discussed > on the list that we should consider merging or working on for 0.7. It's > weighted towards stuff that I've worked on only because I'm more > familiar with the state of those patches. Please send follow-ups to > this list to elaborate on certain things, or bring up other patches that > should be considered [0]. We can then push on Carl to merge these ahead > of the 0.7 freeze. > > - notmuch-new atomicity: > > id:"1307822683-848-1-git-send-email-amdragon@mit.edu" > > I believe that the above is that latest version of this series; Austin > can point us to the right one if it's not. This is an important > series that is long overdue to be merged. It should definitely be a > top priority. +1 > - message/rfc822 part support: > > id:"1307120466-4980-1-git-send-email-jrollins@finestructure.net" > id:"1307320169-29905-1-git-send-email-jrollins@finestructure.net" > > rfc822 part handling is a bit broken now after the notmuch-show > rework. The above patch series should have been included in 0.6 to > fix a couple of regressions. In the meantime Austin and I have > started looking at further rework of notmuch-show to try to clean it > up even more. This rework might supersedes these patches, but it > depends on how far we get. > > - emacs: Add notmuch-show-refresh-view function > > id:"1306627784-3401-1-git-send-email-jrollins@finestructure.net" > > - emacs: Add callback functions to crypto sigstatus button. > > id:"1306861633-3873-1-git-send-email-jrollins@finestructure.net" > > - emacs: notmuch-hello improvements (Daniel Schoepe, Michal Sojka, > Dmitry Kurochkin, Pieter Praet) > > These guys have been working on various improvements to the > notmuch-hello page. I'll let them comment on where they're at with > that, and what should be merged. I assume you're referring to Dmitry's search widget patch ? The only role I played in it (apart from signing off on it) was that of commit message theft provoker :D. AFAIC, it's ripe for inclusion: - id:"1309768024-14584-1-git-send-email-dmitry.kurochkin@gmail.com" > - emacs: tagging race conditions (Austin Clements, Pieter Praet) > > Austin and Pieter have been looking at home to eliminate some race > conditions when tagging from the emacs interface. I'll let them > comment on where that's at. It's coming along nicely, mostly a case of dotting the i's, though I'm holding off on sending my new patch series until my bad attempt at a regexp is fixed: - id:"1310307099-25197-1-git-send-email-pieter@praet.org" Everyone's welcome to come point and laugh *but* the entrance fee to the party is a *consistently* working regexp. ;) Also, this patch series is a prerequisite: - id:"1310313335-4159-1-git-send-email-pieter@praet.org" > - emacs: default key bindings > > There's been a lot of discussion about default key bindings for the > emacs UI. This issue frankly terrifies me since I worry that it is > basically impossible to converge on anything. I think we'll need to > see a specific full proposal before we can really consider what to do > here. > > - I know there are other old patches that are sinking in to the abyss. > Hopefully any of those that are still relevant can be excavated. I'll be taking a look at the rest when I find some more time. Meanwhile, I'd like to push these excellent patches for inclusion: - [PATCH 4/5] Add notmuch-hook. Called when notmuch is started, before notmuch-hello buffer is created. - id:"1278000507-22290-5-git-send-email-dmitry.kurochkin@gmail.com" - [PATCH 5/5] Add notmuch-hello-hook. Called every time notmuch-hello buffer is updated. - id:"1278000507-22290-6-git-send-email-dmitry.kurochkin@gmail.com" - [PATCH v2] emacs: Turn id:"" elements into buttons for notmuch searches - id:"1309961881-28333-2-git-send-email-daniel.schoepe@googlemail.com" > jamie. > > [0] It's maybe not mainline notmuch related, but we really need to get > some sort of tag sharing system worked out. I can only imagine what > useful info is encoded in Carl's tags that would be invaluable for > everyone else to see, especially the release managers. > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch Peace -- Pieter