Re: which mode am i in
[email protected] (John E. Davis) Sun, 11 Jun 2017 14:09:39 -0400
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
[email protected] <[email protected]> wrote: > Is there a descriptor or variable that I can test to see if I'm in group > mode or if I'm in article mode? I'd like to use that to adjust the > top_status_line. You can use the is_group_mode() function: if (is_group_mode()) { % Group Mode } else { % Article Mode } I hope this helps. Thanks, --John ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot