Discussion:
Sidebar closes after save and delete
David Woodfall
2018-03-20 10:38:49 UTC
Permalink
I've noticed since I've been using the sidebar that it closes when
deleting or saving a message in index and pager.

I managed to fix the delete problem by changing the macro to:

s=Trash<enter>":set sidebar_visible<enter>"

But this doesn't work with <save-message> for some reason. It looks
like something is closing it after my macro has finished.

Any ideas?
Kevin J. McCarthy
2018-03-20 14:46:31 UTC
Permalink
Post by David Woodfall
I've noticed since I've been using the sidebar that it closes when
deleting or saving a message in index and pager.
s=Trash<enter>":set sidebar_visible<enter>"
But this doesn't work with <save-message> for some reason. It looks
like something is closing it after my macro has finished.
Check to see if you've bound something to <sidebar-toggle-visible> that
is inadvertently triggering. My guess is something in one of your
macros is leaving that keybinding in the input buffer.
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
David Woodfall
2018-03-20 15:56:46 UTC
Permalink
Post by Kevin J. McCarthy
Post by David Woodfall
I've noticed since I've been using the sidebar that it closes when
deleting or saving a message in index and pager.
s=Trash<enter>":set sidebar_visible<enter>"
But this doesn't work with <save-message> for some reason. It looks
like something is closing it after my macro has finished.
Check to see if you've bound something to <sidebar-toggle-visible> that
is inadvertently triggering. My guess is something in one of your
macros is leaving that keybinding in the input buffer.
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
I commented out all the source lines in my .muttrc for binds,
sidebar, colours and pretty much everything. I haven't looked at the
global rc yet though. I'll check that next.
David Woodfall
2018-03-20 23:00:10 UTC
Permalink
Post by David Woodfall
Post by Kevin J. McCarthy
Post by David Woodfall
I've noticed since I've been using the sidebar that it closes when
deleting or saving a message in index and pager.
s=Trash<enter>":set sidebar_visible<enter>"
But this doesn't work with <save-message> for some reason. It looks
like something is closing it after my macro has finished.
Check to see if you've bound something to <sidebar-toggle-visible> that
is inadvertently triggering. My guess is something in one of your
macros is leaving that keybinding in the input buffer.
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
I commented out all the source lines in my .muttrc for binds,
sidebar, colours and pretty much everything. I haven't looked at the
global rc yet though. I'll check that next.
The culprit turned out to be a message_hook which I had turn it off
when I opened a message. I'm not quite sure why that was activating
when deleting or saving a message though.
Rem Roberti
2018-03-23 01:07:59 UTC
Permalink
please remove this email from the feed - rem is deceased
Post by David Woodfall
Post by David Woodfall
Post by Kevin J. McCarthy
Post by David Woodfall
I've noticed since I've been using the sidebar that it closes when
deleting or saving a message in index and pager.
s=Trash<enter>":set sidebar_visible<enter>"
But this doesn't work with <save-message> for some reason. It looks
like something is closing it after my macro has finished.
Check to see if you've bound something to <sidebar-toggle-visible> that
is inadvertently triggering. My guess is something in one of your
macros is leaving that keybinding in the input buffer.
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
I commented out all the source lines in my .muttrc for binds,
sidebar, colours and pretty much everything. I haven't looked at the
global rc yet though. I'll check that next.
The culprit turned out to be a message_hook which I had turn it off
when I opened a message. I'm not quite sure why that was activating
when deleting or saving a message though.
Kevin J. McCarthy
2018-03-23 01:35:23 UTC
Permalink
Post by Rem Roberti
please remove this email from the feed - rem is deceased
I've just unsubscribed the address for them.
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
Loading...