Re: Threaded view would do annoying scroll

2019-08-23 Thread Sanel Zukan
Hi David,

Actually, I've had Emacs session running for a couple of weeks where
I've been also hacking some elisp code - I guess I've changed something
and forgot about that.

Your comment prompted me to try obvious approach - to dissect my init.el
file and, at the end, simple Emacs restart solved the problem.

Thanks and apologies for the noise.

Best regards,
Sanel

David Bremner  writes:
> Sanel Zukan  writes:
>
>> Hi,
>>
>> I'm using Emacs 26.2 and Notmuch 0.28.2 and I noticed that after
>> updating Emacs to 26.2, notmuch would start doing annoying (auto)scroll
>> inside thraded view opened message, probably trying to center the
>> message. The search is done calling `notmuch-search`.
>>
>> Anyone got similar behavior or knows how to mitigate it? Notmuch would
>> work fine in Emacs 24.3.1.
>>
>
> I haven't noticed anything like this in emacs 26.1. Can you give us a
> recipe to reproduce the problem, e.g. with a thread from the notmuch
> mailing list?
>
> d
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Threaded view would do annoying scroll

2019-08-21 Thread Sanel Zukan
Hi,

I'm using Emacs 26.2 and Notmuch 0.28.2 and I noticed that after
updating Emacs to 26.2, notmuch would start doing annoying (auto)scroll
inside thraded view opened message, probably trying to center the
message. The search is done calling `notmuch-search`.

Anyone got similar behavior or knows how to mitigate it? Notmuch would
work fine in Emacs 24.3.1.

Please CC me with reply, I'm not member of this list.

Thanks in advance.

Best,
Sanel

PS: Appologies if you got duplicate of this mail; I wasn't been able to
access notmuchmail.org domain and I presume previous version wasn't
delivered.
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Threaded view would do annoying scroll

2019-08-21 Thread Sanel Zukan
Hi,

I'm using Emacs 26.2 and Notmuch 0.28.2 and I noticed that after
updating Emacs to 26.2, notmuch would start doing annoying (auto)scroll
inside thraded view opened message, probably trying to center the
message. The search is done calling `notmuch-search`.

Anyone got similar behavior or knows how to mitigate it? Notmuch would
work fine in Emacs 24.3.1.

Please CC me with reply, I'm not member of this list.

Thanks in advance.

Best,
Sanel
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Issue with verifying cleartext signed messages

2016-07-01 Thread Sanel Zukan
Hi,

I'm using epa-verify-cleartext-in-region to verify cleartext signed
messages and noticed it will sometimes fail with notmuch, especially
when target mail message is part of longer thread.

For example, when signed mail is first in thread, body will look like:

-BEGIN PGP SIGNED MESSAGE-
 
-BEGIN PGP SIGNATURE-
 
-END PGP SIGNATURE-

and epa-verify-cleartext-in-region will correctly capture and verify it.
However, when the message is second or third in thread, notmuch will
append spaces in front of it, making it looks like this:

  -BEGIN PGP SIGNED MESSAGE-
   
  -BEGIN PGP SIGNATURE-
   
  -END PGP SIGNATURE-

epa-verify-cleartext-in-region will fail here with: "Invalid cleartext
signed message".

Error is reproducible - copy the body of message with signature in new
buffer, remove starting spaces and epa-verify-cleartext-in-region will
work.

Any idea how to solve this? Or even better, is it possible to display
messages flat, without tree view.

If you can, please CC me with reply as I'm not member of this list.

Thanks in advace.

Best,
Sanel
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: Disabling zip archives preview

2016-05-03 Thread Sanel Zukan
David Edmondson  writes:
> Remove "application/zip" from `mm-inlined-types':
>
> (setq mm-inlined-types (remove "application/zip" mm-inlined-types))

Thanks!

Cheers,
Sanel


___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Disabling zip archives preview

2016-05-03 Thread Sanel Zukan
Hi guys,

Pardon me if this question was asked before, is it possible to disable
automatic preview of zip/archive attachments and keep it toggled as
hidden?

I often get spam (who does not?) with zip archives and some javascript
junk, which emacs happily open and tries to paint; beside
stability/security implications (gobbled text could cause font-lock to
go mad), I'm not fond of viewing that junk either.

If you can, please CC me with reply as I'm not member of this list.

Thanks in advace.

Best,
Sanel
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch