Changeset c3ab155 for stylefunc.c


Ignore:
Timestamp:
Jun 17, 2003, 9:46:10 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
b1299da
Parents:
65e3901
Message:
Really use just one view now, named 'main' and recalculate
  messages when its filter is changed.  This is in preperation for
  other design changes
Added the 'default_style' variable
Added the 'toggle-oneline' command
the 'o' key is bound to 'toggle-oneline'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylefunc.c

    r65e3901 rc3ab155  
    430430     
    431431    /* make personal messages bold for smaat users */
    432     if (owl_global_is_userclue(&g, OWL_USERCLUE_CLASSES) && owl_message_is_personal(m)) {
     432    if (owl_global_is_userclue(&g, OWL_USERCLUE_CLASSES) &&
     433        owl_message_is_personal(m) &&
     434        owl_message_is_direction_in(m)) {
    433435      owl_fmtext_addattr(fm, OWL_FMTEXT_ATTR_BOLD);
    434436    }
Note: See TracChangeset for help on using the changeset viewer.