From 65039890516820a89222ad9b01d6c5b349bdfa7a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2018 14:06:08 -0400 Subject: accountrc, clawsrc, menurc: Update to Claws 3.14.1 Claws commit 3.13.2-180-g3b5b4f7 added "config_version" (set to 0). Commits 3.13.2-181-g358e811 and 3.13.2-182-g6bc99f8 removed APOP and RPOP account protocols, decremented IMAP (ID 3) and higher protocol IDs by 2, and bumped "config_version" to 1. Commit 3.13.2-197-gbc779dc raised "autochk_interval" granularity from minutes to seconds and bumped "config_version" to 2. 3.13.2-63-g2a6f8d1, 3.13.2-64-gcaa44e5, and later commits implemented and began using a password store, instead of storing passwords in account preferences. 3.13.2-139-ga451a77 removed the "imap_use_trash" account preference, due to bugs when set to 0. Commits 3.12.0-78-g9524293 and 3.12.0-82-g02c24e9 added "default_sort_key" and "default_sort_type". See also 3.12.0-91-g307fff3. The following hidden preferences were added by the following commits: * "rewrite_first_from": 3.14.0-94-ge070e40 * "hide_timezone": 3.14.0-22-g3a89a27 and 3.14.0-23-gf4e8599 * "type_any_header": 3.12.0-44-g5ef1df1 * "next_on_delete": 3.13.2-165-g92c1a19 --- (limited to '.claws-mail/clawsrc') diff --git a/.claws-mail/clawsrc b/.claws-mail/clawsrc index 7e7235d..1ac6085 100644 --- a/.claws-mail/clawsrc +++ b/.claws-mail/clawsrc @@ -1,8 +1,9 @@ [Common] +config_version=2 use_ext_inc=0 ext_inc_path=/usr/bin/mh/inc autochk_newmail=1 -autochk_interval=10 +autochk_interval=600 check_on_startup=1 open_inbox_on_inc=0 scan_all_after_inc=0 @@ -22,7 +23,9 @@ sendwin_height=250 outgoing_charset=AUTO encoding_method=0 outgoing_fallback_to_ascii=1 +rewrite_first_from=1 warn_empty_subj=1 +hide_timezone=0 allow_jisx0201_kana=0 auto_ext_editor=0 forward_as_attachment=0 @@ -32,6 +35,7 @@ compose_with_format=0 compose_subject_format= compose_body_format=Hello,\n show_compose_margin=0 +type_any_header=0 linewrap_length=72 linewrap_quotation=0 linewrap_pastes=1 @@ -112,10 +116,13 @@ inline_image=1 display_folder_unread_num=0 newsgroup_abbrev_len=16 translate_header=0 +default_sort_key=3 +default_sort_type=1 use_address_book=0 thread_by_subject=0 date_format=%Y-%m-%d (%a) %H:%M msgview_date_format=0 +next_on_delete=0 bold_unread=1 enable_thread=1 toolbar_style=3 @@ -162,7 +169,7 @@ summary_col_size_tags=150 folderwin_x=16 folderwin_y=16 folderview_width=297 -folderview_height=631 +folderview_height=833 folderview_visible=1 folder_col_show_folder=1 folder_col_show_new=1 @@ -177,11 +184,11 @@ folder_col_size_new=25 folder_col_size_unread=40 folder_col_size_total=32 summaryview_width=974 -summaryview_height=335 +summaryview_height=443 main_messagewin_x=256 main_messagewin_y=210 messageview_width=974 -messageview_height=291 +messageview_height=385 messageview_visible=1 mainview_x=64 mainview_y=64 @@ -397,6 +404,10 @@ diff_hunk_color=#a52a2a folder_search_wildcard=1 address_search_wildcard=1 enable_avatars=3 +use_master_passphrase=0 +master_passphrase= +master_passphrase_salt= +master_passphrase_pbkdf2_rounds=50000 [Plugins_Common] @@ -421,6 +432,7 @@ stylesheet= [GPG] auto_check_signatures=1 autocompletion=0 +autocompletion_limit=0 use_gpg_agent=1 store_passphrase=0 store_passphrase_timeout=0 @@ -428,4 +440,5 @@ passphrase_grab=0 gpg_warning=1 gpg_ask_create_key=0 skip_encryption_warning=pgpmime, +gpg_path= -- cgit v0.9.1