head 1.4; access; symbols pkgsrc-2018Q1:1.3.0.8 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.6 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.4 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.2.0.8 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.6 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.4 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.2 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.1.0.8 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.6 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2018.05.20.07.54.23; author tron; state dead; branches; next 1.3; commitid 7mQ8ms221PMBB0DA; 1.3 date 2017.09.03.09.45.36; author tron; state Exp; branches; next 1.2; commitid rczafiJMEmxVxJ5A; 1.2 date 2016.08.21.11.39.31; author wiz; state Exp; branches; next 1.1; commitid sd4Bx3np2TsSkajz; 1.1 date 2015.09.03.14.49.02; author wiz; state Exp; branches; next ; commitid n6Uiw6tqIuekJOzy; desc @@ 1.4 log @mutt: Update to version 1.10.0 This is a feature release. Changes since version 1.9.5: ! $reply_self is now respected for group-reply, even with $metoo unset. ! Enabled $imap_poll_timeout when $imap_idle is set. ! Added %R (number of read messages) expando for $status_format. + When $change_folder_next is set, the function mailbox suggestion will start at the next folder in your "mailboxes" list, instead of starting at the first folder in the list. + $new_mail_command specifies a command to run after a new message is received. + $pgp_default_key specifies the default key-pair to use for PGP operations. It will be used for both encryption and signing (unless $pgp_sign_as is set). See contrib/gpg.rc. ! $smime_default_key now specifies the default key-pair to use for both encryption and signing S/MIME operations. See contrib/smime.rc. + $smime_sign_as can be used to specify a sign-only key-pair for S/MIME operations. - $pgp_self_encrypt_as is now deprecated, and is an alias for $pgp_default_key. $smime_self_encrypt_as is also deprecated, and is an alias for $smime_default_key. ! $pgp_self_encrypt and $smime_self_encrypt now default to set. This makes setting $pgp_default_key or $smime_default_key all that is required to enable self-encryption (for both classic and GPGME mode). + The function (default: ^R) will search history based on the text currently typed in. That is, type the search string first, then hit ^R. + The $abort_noattach quadoption controls whether to abort sending a message that matches $abort_noattach_regexp and has no attachments. + Mutt can now be configured --with-idn2. This requires the libidn1 compatibility layer present in libidn2 v2.0.0 or greater. + Unsetting $browser_abbreviate_mailboxes turns off '=' and '~' shortcuts for mailbox names in the browser mailbox list. ! $sort_browser now has 'count' and 'unread' options. + will display the last $error_history count of error/informational messages generated. + The ~M pattern matches content-type headers. Note that this pattern may be slow because it reads each message in. + The "echo" command can be used to display a message, for instance when running a macro or sourcing a file. @ text @$NetBSD: patch-ao,v 1.3 2017/09/03 09:45:36 tron Exp $ Add change_folder_next option. --- curs_main.c.orig 2017-09-02 19:17:12.000000000 +0100 +++ curs_main.c 2017-09-03 10:41:52.002596572 +0100 @@@@ -1214,6 +1214,11 @@@@ else { mutt_buffy (buf, sizeof (buf)); + if (option (OPTCHANGEFOLDERNEXT) && Context && Context->path) + { + strfcpy (buf, Context->path, sizeof (buf)); + mutt_pretty_mailbox (buf, sizeof (buf)); + } if (mutt_enter_fname (cp, buf, sizeof (buf), 1) == -1) { @ 1.3 log @Update "mutt" package to version 1.9.0. Changes since version 1.8.3: + $ssl_verify_partial_chains permits verifying partial certificate chains. This allows the storage of only intermediate/host certificates in the $certificate_file. (OpenSSL 1.0.2b and newer only) ! SNI support added for OpenSSL and GnuTLS. + Choice and confirmation prompts can now wrap across multiple lines. + Window resizes are handled while in the line editor. + "color compose" can color the compose menu header fields and the security status. See "Using Color and Mono Video Attributes" in the manual for more details. + Setting $header_color_partial allows partial coloring of headers in the pager. This can be used to color just the header labels, or strings inside the headers. hdrdefault controls the color of the unmatched part. + When $history_remove_dups is set, duplicates in the history ring will be scanned and removed each time a new entry is added. ! IMAP header downloading was improved to support out-of-order and missing MSN entries. ! $message_cache_clean should be faster for large mailboxes. + Self-encryption can be enabled using the $pgp_self_encrypt, $pgp_self_encrypt_as, $smime_self_encrypt, and $smime_self_encrypt_as options. ! $postpone_encrypt now will use the $pgp_self_encrypt_as or $smime_self_encrypt_as option values first. $postpone_encrypt_as will be checked second, but should be considered deprecated. + $forward_attribution_intro and $forward_attribution_trailer can be used to customize the message preceding and following a forwarded message. + The ~<() and ~>() pattern operators match messages whose immediate parent, or immediate children respectively, match the subpattern inside (). They are more specific versions of the ~() pattern operator. + $imap_poll_timeout allow IMAP mailbox polling to time out. This defaults to 15 seconds. + The attachment menu now supports nested encryption. This allows attachments in nested encrypted messages to be saved or operated on. + $mime_type_query_command specifies a command to run to determine a new attachment's mime type. When $mime_type_query_first is set, this command will be run before looking at the mime.types file. @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.2 2016/08/21 11:39:31 wiz Exp $ @ 1.2 log @Updated mutt to 1.7.0. 1.7.0 (2016-08-18): ! Improved alignment when using multi-column characters with soft-fill (%*X) and right-justified (%>X) format strings. + The COLUMNS environment variable will be set to the width of the pager when invoking display filters. This can be used in copiousoutput mailcap entries to allow their output to match the pager width. + The sidebar patch has been merged. Please watch for airborne bovine. See the documentation for all the options, or simply enable it with 'set sidebar_visible'. + $mail_check_stats and $mail_check_stats_interval control whether, and how often, to scan for unread, flagged, and total message counts when checking for new mail in mailboxes. These statistics can be displayed in the sidebar and browser. + $trash, when set, specifies the path of the folder where mails marked for deletion will be moved, instead of being irremediably purged. + The function can be used to delete an entry and bypass the trash folder. + $folder_format has new format strings %m and %n, to display total and unread message counts for mailboxes. Note that $mail_check_stats should be enabled to use these. ! When browsing IMAP, %N will now display 'N', instead of the unread message count. Please use %n to display unread messages. @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.1 2015/09/03 14:49:02 wiz Exp $ d5 3 a7 4 --- curs_main.c.orig 2016-08-11 01:47:00.000000000 +0000 +++ curs_main.c @@@@ -1206,6 +1206,11 @@@@ int mutt_index_menu (void) #endif a9 5 + if (option (OPTCHANGEFOLDERNEXT) && Context && Context->path) + { + strfcpy (buf, Context->path, sizeof (buf)); + mutt_pretty_mailbox (buf, sizeof (buf)); + } d11 5 d17 2 a18 1 if (mutt_enter_fname (cp, buf, sizeof (buf), &menu->redraw, 1) == -1) @ 1.1 log @Update to 1.5.23 using mail/mutt-devel. Upstream now calls this the stable version @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.4 2009/01/26 22:35:03 tonio Exp $ d5 4 a8 4 --- curs_main.c.orig 2007-12-06 17:32:01.000000000 +0900 +++ curs_main.c 2007-12-06 17:34:20.000000000 +0900 @@@@ -1080,6 +1080,11 @@@@ } d18 1 a18 1 if (mutt_enter_fname (cp, buf, sizeof (buf), &menu->redraw, 1) == -1) @