"Fossies" - the Fresh Open Source Software Archive

Member "tin-2.6.2/src/tincfg.tbl" (19 Sep 2022, 10513 Bytes) of package /linux/misc/tin-2.6.2.tar.xz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "tincfg.tbl": 2.6.1_vs_2.6.2.

    1 ;   Project   : tin - a Usenet reader
    2 ;   Module    : tincfg.tbl
    3 ;   Author    : Thomas E. Dickey
    4 ;   Created   : 1996-11-01
    5 ;   Updated   : 2022-06-29
    6 ;   Notes     : #defines and structs for config.c
    7 ;
    8 ; Copyright (c) 1996-2022 Thomas E. Dickey <dickey@invisible-island.net>
    9 ; All rights reserved.
   10 ;
   11 ; Redistribution and use in source and binary forms, with or without
   12 ; modification, are permitted provided that the following conditions
   13 ; are met:
   14 ;
   15 ; 1. Redistributions of source code must retain the above copyright notice,
   16 ;    this list of conditions and the following disclaimer.
   17 ;
   18 ; 2. Redistributions in binary form must reproduce the above copyright
   19 ;    notice, this list of conditions and the following disclaimer in the
   20 ;    documentation and/or other materials provided with the distribution.
   21 ;
   22 ; 3. Neither the name of the copyright holder nor the names of its
   23 ;    contributors may be used to endorse or promote products derived from
   24 ;    this software without specific prior written permission.
   25 ;
   26 ; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   27 ; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   28 ; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   29 ; ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
   30 ; LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   31 ; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   32 ; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
   33 ; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
   34 ; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
   35 ; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   36 ; POSSIBILITY OF SUCH DAMAGE.
   37 ;
   38 
   39 
   40 ; display options
   41     display_options         OPT_TITLE
   42     beginner_level          OPT_ON_OFF
   43     show_description        OPT_ON_OFF
   44     show_author         txt_show_from
   45     draw_arrow          OPT_ON_OFF
   46     inverse_okay            OPT_ON_OFF
   47 #ifndef USE_CURSES
   48     strip_blanks            OPT_ON_OFF
   49 #endif
   50     thread_articles         txt_threading
   51     thread_perc         OPT_NUM
   52     sort_article_type       txt_sort_a_type
   53     sort_threads_type       txt_sort_t_type
   54     pos_first_unread        OPT_ON_OFF
   55     show_only_unread_arts       OPT_ON_OFF
   56     show_only_unread_groups     OPT_ON_OFF
   57     kill_level          txt_kill_level_type
   58     goto_next_unread        txt_goto_next_unread_options
   59     auto_list_thread        OPT_ON_OFF
   60     wrap_on_next_unread     OPT_ON_OFF
   61 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
   62     utf8_graphics           OPT_ON_OFF
   63 #endif
   64     art_marked_deleted      OPT_CHAR
   65     art_marked_inrange      OPT_CHAR
   66     art_marked_return       OPT_CHAR
   67     art_marked_selected     OPT_CHAR
   68     art_marked_recent       OPT_CHAR
   69     art_marked_unread       OPT_CHAR
   70     art_marked_read         OPT_CHAR
   71     art_marked_killed       OPT_CHAR
   72     art_marked_read_selected    OPT_CHAR
   73     abbreviate_groupname        OPT_ON_OFF
   74     thread_score            txt_thread_score_type
   75     scroll_lines            OPT_NUM
   76     show_signatures         OPT_ON_OFF
   77     news_headers_to_display     OPT_STRING
   78     news_headers_to_not_display OPT_STRING
   79     alternative_handling        OPT_ON_OFF
   80     hide_uue            txt_hide_uue_type
   81     verbatim_handling       OPT_ON_OFF
   82     tex2iso_conv            OPT_ON_OFF
   83     metamail_prog           OPT_STRING
   84     ask_for_metamail        OPT_ON_OFF
   85     catchup_read_groups     OPT_ON_OFF
   86     group_catchup_on_exit       OPT_ON_OFF
   87     thread_catchup_on_exit      OPT_ON_OFF
   88     confirm_choice          txt_confirm_choices
   89     mark_ignore_tags        OPT_ON_OFF
   90     use_mouse           OPT_ON_OFF
   91 #ifdef HAVE_KEYPAD
   92     use_keypad          OPT_ON_OFF
   93 #endif
   94     wrap_column         OPT_NUM
   95     trim_article_body       txt_trim_article_body_options
   96 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
   97     suppress_soft_hyphens   OPT_ON_OFF
   98 #endif
   99     show_help_mail_sign     txt_show_help_mail_sign_options
  100     attrib_show_author      txt_show_from
  101     attrib_thread_articles      txt_threading
  102     attrib_thread_perc      OPT_NUM
  103     attrib_sort_article_type    txt_sort_a_type
  104     attrib_sort_threads_type    txt_sort_t_type
  105     attrib_pos_first_unread     OPT_ON_OFF
  106     attrib_show_only_unread_arts    OPT_ON_OFF
  107     attrib_auto_list_thread     OPT_ON_OFF
  108     attrib_auto_select      OPT_ON_OFF
  109     attrib_wrap_on_next_unread  OPT_ON_OFF
  110     attrib_show_signatures      OPT_ON_OFF
  111     attrib_news_headers_to_display  OPT_STRING
  112     attrib_news_headers_to_not_display  OPT_STRING
  113     attrib_alternative_handling OPT_ON_OFF
  114     attrib_verbatim_handling    OPT_ON_OFF
  115     attrib_tex2iso_conv     OPT_ON_OFF
  116     attrib_ask_for_metamail     OPT_ON_OFF
  117     attrib_group_catchup_on_exit    OPT_ON_OFF
  118     attrib_thread_catchup_on_exit   OPT_ON_OFF
  119     attrib_mark_ignore_tags     OPT_ON_OFF
  120     attrib_trim_article_body    txt_trim_article_body_options
  121 #if defined(MULTIBYTE_ABLE) && !defined(NO_LOCALE)
  122     attrib_suppress_soft_hyphens    OPT_ON_OFF
  123 #endif
  124 
  125 ; getart_limit options
  126     getart_limit_options        OPT_TITLE
  127     getart_limit            OPT_NUM
  128     recent_time         OPT_NUM
  129 
  130 ; filtering options
  131     filtering_options       OPT_TITLE
  132     wildcard            txt_wildcard_type
  133     score_limit_kill        OPT_NUM
  134     score_kill          OPT_NUM
  135     score_limit_select      OPT_NUM
  136     score_select            OPT_NUM
  137     filter_days         OPT_NUM
  138     add_posted_to_filter        OPT_ON_OFF
  139     attrib_add_posted_to_filter OPT_ON_OFF
  140     attrib_quick_kill_scope     OPT_STRING
  141     attrib_quick_kill_header    txt_quick_ks_header_options
  142     attrib_quick_kill_case      OPT_ON_OFF
  143     attrib_quick_kill_expire    OPT_ON_OFF
  144     attrib_quick_select_scope   OPT_STRING
  145     attrib_quick_select_header  txt_quick_ks_header_options
  146     attrib_quick_select_case    OPT_ON_OFF
  147     attrib_quick_select_expire  OPT_ON_OFF
  148 
  149 ; colour options
  150 #ifdef HAVE_COLOR
  151     color_options           OPT_TITLE
  152     use_color           OPT_ON_OFF
  153     col_normal          txt_colors
  154     col_back            txt_backcolors
  155     col_invers_bg           txt_backcolors
  156     col_invers_fg           txt_colors
  157     col_text            txt_colors
  158     col_minihelp            txt_colors
  159     col_help            txt_colors
  160     col_message         txt_colors
  161     col_quote           txt_colors
  162     col_quote2          txt_colors
  163     col_quote3          txt_colors
  164     col_head            txt_colors
  165     col_newsheaders         txt_colors
  166     col_subject         txt_colors
  167     col_response            txt_colors
  168     col_from            txt_colors
  169     col_title           txt_colors
  170     col_signature           txt_colors
  171     col_urls            txt_colors
  172     col_verbatim            txt_colors
  173     col_extquote            txt_colors
  174     extquote_handling       OPT_ON_OFF
  175     attrib_extquote_handling    OPT_ON_OFF
  176 #else
  177     highlight_options       OPT_TITLE
  178 #endif
  179     url_highlight           OPT_ON_OFF
  180     word_highlight          OPT_ON_OFF
  181     word_h_display_marks        txt_marks
  182 #ifdef HAVE_COLOR
  183     col_markstar            txt_colors
  184     col_markdash            txt_colors
  185     col_markslash           txt_colors
  186     col_markstroke          txt_colors
  187 #endif
  188     mono_markstar           txt_attrs
  189     mono_markdash           txt_attrs
  190     mono_markslash          txt_attrs
  191     mono_markstroke         txt_attrs
  192 
  193 ; posting/mailing options
  194     posting_options         OPT_TITLE
  195     mail_address            OPT_STRING
  196     prompt_followupto       OPT_ON_OFF
  197     sigfile             OPT_STRING
  198     sigdashes           OPT_ON_OFF
  199     signature_repost        OPT_ON_OFF
  200     quote_chars         OPT_STRING
  201     quote_style         txt_quote_style_type
  202     news_quote_format       OPT_STRING
  203     xpost_quote_format      OPT_STRING
  204     mail_quote_format       OPT_STRING
  205     advertising         OPT_ON_OFF
  206 #if defined(HAVE_ICONV_OPEN_TRANSLIT) && defined(CHARSET_CONVERSION)
  207     translit            OPT_ON_OFF
  208 #endif
  209     attrib_from         OPT_STRING
  210     attrib_organization     OPT_STRING
  211     attrib_prompt_followupto    OPT_ON_OFF
  212     attrib_followup_to      OPT_STRING
  213     attrib_sigfile          OPT_STRING
  214     attrib_sigdashes        OPT_ON_OFF
  215     attrib_signature_repost     OPT_ON_OFF
  216     attrib_quote_chars      OPT_STRING
  217     attrib_news_quote_format    OPT_STRING
  218     attrib_advertising      OPT_ON_OFF
  219 #ifndef CHARSET_CONVERSION
  220     mm_charset          OPT_STRING
  221 #else
  222     mm_network_charset      txt_mime_charsets
  223     attrib_mm_network_charset   txt_mime_charsets
  224     attrib_undeclared_charset   OPT_STRING
  225 #endif
  226     attrib_post_mime_encoding       txt_mime_encodings
  227     attrib_post_8bit_header     OPT_ON_OFF
  228     attrib_mail_mime_encoding   txt_mime_encodings
  229     attrib_mail_8bit_header     OPT_ON_OFF
  230     attrib_mime_forward     OPT_ON_OFF
  231     attrib_mailing_list     OPT_STRING
  232     attrib_auto_cc_bcc      txt_auto_cc_bcc_options
  233     attrib_fcc          OPT_STRING
  234     attrib_x_body           OPT_STRING
  235     attrib_x_comment_to     OPT_ON_OFF
  236     attrib_x_headers        OPT_STRING
  237 #if defined(NO_LOCALE) && defined(CHARSET_CONVERSION)
  238     mm_local_charset        OPT_STRING
  239 #endif
  240     post_mime_encoding      txt_mime_encodings
  241     post_8bit_header        OPT_ON_OFF
  242     mail_mime_encoding      txt_mime_encodings
  243     mail_8bit_header        OPT_ON_OFF
  244     auto_cc_bcc         txt_auto_cc_bcc_options
  245     spamtrap_warning_addresses  OPT_STRING
  246 
  247 ; saving/printing options
  248     saving_options          OPT_TITLE
  249     maildir             OPT_STRING
  250     mailbox_format          txt_mailbox_formats
  251     batch_save          OPT_ON_OFF
  252     savedir             OPT_STRING
  253     mark_saved_read         OPT_ON_OFF
  254     post_process_type       txt_post_process_types
  255     post_process_view       OPT_ON_OFF
  256     process_only_unread     OPT_ON_OFF
  257     attrib_maildir          OPT_STRING
  258     attrib_batch_save       OPT_ON_OFF
  259     attrib_savedir          OPT_STRING
  260     attrib_savefile         OPT_STRING
  261     attrib_delete_tmp_files     OPT_ON_OFF
  262     attrib_mark_saved_read      OPT_ON_OFF
  263     attrib_post_process_type    txt_post_process_types
  264     attrib_post_process_view    OPT_ON_OFF
  265     attrib_process_only_unread  OPT_ON_OFF
  266     attrib_mime_types_to_save   OPT_STRING
  267 #ifndef DISABLE_PRINTING
  268     print_header            OPT_ON_OFF
  269     attrib_print_header     OPT_ON_OFF
  270     printer             OPT_STRING
  271 #endif
  272 
  273 ; expert options
  274     expert_options          OPT_TITLE
  275 #ifdef HAVE_COLOR
  276     quote_regex         OPT_STRING
  277     quote_regex2            OPT_STRING
  278     quote_regex3            OPT_STRING
  279 #endif
  280     slashes_regex           OPT_STRING
  281     stars_regex         OPT_STRING
  282     strokes_regex           OPT_STRING
  283     underscores_regex       OPT_STRING
  284     strip_re_regex          OPT_STRING
  285     strip_was_regex         OPT_STRING
  286     verbatim_begin_regex        OPT_STRING
  287     verbatim_end_regex      OPT_STRING
  288 #ifdef HAVE_COLOR
  289     extquote_regex          OPT_STRING
  290 #endif
  291     force_screen_redraw     OPT_ON_OFF
  292     editor_format           OPT_STRING
  293     inews_prog          OPT_STRING
  294 #ifdef USE_CANLOCK
  295     cancel_lock_algo        txt_cancel_lock_algos
  296 #endif
  297     mailer_format           OPT_STRING
  298     interactive_mailer      txt_interactive_mailers
  299     unlink_article          OPT_ON_OFF
  300     posted_articles_file        OPT_STRING
  301     keep_dead_articles      OPT_ON_OFF
  302     strip_newsrc            OPT_ON_OFF
  303     strip_bogus         txt_strip_bogus_type
  304     reread_active_file_secs     OPT_NUM
  305     auto_reconnect          OPT_ON_OFF
  306 #if defined(HAVE_ALARM) && defined(SIGALRM)
  307     nntp_read_timeout_secs      OPT_NUM
  308 #endif
  309     cache_overview_files        OPT_ON_OFF
  310 #ifdef XFACE_ABLE
  311     use_slrnface            OPT_ON_OFF
  312 #endif
  313     url_handler         OPT_STRING
  314     select_format           OPT_STRING
  315     group_format            OPT_STRING
  316     thread_format           OPT_STRING
  317     date_format         OPT_STRING
  318 #ifdef HAVE_UNICODE_NORMALIZATION
  319     normalization_form      txt_normalization_forms
  320 #endif
  321 #if defined(HAVE_LIBICUUC) && defined(MULTIBYTE_ABLE) && defined(HAVE_UNICODE_UBIDI_H) && !defined(NO_LOCALE)
  322     render_bidi         OPT_ON_OFF
  323 #endif
  324     attrib_editor_format        OPT_STRING
  325 #ifdef HAVE_ISPELL
  326     attrib_ispell           OPT_STRING
  327 #endif
  328 #ifdef USE_HEAPSORT
  329     sort_function           txt_sort_functions
  330 #endif
  331 #ifdef NNTPS_ABLE
  332     tls_ca_cert_file        OPT_STRING
  333 #endif
  334     attrib_group_format     OPT_STRING
  335     attrib_thread_format        OPT_STRING
  336     attrib_date_format      OPT_STRING