Re: [DRAFT PATCH] modified notmuch-emacs-mua
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 29 Oct 2014 17:09:36 +0000 (19:09 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:05:50 +0000 (10:05 -0800)
ca/1f388db31e0c799fe0b6eccdb9b6d1c12e165d [new file with mode: 0644]

diff --git a/ca/1f388db31e0c799fe0b6eccdb9b6d1c12e165d b/ca/1f388db31e0c799fe0b6eccdb9b6d1c12e165d
new file mode 100644 (file)
index 0000000..f0afd74
--- /dev/null
@@ -0,0 +1,160 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id D2342431FCB\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Oct 2014 10:09:58 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id ok0dBvzcs0f2 for <notmuch@notmuchmail.org>;\r
+       Wed, 29 Oct 2014 10:09:54 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9C837431FB6\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Oct 2014 10:09:53 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 51C9F100051\r
+       for <notmuch@notmuchmail.org>; Wed, 29 Oct 2014 19:09:36 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [DRAFT PATCH] modified notmuch-emacs-mua\r
+In-Reply-To: <1405026779-29966-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1405026779-29966-1-git-send-email-tomi.ollila@iki.fi>\r
+User-Agent: Notmuch/0.18.1+130~ga61922f (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 29 Oct 2014 19:09:36 +0200\r
+Message-ID: <m24mumvm3z.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 29 Oct 2014 17:09:59 -0000\r
+\r
+\r
+This mail id:1405026779-29966-1-git-send-email-tomi.ollila@iki.fi\r
+has not got much attention, probably due it is marked as 'draft'\r
+and as it was not marked 'needs-review' in nmbug (this is now changed).\r
+\r
+As the script is IMO in good condition (is IMO feature-complete and robust)\r
+the draftness comes from the commit message being blunt and the namual .rst\r
+not (yet updated).\r
+\r
+I've been using this version like 3-10 times per week for quite a long time\r
+now. I normaly use the -nw, --to, --subject and --body options to send\r
+work-related mail. Just yesterday I was planning to also use the --from\r
+option to send email on (mutually agreed) behalf of a colleaque...\r
+\r
+This is somewhat more complex than the older alternative at\r
+id:1404244957-3671-1-git-send-email-david@tethera.net, but addresses\r
+the comments I sent in id:m2k37thvq1.fsf@guru.guru-group.fi .\r
+\r
+I think the script is straightforward enough for anyone who knows \r
+shell scripts a bit more than just the shiny surface ;)\r
+\r
+This script also handles mailto: urls -- I just set firefox to run\r
+this script on mailto: links and (in my case) emacs in my X desktop\r
+appears with Message buffer filled with initial contents as expected.\r
+If mailto: link had body content, then Message buffer was in modified\r
+state (otherwise not!), which is a bit PITA to exit in case of accidental\r
+clicks. I have a potential "fix" for that in a diff that otherwise contains\r
+comment changes below -- whether the fix should be applied is a bit\r
+controversial -- is there a chance that some other buffer is set to\r
+non-modified state; I tried with emacsclient(1) interface (too) and\r
+right buffer was set to non-modified state in this case too...\r
+\r
+If users are interested to have this version of notmuch-emacs-mua\r
+available in future notmuch versions I'll update the manual .rst,\r
+pick David's manual building change and write suitable commit message to \r
+the forthcoming patch email.\r
+\r
+Tomi\r
+\r
+First the "commit message" from previous mail and then diff of further\r
+changes after that:\r
+\r
+> Highlights:\r
+>\r
+> * notmuch-emacs-mua without arguments runs (notmuch-hello)\r
+>\r
+> * runs emacs(1) in case emacsclient(1) fails to connect to running emacs\r
+>\r
+> * takes -nw option\r
+>\r
+> * handles mailto:\r
+>\r
+> * --from option when sending non-mailto: way\r
+>\r
+> * -i includes file --body[= ]string inserts string\r
+> ---\r
+\r
+diff --git a/notmuch-emacs-mua b/notmuch-emacs-mua\r
+index b1696f7..2dfd160 100755\r
+--- a/notmuch-emacs-mua\r
++++ b/notmuch-emacs-mua\r
+@@ -24,14 +24,14 @@\r
\r
+ set -eu\r
\r
+-# "expand" '\' to '\\' & '"' to '\"'\r
++# "expand" '\' to '\\' and '"' to '\"'\r
+ escape_optarg ()\r
+ {\r
+     OPTARG=${OPTARG//\\/\\\\}; OPTARG=${OPTARG//\"/\\\"}\r
+ }\r
\r
+-# ditto, in case there is '\n' sequence in the source, otherwise\r
+-# "expand" only trailing '\'s to '\\'s\r
++# ditto, in case there is '\"' sequence in the source,\r
++# otherwise "expand" only trailing '\'s to '\\'s\r
+ escape_body_optarg ()\r
+ {\r
+     case ${OPTARG} in\r
+@@ -54,6 +54,7 @@ exec_mua ()\r
+     fi\r
+     ${X:-exec} "$emacs" $W --eval "$*"\r
+     exit\r
++    # unused alternative to the above\r
+     ${X:-exec "$emacs" $W --eval} "$*"\r
+ }\r
\r
+@@ -71,9 +72,11 @@ while\r
+           continue\r
+           ;;\r
+       mailto:*)\r
++          # concatenate all args to one string, using ';' as a separator\r
+           oIFS=$IFS; IFS=; OPTARG="$*" IFS=$oIFS\r
+           escape_optarg\r
+-          exec_mua "(progn (require 'notmuch) (browse-url-mail \"$OPTARG\"))"\r
++          exec_mua "(progn (require 'notmuch) (browse-url-mail \"$OPTARG\")\r
++              (set-buffer (window-buffer)) (set-buffer-modified-p nil))"\r
+           exit\r
+     esac\r
\r
+@@ -176,6 +179,7 @@ done\r
\r
+ # Positional parameters.\r
+ for arg; do\r
++    # like escape_optarg, but for 'arg' variable\r
+     arg=${arg//\\/\\\\}; arg=${arg//\"/\\\"}\r
+     TO=${TO:+$TO, }${arg}\r
+ done\r
+\r
+\r