unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* Use find-buffer-visiting instead of get-file-buffer
@ 2022-11-22 21:37 Al Haji-Ali
  0 siblings, 0 replies; only message in thread
From: Al Haji-Ali @ 2022-11-22 21:37 UTC (permalink / raw)
  To: notmuch


In the function `notmuch-show-insert-part-text/calendar`, get-file-buffer is used which works most of the time except the file is visited under a different name (for example when a directory in `temporary-file-directory` in symlinked).

This can be easily corrected by using `find-buffer-visiting` instead.  

-- Al

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-22 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 21:37 Use find-buffer-visiting instead of get-file-buffer Al Haji-Ali

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).