]> granicus.if.org Git - neomutt/commit
Initialize the variable `index_hint`
authorFederico Kircheis <federico.kircheis@gmail.com>
Sun, 14 Jul 2019 07:13:53 +0000 (09:13 +0200)
committerRichard Russon <rich@flatcap.org>
Sun, 14 Jul 2019 09:59:20 +0000 (10:59 +0100)
commitf83ef2a47bd0500955a427bceb15f99e5c583a24
treea4257ef6609475982278cfc5068327a92196e058
parent8687dbb7e4aeadf4e047a4c90237812d6215e51e
Initialize the variable `index_hint`

Prior to this commit, `index_hint` is initialized if `Context && !attach_msg`.

If `query_quadoption(C_Quit, _("Quit NeoMutt?")) == MUTT_YES`,
`!Context || ((check = mx_mbox_close(&Context)) == 0)` is `false` and
`(check == MUTT_NEW_MAIL) || (check == MUTT_REOPENED)` the function `update_index`
is called with parameter `index_hint`.

As one of the condition is `query_quadoption(C_Quit, _("Quit NeoMutt?")) == MUTT_YES`,
the real current position is probably not so important.
index.c