doc: tickle

Don't error out when asked for tickle docs.
This commit is contained in:
djcb 2017-10-30 21:15:47 +02:00
parent 4ca6b527b7
commit 363075a6fd
2 changed files with 10 additions and 3 deletions

View File

@ -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 * Tickle a message -- ie., rename a message to some new semi-random name,while
* flags. This can be useful when dealing with third-party tools such as mbsync * maintaining the maildir and flags. This can be useful when dealing with
* that depend on changed filenames. * third-party tools such as mbsync that depend on changed filenames.
* *
* @param msg a message with an existing file system path in an actual * @param msg a message with an existing file system path in an actual
* maildir * maildir

View File

@ -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 works on message files and does not require the message to be
indexed in the database. indexed in the database.
#END #END
#BEGIN MU_CONFIG_CMD_TICKLE
#STRING
mu tickle [options] <file>
#STRING
Give a message a new unique name. Useful for some external tools.
#END