From be55b16bef18532d46161842412236629bde5601 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 3 May 2022 12:17:29 +0200 Subject: Restore default behaviour for stamps @mdosch discovered that we now don't print `:` for messages from others anymore. Until https://github.com/profanity-im/profanity/pull/1663#issuecomment-1114625151 is fixed lets restore the default behaviour to always add `:` in `_win_print_internal()`. The result will be that a stamp set to `-->` will also look like `-->:`. --- src/config/preferences.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/preferences.c') diff --git a/src/config/preferences.c b/src/config/preferences.c index 1a01ab66..62b75051 100644 --- a/src/config/preferences.c +++ b/src/config/preferences.c @@ -2292,7 +2292,7 @@ _get_default_string(preference_t pref) return editor ? editor : "vim"; } case PREF_OUTGOING_STAMP: - return "me:"; + return "me"; case PREF_INCOMING_STAMP: return NULL; case PREF_URL_SAVE_CMD: -- cgit 1.4.1-2-gfad0