]> granicus.if.org Git - neomutt/commit
fix: overhaul the index/pager updates
authorRichard Russon <rich@flatcap.org>
Tue, 11 Oct 2016 11:01:00 +0000 (12:01 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 19 Oct 2016 23:24:33 +0000 (00:24 +0100)
commita03fa1904f2ad439b13090987c992d0c8c6e6f6a
tree4012be2586869c0c59f8432db8519ddedfe1bd05
parentd4153f3e9a98e9edbe0548dcdaee42adf6579402
fix: overhaul the index/pager updates

Wherever you are in the index/pager, you will be notified of new mail
when it arrives.

Make sure the last message displayed is the one saying "new mail".

Notes:
    If you have a mail filtering system that marks mail as read, you
    won't get notifications when it arrives in a mailbox.

    When you send an email, the "sent" copy won't trigger a new mail
    notification.

Fixes: #20 - Notification of sent mail
Fixes: #195 - Cursor loses position when leaving pager
curs_main.c
pager.c