* notmuch-emacs replying produces excessive indenting on multipart/signed or multipart/mixed amil?
@ 2016-04-09 10:26 Daniel Kahn Gillmor
2016-04-09 19:09 ` David Bremner
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Kahn Gillmor @ 2016-04-09 10:26 UTC (permalink / raw)
To: notmuch
[-- Attachment #1: Type: text/plain, Size: 1096 bytes --]
Hey all--
I'm running from the head of notmuch development right now, and when i
reply to multipart/signed or multipart/mixed mail in notmuch-emacs, i'm
noticing that the attributed text now has excessive indentation (it did
not when running from the latest release).
to be clear, i'm talking about replies that now look like:
-------------
On Sat, 09 Apr 2016 01:02:29 +0200, Test User <test@exmaple.org> wrote:
> This is some example text. in the original message, it is
> flush-aligned on the left-hand side.
-------------
instead of what i want, which is:
-------------
On Sat, 09 Apr 2016 01:02:29 +0200, Test User <test@exmaple.org> wrote:
> This is some example text. in the original message, it is
> flush-aligned on the left-hand side.
-------------
interestingly, the command line still shows the right thing:
notmuch reply id:$MSGID
has the correct layer of indentation, as does:
notmuch reply --decrypt id:$MSGID
Does anyone else see this behavior? If you're using notmuch-emacs, try
replying to this message and looking at the attributed text.
--dkg
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 948 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: notmuch-emacs replying produces excessive indenting on multipart/signed or multipart/mixed amil?
2016-04-09 10:26 notmuch-emacs replying produces excessive indenting on multipart/signed or multipart/mixed amil? Daniel Kahn Gillmor
@ 2016-04-09 19:09 ` David Bremner
2016-04-11 23:37 ` Daniel Kahn Gillmor
0 siblings, 1 reply; 7+ messages in thread
From: David Bremner @ 2016-04-09 19:09 UTC (permalink / raw)
To: Daniel Kahn Gillmor, notmuch
Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:
>
> Does anyone else see this behavior? If you're using notmuch-emacs, try
> replying to this message and looking at the attributed text.
>
> --dkg
Hi Daniel;
I don't see it in "0.21+99~gd93d377" with emacs -q. Can you try that,
and if there is some settings issue?
d
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: notmuch-emacs replying produces excessive indenting on multipart/signed or multipart/mixed amil?
2016-04-09 19:09 ` David Bremner
@ 2016-04-11 23:37 ` Daniel Kahn Gillmor
2016-04-12 0:20 ` David Bremner
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Kahn Gillmor @ 2016-04-11 23:37 UTC (permalink / raw)
To: David Bremner, notmuch
On Sat 2016-04-09 15:09:57 -0400, David Bremner wrote:
> I don't see it in "0.21+99~gd93d377" with emacs -q. Can you try that,
> and if there is some settings issue?
did you script your test? if so, would you mind sharing your script?
i think your emacs-fu is superior to mine.
--dkg
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: notmuch-emacs replying produces excessive indenting on multipart/signed or multipart/mixed amil?
2016-04-11 23:37 ` Daniel Kahn Gillmor
@ 2016-04-12 0:20 ` David Bremner
2016-04-12 0:50 ` Daniel Kahn Gillmor
0 siblings, 1 reply; 7+ messages in thread
From: David Bremner @ 2016-04-12 0:20 UTC (permalink / raw)
To: Daniel Kahn Gillmor, notmuch
Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:
> On Sat 2016-04-09 15:09:57 -0400, David Bremner wrote:
>> I don't see it in "0.21+99~gd93d377" with emacs -q. Can you try that,
>> and if there is some settings issue?
>
> did you script your test? if so, would you mind sharing your script?
> i think your emacs-fu is superior to mine.
>
> --dkg
I have the feeling I don't understand the problem. I replied to your
message, and didn't see any extra indentation there. I thought my reply
to the list was test enough. So what am I missing?
d
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: notmuch-emacs replying produces excessive indenting on multipart/signed or multipart/mixed amil?
2016-04-12 0:20 ` David Bremner
@ 2016-04-12 0:50 ` Daniel Kahn Gillmor
2016-04-12 1:05 ` David Bremner
2016-04-12 7:23 ` David Edmondson
0 siblings, 2 replies; 7+ messages in thread
From: Daniel Kahn Gillmor @ 2016-04-12 0:50 UTC (permalink / raw)
To: David Bremner, notmuch
On Mon 2016-04-11 20:20:11 -0400, David Bremner wrote:
> I have the feeling I don't understand the problem. I replied to your
> message, and didn't see any extra indentation there. I thought my reply
> to the list was test enough. So what am I missing?
Aha, it is due to a setting, thanks. it's due to
notmuch-show-indent-multipart -- try setting it to "t" ?
i find that setting useful during notmuch-show buffers, but i don't
think it should apply when generating a reply message.
--dkg
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: notmuch-emacs replying produces excessive indenting on multipart/signed or multipart/mixed amil?
2016-04-12 0:50 ` Daniel Kahn Gillmor
@ 2016-04-12 1:05 ` David Bremner
2016-04-12 7:23 ` David Edmondson
1 sibling, 0 replies; 7+ messages in thread
From: David Bremner @ 2016-04-12 1:05 UTC (permalink / raw)
To: Daniel Kahn Gillmor, notmuch
Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:
> On Mon 2016-04-11 20:20:11 -0400, David Bremner wrote:
>> I have the feeling I don't understand the problem. I replied to your
>> message, and didn't see any extra indentation there. I thought my reply
>> to the list was test enough. So what am I missing?
>
> Aha, it is due to a setting, thanks. it's due to
> notmuch-show-indent-multipart -- try setting it to "t" ?
>
> i find that setting useful during notmuch-show buffers, but i don't
> think it should apply when generating a reply message.
OK, I see what you mean. I guess the idea is that reply should look
as much like show as possible/sensible. I know mark and (other) david
have been tweaking that part of the emacs UI lately, so maybe they have
some ideas.
d
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: notmuch-emacs replying produces excessive indenting on multipart/signed or multipart/mixed amil?
2016-04-12 0:50 ` Daniel Kahn Gillmor
2016-04-12 1:05 ` David Bremner
@ 2016-04-12 7:23 ` David Edmondson
1 sibling, 0 replies; 7+ messages in thread
From: David Edmondson @ 2016-04-12 7:23 UTC (permalink / raw)
To: Daniel Kahn Gillmor, David Bremner, notmuch
On Mon, Apr 11 2016, Daniel Kahn Gillmor wrote:
> On Mon 2016-04-11 20:20:11 -0400, David Bremner wrote:
>> I have the feeling I don't understand the problem. I replied to your
>> message, and didn't see any extra indentation there. I thought my reply
>> to the list was test enough. So what am I missing?
>
> Aha, it is due to a setting, thanks. it's due to
> notmuch-show-indent-multipart -- try setting it to "t" ?
>
> i find that setting useful during notmuch-show buffers, but i don't
> think it should apply when generating a reply message.
We can try binding it to nil during reply generation. Will generate
patch...
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-04-12 7:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-09 10:26 notmuch-emacs replying produces excessive indenting on multipart/signed or multipart/mixed amil? Daniel Kahn Gillmor
2016-04-09 19:09 ` David Bremner
2016-04-11 23:37 ` Daniel Kahn Gillmor
2016-04-12 0:20 ` David Bremner
2016-04-12 0:50 ` Daniel Kahn Gillmor
2016-04-12 1:05 ` David Bremner
2016-04-12 7:23 ` David Edmondson
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).