head 1.3; access; symbols pkgsrc-2019Q3:1.2.0.12 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.10 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.8 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.6 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.4 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.2 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.1.0.24 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.22 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.20 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.16 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.14 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.12 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.10 pkgsrc-2016Q3-base:1.1 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.3 date 2019.12.01.00.02.34; author tron; state dead; branches; next 1.2; commitid ba95xs85bHIQZVMB; 1.2 date 2018.05.20.07.54.23; author tron; state Exp; branches; next 1.1; commitid 7mQ8ms221PMBB0DA; 1.1 date 2015.09.03.14.49.02; author wiz; state Exp; branches; next ; commitid n6Uiw6tqIuekJOzy; desc @@ 1.3 log @mutt: Update to version 1.13.0 Changes since version 1.12.2: ! and in the pager are now symmetric. ! $ssl_force_tls is now set by default. ! Configure option --with-regex is renamed to --with-bundled-regex. Most modern OS should be fine using their own regex library. The rename is to clarify the intention of the option. ! Configure option --disable-doc now only disables the manual generation. Other parts of the doc directory (man pages, Muttrc file) are generated. ! $user_agent is now unset by default. ! unattachments now has a '*' parameter to remove all attachment counting. + Autocrypt support. Enabled via configure option --enable-autocrypt. Please see the manual for details on how to enable and use this properly. + Byte size displays can be customized via new variables $size_show_bytes, $size_show_mb, $size_show_fractions, $size_units_on_left. + $ssl_use_tlsv1_3, default set, allows TLS1.3 connections if supported by the server. ! format=flowed space stuffing works again, and is performed after every edit, not just the first time. + $browser_sticky_cursor, default set, attempts to keep the cursor on the same mailbox when performing operations in the browser. ! in the browser menu shows the full path for local and IMAP mailboxes. ! $sidebar_folder_indent and $sidebar_short_path are now based on previous entries in the sidebar, allowing them to work on mailboxes outside $folder. ! Sidebar entries are now prefixed with mailbox shortcuts '~' and '='. This uses the same code as other parts of mutt, for more consistent display. + allows direct access to the mailboxes list from the index and pager, without having to use a macro. This improves $browser_sticky_cursor initial selection of the current mailbox. ! with $pipe_decode set will update MIME headers to decoded text/plain values. + $send_multipart_alternative and $send_multipart_alternative_filter allow the generation of a multipart/alternative when composing a message. See their documentation in the manual for more details. Also see contrib/markdown2html for a sample filter. + In the compose menu , , allow previewing the output of the $send_multipart_alternative_filter. ! $write_bcc now defaults unset. It no longer affects the Fcc copy, which will always include the Bcc header. + When $count_alternatives is set, Mutt will recurse inside multipart/alternatives while performing attachment searching and counting. This affects %X in the index and ~X pattern matching. @ text @$NetBSD: patch-ap,v 1.2 2018/05/20 07:54:23 tron Exp $ Rewrite hard coded pathnames configuration file documentation --- doc/Muttrc.orig 2018-05-19 18:47:52.000000000 +0100 +++ doc/Muttrc 2018-05-20 08:49:45.043893966 +0100 @@@@ -23,7 +23,7 @@@@ "call urlview to extract URLs out of a message" # Show documentation when pressing F1 -macro generic,pager " less /usr/local/share/doc/mutt/manual.txt" "show Mutt documentation" +macro generic,pager " less @@DOCDIR@@/manual.txt" "show Mutt documentation" # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y" macro index y "?" "show incoming mailboxes list" @@@@ -995,11 +995,11 @@@@ # filtered message is read from the standard output. # # -# set dotlock_program="/usr/local/bin/mutt_dotlock" +# set dotlock_program="@@PREFIX@@/bin/mutt_dotlock" # # Name: dotlock_program # Type: path -# Default: "/usr/local/bin/mutt_dotlock" +# Default: "@@PREFIX@@/bin/mutt_dotlock" # # # Contains the path of the mutt_dotlock(8) binary to be used by @@@@ -5430,7 +5430,7 @@@@ # Setting this variable will cause mutt to open a pipe to a command # instead of a raw socket. You may be able to use this to set up # preauthenticated connections to your IMAP/POP3/SMTP server. Example: -# set tunnel="ssh -q mailhost.net /usr/local/libexec/imapd" +# set tunnel="ssh -q mailhost.net @@PREFIX@@/libexec/imapd" # # Note: For this example to work you must be able to log in to the remote # machine without having to enter a password. @ 1.2 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 @d1 1 a1 1 $NetBSD$ @ 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-ap,v 1.2 2009/01/26 22:35:03 tonio Exp $ d3 5 a7 3 --- doc/Muttrc.orig 2009-01-06 01:36:17.000000000 +0100 +++ doc/Muttrc @@@@ -23,7 +23,7 @@@@ macro index,pager,attach,compose \cb "\ d15 2 a16 2 macro index,pager y "?" "show incoming mailboxes list" @@@@ -750,11 +750,11 @@@@ attachments -I message/external-body d30 1 a30 1 @@@@ -4472,7 +4472,7 @@@@ attachments -I message/external-body @