Changeset 59cf91c for owl.h


Ignore:
Timestamp:
Aug 17, 2002, 1:21:17 PM (22 years ago)
Author:
Erik Nygren <nygren@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:
67103d4
Parents:
37c27cf
Message:
	Attempts to stay near the current message when switching views.
	     When switching from an empty view to one we've previously
	     been in, the new current message position will attempt
	     to be close to the current position from the last
	     time we visited that view.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r1fd0b25 r59cf91c  
    289289  owl_list fes; /* filterelements */
    290290  int color;
     291  int cachedmsgid;  /* cached msgid: should move into view eventually */
    291292} owl_filter;
    292293
Note: See TracChangeset for help on using the changeset viewer.