# HG changeset patch # User Fahri Cihan Demirci <[email protected]> # Date 1467118588 -10800 # Tue Jun 28 15:56:28 2016 +0300 # Node ID 3d228d98799143f8cf612f21aa5dd9d7b6cc7a48 # Parent b45c8ec1e54c7f20aee2b10ea2a423f7b5db63c6 Remove $sidebar_refresh_time from Sample Sidebar Config
The $sidebar_refresh_time option was removed with the changeset 6677:1f840760e6e0. Remove it from the sample sidebar configuration as well, so that anyone using that file in its entirety won't have to deal with "unknown variable" errors. diff -r b45c8ec1e54c -r 3d228d987991 contrib/sample.muttrc-sidebar --- a/contrib/sample.muttrc-sidebar Thu Jun 23 12:38:07 2016 -0700 +++ b/contrib/sample.muttrc-sidebar Tue Jun 28 15:56:28 2016 +0300 @@ -50,10 +50,6 @@ # Display the Sidebar mailboxes using this format string. set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S' -# Sidebar will not refresh its list of mailboxes any more frequently than -# this number of seconds. This will help reduce disk/network traffic. -set sidebar_refresh_time = 60 - # Sort the mailboxes in the Sidebar using this method: # count - total number of messages # flagged - number of flagged messages
