From 60ca634b35f60d061a6fd2a2a460974a3d64b8fe Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sat, 15 Aug 2015 12:05:10 +0300 Subject: [PATCH] [PATCH v4 0/5] notmuch-emacs-mua updates --- 63/798dd5bbcd387c2f06a1f686f5a015480c40ca | 85 +++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 63/798dd5bbcd387c2f06a1f686f5a015480c40ca diff --git a/63/798dd5bbcd387c2f06a1f686f5a015480c40ca b/63/798dd5bbcd387c2f06a1f686f5a015480c40ca new file mode 100644 index 000000000..ac04f0d00 --- /dev/null +++ b/63/798dd5bbcd387c2f06a1f686f5a015480c40ca @@ -0,0 +1,85 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 8AEEC6DE192C + for ; Sat, 15 Aug 2015 02:05:15 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.004 +X-Spam-Level: +X-Spam-Status: No, score=-0.004 tagged_above=-999 required=5 tests=[AWL=0.716, + RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] + 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 S-WntuBsJ7uL for ; + Sat, 15 Aug 2015 02:05:13 -0700 (PDT) +Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com + [209.85.212.180]) + by arlo.cworth.org (Postfix) with ESMTPS id 3DC5A6DE1908 + for ; Sat, 15 Aug 2015 02:05:13 -0700 (PDT) +Received: by wicja10 with SMTP id ja10so40754125wic.1 + for ; Sat, 15 Aug 2015 02:05:11 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:date:message-id; + bh=DroBX+vE+0rcwbcFLt/kdCw9yPTprbMSphhJ76eEPaw=; + b=JcY7Nb7ONRS2xvSjbShIaoLk34Ie+pSdRx64yOy1ArsowuRGyn/8yx2KYt32aX3rb5 + LJ7vHZVIPMwWmKcIugWOHatiQ80TwYUfkzwqU1MRtIzRLvuXv5y9JWKYPkuRKbl4yq01 + 5xUSqOLhMF+VEFhmUi118c+R/3058x+QY9xQN1wixrEkeiVB3l9vdETOjoyDuIzNx66R + 0jODINNrnpnZRb6wf0w8fvZ+P/bBAVjYESfbvs4wphNLHgirZr720MJ8/PN5u9odvoY9 + 3I77CLqR6nCUM/D+t6R+H5BrqTIPlaZlSo87kp0YQHV8xTHzCyiqs+H2tdPlF1kqlOWh + 5NGw== +X-Gm-Message-State: + ALoCoQm1yczYSLyeoIAgzKiZcbjqaYKmMhOoQHbc1j7zRa9MGF6b/xDKZPE6k7r4n7Z0qEFQZyV3 +X-Received: by 10.194.121.131 with SMTP id lk3mr8205162wjb.77.1439629511590; + Sat, 15 Aug 2015 02:05:11 -0700 (PDT) +Received: from localhost (mobile-access-bcee4f-131.dhcp.inet.fi. + [188.238.79.131]) + by smtp.gmail.com with ESMTPSA id o3sm7900446wjx.16.2015.08.15.02.05.10 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Sat, 15 Aug 2015 02:05:10 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH v4 0/5] notmuch-emacs-mua updates +Date: Sat, 15 Aug 2015 12:05:10 +0300 +Message-Id: +X-Mailer: git-send-email 2.1.4 +Cc: Tomi Ollila +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Sat, 15 Aug 2015 09:05:15 -0000 + +The main goal is to not force --create-frame on users who dislike +it. Split to some hopefully less controversial prep patches. + +BR, +Jani. + + +Jani Nikula (5): + man: clean up notmuch-emacs-mua man page + notmuch-emacs-mua: support --no-window-system also for non-client + notmuch-emacs-mua: move --client option handling around + notmuch-emacs-mua: add --auto-daemon option to start Emacs daemon as + needed + notmuch-emacs-mua: do not create a frame by default with --client + + doc/man1/notmuch-emacs-mua.rst | 21 ++++++++++++++++----- + notmuch-emacs-mua | 30 +++++++++++++++++++++--------- + 2 files changed, 37 insertions(+), 14 deletions(-) + +-- +2.1.4 + -- 2.26.2