Auto-complete NNTP newsgroups. More...
#include "config.h"
#include <stdbool.h>
#include <stdio.h>
#include "mutt/lib.h"
#include "lib.h"
#include "adata.h"
#include "mdata.h"
Go to the source code of this file.
Functions | |
int | nntp_complete (struct Buffer *buf) |
Auto-complete NNTP newsgroups. | |
Auto-complete NNTP newsgroups.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file complete.c.
int nntp_complete | ( | struct Buffer * | buf | ) |
Auto-complete NNTP newsgroups.
buf | Buffer containing pathname |
0 | Match found |
-1 | No matches |
XXX rules
Definition at line 46 of file complete.c.