tags 665437 + upstream
quit
Hi!
yelloprotoss wrote:
> I just have to press "y" to make it sent
>
> ohhh... I just noticed that my message content with with some
> mistakes.
>
> I wanna modify it ...
>
> too bad. Mutt does not allow that or it is not display on the top of
> the screen (into status blue bar) how to edit it
>
> I cannot edit ... buuu
Thanks.
Care to suggest a patch? It works like this:
# mutt development environment
apt-get build-dep mutt
apt-get install devscripts git build-essential
debcheckout mutt
cd mutt
# patch, rev1
git grep -e '"Send"'
nano compose.c
nano debian/changelog
# testing
debian/rules build
fakeroot debian/rules binary
dpkg -i ../<name of package>
mutt; # looks good?
# rev2
nano compose.c
... etc ...
# looks good?
git diff
# save patch and email it
git diff >my-excellent-patch
mutt
Hope that helps,
Jonathan
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]