projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc726ad
)
wibble
author
Pierre Habouzit
<madcoder@debian.org>
Sun, 11 Nov 2007 22:34:54 +0000
(23:34 +0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Sun, 11 Nov 2007 22:34:54 +0000
(23:34 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
lib-ui/history.h
patch
|
blob
|
history
diff --git
a/lib-ui/history.h
b/lib-ui/history.h
index
c053b96
..
8270092
100644
(file)
--- a/
lib-ui/history.h
+++ b/
lib-ui/history.h
@@
-11,7
+11,8
@@
#define _HISTORY_H
enum history_class {
- HC_CMD,
+ HC_FIRST,
+ HC_CMD = HC_FIRST,
HC_ALIAS,
HC_COMMAND,
HC_FILE,
@@
-20,8
+21,6
@@
enum history_class {
HC_LAST
};
-#define HC_FIRST HC_CMD
-
typedef enum history_class history_class_t;
void mutt_init_history (void);