From: Tomi Ollila Date: Sun, 7 Apr 2013 19:02:56 +0000 (+0300) Subject: Re: [PATCH 0/3] config: follow symlinks when saving X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6930d126cb5e34642ab05493ce7a97f021a595ff;p=notmuch-archives.git Re: [PATCH 0/3] config: follow symlinks when saving --- diff --git a/7a/ef900725ee31bb3510d0eb327051b4cd273417 b/7a/ef900725ee31bb3510d0eb327051b4cd273417 new file mode 100644 index 000000000..5d7be9901 --- /dev/null +++ b/7a/ef900725ee31bb3510d0eb327051b4cd273417 @@ -0,0 +1,90 @@ +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 0AA2D431FB6 + for ; Sun, 7 Apr 2013 12:03:00 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 Pc1lYzS8Birj for ; + Sun, 7 Apr 2013 12:02:59 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 10817431FAE + for ; Sun, 7 Apr 2013 12:02:59 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 7C21F100093; + Sun, 7 Apr 2013 22:02:56 +0300 (EEST) +From: Tomi Ollila +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/3] config: follow symlinks when saving +In-Reply-To: +References: +User-Agent: Notmuch/0.15.2+75~gd7fa7c4 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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, 07 Apr 2013 19:03:00 -0000 + +On Sun, Apr 07 2013, Jani Nikula wrote: + +> This is v4 of [1], adding tests (and some semi-related TODO file +> updates). The actual code is the same as before. +> +> This makes my symlink based dotfiles setup happy. + +Looks good and + PASS Read config file through a symlink + PASS Write config file through a symlink + PASS Writing config file through symlink follows symlink + +> +> BR, +> Jani. + +Tomi + + +> +> [1] id:1362320310-10930-1-git-send-email-jani@nikula.org +> +> +> Jani Nikula (3): +> test: add some config file tests +> cli: config: do not overwrite symlinks when saving config file +> TODO: remove some completed todo items from the list +> +> devel/TODO | 14 -------------- +> notmuch-config.c | 24 ++++++++++++++++++++---- +> test/config | 23 +++++++++++++++++++++++ +> 3 files changed, 43 insertions(+), 18 deletions(-) +> +> -- +> 1.7.10.4 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch