]> granicus.if.org Git - mutt/commit
Prevent renaming root folder in imap.
authorKevin McCarthy <kevin@8t8.us>
Wed, 23 Mar 2016 22:28:25 +0000 (15:28 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 23 Mar 2016 22:28:25 +0000 (15:28 -0700)
commit21d2aa1bb22151fa2779102d7404a1fd1d56dd0f
treee14ab670313bfa6e78581c9360b1a794927bbaee
parent8c3906085ad3d8676a4c36e7768a02431f5efe03
Prevent renaming root folder in imap.

The root folder results in mx.mbox being NULL, which causes a
segfault.  This can be triggered by entering a subfolder and trying to
rename the ".." entry.

Due to the translation string freeze, no visible error message is
displayed.  Add a TODO note about this for post-1.6 release.
imap/browse.c