man: remove max-msg-size from index man-page

We still keep in the code, as there are some future plans to handle it
there in a different way.

Fixes #1591.
This commit is contained in:
Dirk-Jan C. Binnema
2020-02-26 19:31:24 +02:00
parent 3fe437985f
commit 07e4a28deb
3 changed files with 2 additions and 20 deletions

View File

@ -1,7 +1,5 @@
/* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/
/*
** Copyright (C) 2008-2019 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** Copyright (C) 2008-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@ -150,8 +148,6 @@ MuError mu_index_stats (MuIndex *index, MuIndexStats *stats,
MuIndexMsgCallback msg_cb, MuIndexDirCallback dir_cb,
void *user_data);
/**
* callback function called for each message
*