squirrelmail/defprefs.txt

Sat, 24 Mar 2012 21:40:49 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 24 Mar 2012 21:40:49 +0100
changeset 414
fd611cde817f
parent 180
4c723152d46f
permissions
-rw-r--r--

Introduce many changes to the buildconf and source code including:
(01) clean up, update, and partially update default config files,
(02) seems that Melware is unable to perform release engineering so
update chan_capi to new daily snapshot to solve echo problems,
(03) correct Asterisk inadequate hard coded gmime version check,
(04) force postgresql pthreads linkage to solve build problem,
(05) remove buggy hard coded LibXML configure definitions,
(06) remove local architecture specification to allow GCC
internal logic to determine proper CPU type instead,
(07) remove vendor sound install target causing uncontrolled
downloads and non RPM managed file installation,
(08) solve long outstanding bug in tcptls causing Asterisk
to ignore any intermediate CA certificate signatures,
(09) back out Digium engineering team's bright idea of replacing the
very portable and pervasive POSIX rand(1) with ast_random(), and
then not even implementing it causing all references to fail in
platforms not providing the very new POSIX.1-2008 mkdtemp(3)
function only distributed by BSD and some Linux,
(10) withdraw advanced linker symbol manipulations from SVR5 builds
until either Binutils supports hybrid versioned and anonymous
linker scripts or GCC stops hard coding versioned linker scripts,
(11) correct missing library linkage, some tailored to a specific OS,
(12) remove outdated logic for the no longer distributed gmime-config(1),
(13) remove local gmime buildconf hacks now that Asterisk has corrected
their own build configuration to almost portably support gmime,
(14) solve build problems relating to undetected LibXML paths,
(15) correct erroneous out of tree include definitions,
(16) improve some variable and comment naming,
(17) simplify sound language path hierarchy creation,
and correct australian english installation logic.

michael@163 1 show_html_default=0
michael@157 2 left_refresh=300
michael@157 3 hour_format=1
michael@157 4 date_format=2
michael@157 5 reply_citation_style=author_said
michael@157 6 mailfetch_newlog=off
michael@157 7 javascript_on=1
michael@157 8 use_javascript_addr_book=1
michael@157 9 spamcop_method=web_form
michael@157 10 show_xmailer_default=1
michael@157 11 pf_cleandisplay=1
michael@157 12 delete_move_next_t=off
michael@157 13 delete_move_next_formATtop=off
michael@157 14 delete_move_next_b=on
michael@157 15 delete_move_next_formATbottom=on
michael@157 16 show_user_on_left_pane=1
michael@157 17 show_ip_on_left_pane=1
michael@163 18 show_host_on_left_pane=1
michael@157 19 smallcal_bottom=1
michael@157 20 smallcal_separator=1
michael@157 21 smallcal_show=1
michael@157 22 smallcal_default=1
michael@157 23 smallcal_header=#770000
michael@157 24 smallcal_calendar=Personal
michael@180 25 unseen_notify=3
michael@157 26 move_to_trash=1
michael@163 27 trash_folder=Trash
michael@157 28 save_as_draft=1
michael@163 29 draft_folder=Drafts
michael@157 30 move_to_sent=1
michael@163 31 sent_folder=Sent
michael@157 32 left_size=220
michael@157 33 folder_sizes_left_link=1
michael@157 34 folder_sizes_on_folder_page=0
michael@163 35 folder_sizes_subtotals=1
michael@157 36 wrap_at=72
michael@163 37 custom_css=tahoma-12.css
michael@157 38 newmail_enable=on
michael@157 39 newmail_changetitle=on
michael@163 40 translate_server=dictionary
michael@157 41 translate_location=center
michael@200 42 translate_show_read=0
michael@157 43 mailfetch_port_0=110
michael@157 44 mailfetch_cypher=on
michael@157 45 mailfetch_lmos_0=on
michael@157 46 mailfetch_subfolder_0=INBOX
michael@157 47 mailfetch_server_number=0
michael@157 48 use_signature=1
michael@157 49 prefix_sig=1
michael@157 50 search_memory=8
michael@157 51 order1=1
michael@157 52 order2=2
michael@157 53 order3=3
michael@157 54 order4=5
michael@157 55 order5=4
michael@157 56 order6=6
michael@163 57 sent_subfolders_base=Sent
michael@163 58 folder_sizes_link_button=1
michael@163 59 newmail_media=https://mail.europalab.com/plugins/newmail/sounds/FanFair.wav

mercurial