Introduce option mailto_options

This commit is contained in:
Ito Hiroyuki
2010-08-20 09:47:09 +00:00
parent 572ac48fd7
commit 4f9d8accb7
6 changed files with 349 additions and 300 deletions

8
fm.h
View File

@@ -1,4 +1,4 @@
/* $Id: fm.h,v 1.148 2010/08/08 09:53:42 htrb Exp $ */
/* $Id: fm.h,v 1.149 2010/08/20 09:47:09 htrb Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -959,6 +959,12 @@ global char *Mailer init(NULL);
#else
global char *Mailer init(DEF_MAILER);
#endif
#ifdef USE_W3MMAILER
#define MAILTO_OPTIONS_USE_W3MMAILER 0
#endif
#define MAILTO_OPTIONS_IGNORE 1
#define MAILTO_OPTIONS_USE_MAILTO_URL 2
global int MailtoOptions init(MAILTO_OPTIONS_IGNORE);
global char *ExtBrowser init(DEF_EXT_BROWSER);
global char *ExtBrowser2 init(NULL);
global char *ExtBrowser3 init(NULL);