"Fossies" - the Fresh Open Source Software Archive 
Member "tin-2.6.2/doc/config-anomalies" (23 Aug 2021, 3807 Bytes) of package /linux/misc/tin-2.6.2.tar.xz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "config-anomalies":
2.4.5_vs_2.6.0.
1 config anomalies in tin:
2
3 different variable names in tinrc file and struct tinrc:
4 default_filter_days tinrc.filter_days
5
6 changing the struct tinrc names can help cleaning up read/write_config_file()
7 a lot if variable name is saved in option_table (t_option should hold the
8 variable name).
9
10 not in struct option_table, but different variable names in tinrc
11 file and struct tinrc:
12 default_author_search tinrc.default_search_author
13 default_config_search tinrc.default_search_config
14 default_group_search tinrc.default_search_group
15 default_subject_search tinrc.default_search_subject
16 default_art_search tinrc.default_search_art
17 default_repost_group tinrc.default_repost_group
18
19 integrate txt_tinrc_colors in txt_col_normal.tinrc
20
21 Values of post_mime_encoding and mail_mime_encoding are generated from a
22 list.
23
24 news_headers_to_display, news_headers_to_not_display must be converted to a
25 string before writing to tinrc file.
26
27 quote_chars must be converted by quote_space_to_dash() before writing to
28 tinrc file.
29
30 art_marked_deleted, art_marked_inrange, art_marked_return,
31 art_marked_selected, art_marked_recent, art_marked_unread, art_marked_read,
32 art_marked_killed and art_marked_read_selected must be converted by
33 SPACE_TO_DASH() before writing to tinrc file.
34
35 -----------------------------------------------------------------------------
36
37 tinrc variables that should be removed because they can be used in the
38 attributes file with scope=*:
39
40 savedir
41 auto_save
42 mark_saved_read
43 post_process_type
44 post_process_view
45 process_only_unread
46 prompt_followupto
47 pos_first_unread
48 show_only_unread_arts
49 kill_level *
50 group_catchup_on_exit
51 thread_catchup_on_exit
52 thread_articles
53 thread_perc
54 show_author
55 news_headers_to_display
56 news_headers_to_not_display
57 sort_article_type
58 sort_threads_type
59 maildir
60 print_header
61 batch_save
62 editor_format
63 posted_articles_file *
64 add_posted_to_filter
65 sigfile
66 sigdashes
67 signature_repost
68 advertising
69 quote_chars
70 quote_regex *
71 quote_regex2 *
72 quote_regex3 *
73 strip_re_regex *
74 strip_was_regex *
75 show_signatures
76 hide_uue *
77 news_quote_format
78 mail_quote_format *
79 xpost_quote_format *
80 auto_cc_bcc
81 default_filter_days *
82 getart_limit *
83 recent_time *
84 mail_address from in attributes; should be split into
85 username and address
86 mm_charset mm_network_charset
87 (if charset conversion is available)
88 post_mime_encoding
89 mail_mime_encoding
90 post_8bit_header
91 mail_8bit_header
92 default_filter_kill_header quick_kill_header in attributes
93 default_filter_kill_global quick_kill_scope=* in attributes
94 default_filter_kill_case quick_kill_case in attributes
95 default_filter_kill_expire quick_kill_expire in attributes
96 default_filter_select_header quick_select_header in attributes
97 default_filter_select_global quick_select_scope=* in attributes
98 default_filter_select_case quick_select_case in attributes
99 default_filter_select_expire quick_select_expire in attributes
100 default_save_file savefile in attributes
101
102 *) These variables are not available in attributes yet.
103
104 variables with different types in tinrc and attributes:
105 default_filter_kill_header (int) quick_kill_header (unsigned int)
106 default_filter_select_header (int) quick_select_header (unsigned int)
107 thread_articles (int) thread_articles (unsigned int)
108 sort_article_type (int) sort_article_type (unsigned int)
109 sort_threads_type (int) sort_threads_type (unsigned int)
110 show_author (int) show_author (unsigned int)
111 post_process_type (int) post_process_type (unsigned int)