From 363075a6fd8818d6464b467b8e669abd42d3413d Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 30 Oct 2017 21:15:47 +0200 Subject: [PATCH] doc: tickle Don't error out when asked for tickle docs. --- lib/mu-msg.h | 6 +++--- mu/mu-help-strings.txt | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lib/mu-msg.h b/lib/mu-msg.h index c43a9033..508cfa88 100644 --- a/lib/mu-msg.h +++ b/lib/mu-msg.h @@ -490,9 +490,9 @@ gboolean mu_msg_move_to_maildir (MuMsg *msg, const char *maildir, /** - * Tickle a message -- ie., rxename a message while maintaining the maildir and - * flags. This can be useful when dealing with third-party tools such as mbsync - * that depend on changed filenames. + * Tickle a message -- ie., rename a message to some new semi-random name,while + * maintaining the maildir and flags. This can be useful when dealing with + * third-party tools such as mbsync that depend on changed filenames. * * @param msg a message with an existing file system path in an actual * maildir diff --git a/mu/mu-help-strings.txt b/mu/mu-help-strings.txt index c7be6b68..7a4566e0 100644 --- a/mu/mu-help-strings.txt +++ b/mu/mu-help-strings.txt @@ -178,3 +178,10 @@ mu view is the mu command for displaying e-mail message files. It works on message files and does not require the message to be indexed in the database. #END + +#BEGIN MU_CONFIG_CMD_TICKLE +#STRING +mu tickle [options] +#STRING +Give a message a new unique name. Useful for some external tools. +#END