]> granicus.if.org Git - neomutt/commit
pop: move refno 1871/head
authorRichard Russon <rich@flatcap.org>
Fri, 11 Oct 2019 23:55:32 +0000 (00:55 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 14 Oct 2019 10:40:31 +0000 (11:40 +0100)
commit3df237a92d42007c5886f593a55b8cef12168e4b
tree52bbe31ac141b33444cd314b337158136ef7b1e8
parent29a02ae57dc0991a269ddb89aa37b1af6daf0df6
pop: move refno

`refno` isn't used outside of the POP backend.
Move `Email->refno` to `PopEmailData->refno`.

The value was saved in the Header Cache, but the restored value was never used (see pop_fetch_headers()).
email/email.h
pop/pop.c
pop/pop_lib.c
pop/pop_private.h