Re: pre-announce exmh-2.7.2
John Beck <[email protected]>
| Newsgroups | gmane.mail.exmh.devel |
|---|---|
| Message-ID | <[email protected]> |
Brent> It isn't something easy like the Adm/Exmh/Workers folder scrolled off
Brent> the top of the unseen window ? What is your "Maximum Entry Lines" pref
Brent> value?
No, that's 0 (i.e., no limit).
Brent> I didn't have that problem - the current folder was visible in the
Brent> sequences window when I started up.
The problem doesn't occur in that case: once I switch to the folder in
question, or mail happens to arrive for that folder, the Sequences window
suddenly "gets clue", which is why I consider this a minor bug. Note that
new mail is piped to slocal -flist where that flag is an extension I added
which causes /usr/local/bin/flist-update to be invoked with the folder in
question; here is the script:
#!/usr/local/bin/wish
catch { send exmh Flist_UnseenUpdate $argv }
exit 0
-- John