diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-06-01 17:09:04 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-06-01 17:09:04 +0000 |
commit | 900682ebd541cad4fceb918c0ec37c3b1f98c78b (patch) | |
tree | 494cc6e76a948f9da7ed9dfc1d22e2c3b1b1a11f /w3mhelperpanel.c | |
parent | [w3m-dev 03200] Re: New configuration option ``keymap_file'' and new command ... (diff) | |
download | w3m-900682ebd541cad4fceb918c0ec37c3b1f98c78b.tar.gz w3m-900682ebd541cad4fceb918c0ec37c3b1f98c78b.zip |
[w3m-dev-en 00748] PATCH: Reinitialize w3m while running
* funcname.tab (INIT_MAILCAP): deleted
(REINIT): added
* main.c (config_filename): added
(reinit): added
* proto.h (reinit): added
* rc.c (rc_initialized): deleted
* w3mhelperpanel.c (editMailcap): use REINIT MAILCAP
From: Tushar Samant <scribble@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | w3mhelperpanel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c index 87c602f..8de5348 100644 --- a/w3mhelperpanel.c +++ b/w3mhelperpanel.c @@ -1,4 +1,4 @@ -/* $Id: w3mhelperpanel.c,v 1.7 2001/12/02 16:26:08 ukai Exp $ */ +/* $Id: w3mhelperpanel.c,v 1.8 2002/06/01 17:09:05 ukai Exp $ */ #include <errno.h> #include <stdlib.h> #include <stdio.h> @@ -153,7 +153,7 @@ editMailcap(char *mailcap, struct parsed_tagarg *args) fclose(f); printf("Content-Type: text/plain\n"); printf("w3m-control: BACK\nw3m-control: BACK\n"); - printf("w3m-control: INIT_MAILCAP\n"); + printf("w3m-control: REINIT MAILCAP\n"); } int |