Show
Ignore:
Timestamp:
2000-05-20 00:50:24 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Add a display-hook command. From Byrial Jensen.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r1716 r1836  
    4343 
    4444 
    45  
    46  
    47  
    48  
    49  
    50  
    51  
    52  
    5345#include <errno.h> 
    5446#include <unistd.h> 
     
    115107    return (0); 
    116108  } 
     109 
     110   mutt_message_hook (cur, M_DISPLAYHOOK); 
    117111 
    118112  if (!Pager || mutt_strcmp (Pager, "builtin") == 0)