]> granicus.if.org Git - neomutt/commit
editmsg.c: Implement mutt_view_message() function
authorReis Radomil <reisradomil@fake-box.com>
Wed, 15 Nov 2017 20:53:03 +0000 (21:53 +0100)
committerReis Radomil <reisradomil@fake-box.com>
Wed, 15 Nov 2017 20:58:37 +0000 (21:58 +0100)
commitb30e8382971c19cc500d55ad0bc5ad547d32df9f
treed4fd63d91067c872323f0939764c3666830bee0b
parent6a57019b422cffb0d27839e11611aa4420727918
editmsg.c: Implement mutt_view_message() function

Add mutt_view_message() function, which opens the selected message or
the tagged messages as a read-only file in an external editor. This
function is similar to mutt_edit_message() but does not allow modifying
the message.

A usage scenario might be to view the message source code in an editor.

Note: This patch only adds C functions. It does not add any mutt-functions.
editmsg.c
protos.h