about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-04-28 19:29:27 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-04-28 19:29:27 +0200
commit6c5d983f134ae32eeecb1dd7011e9c955b1bf541 (patch)
treee993c54cfad7eba6dd15c3693baf0a3b876a9018 /src/config/preferences.h
parent69a8fdec95c1aef1345972f66e07277510a50983 (diff)
downloadprofani-tty-6c5d983f134ae32eeecb1dd7011e9c955b1bf541.tar.gz
Rename stamp preference variable
PREF_INCOMING_STR -> PREF_INCOMING_STAMP
PREF_OUTGOING_STR -> PREF_OUTGOING_STAMP
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index 2bfceb9b..6c8ad125 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -176,8 +176,8 @@ typedef enum {
     PREF_URL_SAVE_CMD,
     PREF_COMPOSE_EDITOR,
     PREF_SILENCE_NON_ROSTER,
-    PREF_OUTGOING_STR,
-    PREF_INCOMING_STR,
+    PREF_OUTGOING_STAMP,
+    PREF_INCOMING_STAMP,
 } preference_t;
 
 typedef struct prof_alias_t