pkgsrc/mail
wiz 6433975693 notmuch: update to 0.26.
Notmuch 0.26 (2018-01-09)
=========================

Command Line Interface
----------------------

Support for re-indexing existing messages

  There is a new subcommand, `notmuch reindex`, which re-indexes all
  messages matching supplied search terms.  This permits users to
  change the way specific messages are indexed.

  Note that for messages with multiple variants in the message
  archive, the recorded Subject: of may change upon reindexing,
  depending on the order in which the variants are indexed.

Improved error reporting in notmuch new

  Give more details when reporting certain Xapian exceptions.

Support maildir synced tags in `new.tags`

  Tags `draft`, `flagged`, `passed`, and `replied` are now supported
  in `new.tags`. The tag `unread` is still special in the presence of
  maildir syncing, and will be added for files in `new/` regardless of
  the setting of `new.tags`.

Support /regex/ in new.ignore

  Files and directories may be ignored based on regular expressions.

Allow `notmuch insert --folder=""`

  This inserts into the top level folder.

Strip trailing '/' from folder path for notmuch insert

  This prevents a potential problem with duplicated database records.

New option --output=address for notmuch address

Make `notmuch show` more robust against deleting duplicate files

The option --decrypt now takes an explicit argument

  The --decrypt option to `notmuch show` and `notmuch reply` now takes
  an explicit argument.  If you were used to invoking `notmuch show
  --decrypt`, you should switch to `notmuch show --decrypt=true`.

Boolean and keyword arguments now take a `--no-` prefix

Encrypted Mail
--------------

Indexing cleartext of encrypted e-mails

  It's now possible to include the cleartext of encrypted e-mails in
  the notmuch index.  This makes it possible to search your encrypted
  e-mails with the same ease as searching cleartext.  This can be done
  on a per-message basis by passing --decrypt=true to indexing
  commands (new, insert, reindex), or by default by running "notmuch
  config set index.decrypt true".

  Encrypted messages whose cleartext is indexed will typically also
  have their session keys stashed as properties associated with the
  message.  Stashed session keys permit rapid rendering of long
  encrypted threads, and disposal of expired encryption-capable keys.
  If for some reason you want cleartext indexing without stashed
  session keys, use --decrypt=nostash for your indexing commands (or
  run "notmuch config set index.decrypt nostash"). See `index.decrypt`
  in notmuch-config(1) for more details.

  Note that stashed session keys permit reconstruction of the
  cleartext of the encrypted message itself, and the contents of the
  index are roughly equivalent to the cleartext as well.  DO NOT USE
  this feature without considering the security of your index.

Emacs
-----

Guard against concurrent searches in notmuch-tree

Use make-process when available

  This allows newer Emacs to separate stdout and stderr from the
  notmuch command without using temporary files.

Library Changes
---------------

Indexing files with duplicate message-id

  Files with duplicate message-id's are now indexed, and searchable
  via terms and phrases. There are known issues related to
  presentation of results and regular-expression search, but in
  principle no mail file should be completely unsearchable now.

New functions to count files

  Two new functions in the libnotmuch API:
  `notmuch_message_count_files`, and `notmuch_thread_get_total_files`.

New function to remove properties

  A new function was added to the libnotmuch API to make it easier to
  drop all properties with a common pattern:
  `notmuch_message_remove_all_properties_with_prefix`

Change of return value of `notmuch_thread_get_authors`

  In certain corner cases, `notmuch_thread_get_authors` previously
  returned NULL.  This has been replaced by an empty string, since the
  possibility of NULL was not documented.

Transition `notmuch_database_add_message` to `notmuch_database_index_file`

   When indexing an e-mail message, the new
   `notmuch_database_index_file` function is the preferred form, and
   the old `notmuch_database_add_message` is deprecated.  The new form
   allows passing a set of options to the indexing engine, which the
   operator may decide to change from message to message.

Test Suite
----------

Out-of-tree builds

  The test suite now works properly with out-of-tree builds, i.e. with
  separate source and build directories. The --root option to tests
  has been dropped. The same can now be achieved more reliably using
  out-of-tree builds.

Python Bindings
---------------

Python bindings specific Debian packaging is removed

  The bindings have been build by the top level Debian packaging for a
  long time, and `bindings/python/debian` has bit-rotted.

Open mail files in binary mode when using Python 3

  This avoids certain encoding related crashes under Python 3.

Add python bindings for `notmuch_database_{get,set}_config*`

Optional `decrypt_policy` flag is available for notmuch.database().index_file()

nmbug
-----

nmbug's internal version increases to 0.3 in this notmuch release.
User-facing changes with this notmuch release:

* Accept failures to unset `core.worktree` in `clone`, which allows
  nmbug to be used with Git 2.11.0 and later.
* Auto-checkout in `clone` if it wouldn't clobber existing content,
  which makes the initial clone more convenient.
* Only error for invalid diff lines in `tags/`, which allows for
  `README`s and similar in nmbug repositories.

Documentation
-------------

New man page: notmuch-properties(7)

  This new page to the manual describes common conventions for how
  properties are used by libnotmuch, the CLI, and associated programs.
  External projects that use properties are encouraged to claim their
  properties and conventions here to avoid collisions.
2018-01-28 15:33:00 +00:00
..
akonadi Revbump after boost update 2018-01-01 21:18:06 +00:00
alpine alpine: comment out dead sites 2017-10-09 08:06:20 +00:00
amavis-perl Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
amavisd-milter Sendmail milter for amavisd-new. 2016-12-21 12:05:51 +00:00
amavisd-new Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
anomy-sanitizer fix regex lint 2018-01-23 01:28:02 +00:00
archivemail Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
autorespond Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
avenger Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
balsa Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
bbmail Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
bmf Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
bogofilter Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
bulk_mailer
clamsmtp mail/clamsmtp: Add SMF support. Make sure $CLAMAV_USER exists, 2018-01-22 15:50:37 +00:00
claws-mail Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
claws-mail-archive Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-attachwarner Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-attremover Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-bogofilter Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-cachesaver Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
claws-mail-fetchinfo Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-mailmbox Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-managesieve Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-newmail Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-notification Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-pgp
claws-mail-pgpcore Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-pgpinline Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-pgpmime Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-rssyl Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-smime Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-spamassassin Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-spamreport Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-synce Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
claws-mail-tnef Revbump after boost update 2018-01-01 21:18:06 +00:00
claws-mail-vcalendar Revbump after boost update 2018-01-01 21:18:06 +00:00
clawsker Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
cone Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
coolmail
courier-analog Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
courier-imap courier-imap: Fix pkglint warning about foreign variables in SUBST block 2018-01-10 00:19:48 +00:00
courier-maildir Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
courier-mta Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
courier-unicode Requires libiconv. 2017-05-12 11:42:50 +00:00
cucipop
cue Updated to mail/cue-20151214 (from 20140217) 2016-05-01 04:54:01 +00:00
cyrus-imapd Remove traces of crypto restrictions from packages. 2018-01-02 05:37:22 +00:00
cyrus-imapd23 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
cyrus-imapd24 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
dbmail Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
dcc dcc: update to 1.3.159 2017-05-28 11:50:07 +00:00
deforaos-mailer Sort PLIST files. 2018-01-01 22:29:15 +00:00
deliver Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
demime Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
distribute Sort PLIST files. 2018-01-01 22:29:15 +00:00
dk-milter Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
dkim-milter Sort PLIST files. 2018-01-01 22:29:15 +00:00
dnsbl-milter
dot-forward Modernize patch filenames. 2017-09-01 04:03:25 +00:00
dovecot Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
dovecot2 dovecot2: Don't automatically add compiler security features. 2018-01-24 15:16:49 +00:00
dovecot2-gssapi Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
dovecot2-ldap Update mail/dovecot2* to 2.3.0. 2018-01-02 15:52:44 +00:00
dovecot2-mysql Split off dovecot2-{gssapi,ldap,mysql,pgsql,sqlite} as separate 2016-07-18 15:03:05 +00:00
dovecot2-pgsql Changes 2.2.28: 2017-03-18 07:14:46 +00:00
dovecot2-pigeonhole mail/dovecot2-pigeonhole: update to 0.5.0.1 2018-01-08 14:30:04 +00:00
dovecot2-sqlite Update mail/dovecot2* to 2.3.0. 2018-01-02 15:52:44 +00:00
drac Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
dspam Sort PLIST files. 2018-01-01 22:29:15 +00:00
elm mail/elm: Install manpages into ${PKGMANDIR}. 2017-08-19 00:20:25 +00:00
elm-me Sort PLIST files. 2018-01-01 22:29:15 +00:00
elmo Recursive bump for gpgme update which removed a support library. 2017-03-31 10:32:14 +00:00
enma Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
esmtp Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
etach Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
etpan Revbump after boost update 2018-01-01 21:18:06 +00:00
evolution Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
evolution-data-server Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
evolution-exchange Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
exim Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
exim-html Version 4.89 2017-03-18 07:08:23 +00:00
exim3 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
exmh
ezmlm Stop trying to share logic with ezmlm-idx. Comment patches. 2017-07-26 02:02:23 +00:00
ezmlm-idx Sort PLIST files. 2018-01-01 22:29:15 +00:00
faces Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
fastforward Sort PLIST files. 2018-01-01 22:29:15 +00:00
fdm Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
fetchmail Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
fetchmailconf Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
fetchyahoo Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
fix-mime-charset Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
fml Fix previous change. 2016-09-12 15:52:49 +00:00
fml4 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
freepops Revbump after boost update 2018-01-01 21:18:06 +00:00
fromto License added, remove comment that it's missing. 2016-10-03 11:28:20 +00:00
getmail Update to 5.5. From the changelog: 2018-01-08 18:20:40 +00:00
gld Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
gmime gmime: Improve DESCR and mention API version 2017-11-23 15:41:40 +00:00
gmime3 gmime3: update to 3.2.0. 2018-01-28 15:30:07 +00:00
gmime24 gmime24: Improve DESCR and mention API version 2017-11-23 15:41:32 +00:00
gnarwl Sort PLIST files. 2018-01-01 22:29:15 +00:00
GNUMail Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
gnus
greetdelay Comment out dead sites. 2017-08-16 20:45:30 +00:00
grepmail These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 13:24:28 +00:00
heirloom-mailx Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
hypermail Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
ifile
im Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
imap-uw Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
imap-uw-utils Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
imapfilter Updated mail/imapfilter 2.6.2 to 2.6.10 2017-02-25 00:24:11 +00:00
imapproxy Don't use INSTALLATION_DIRS where MAKE_DIRS or OWN_DIRS is correct. 2017-08-08 16:39:11 +00:00
imapsync imapsync: switch homepage/master sites fedorahosted -> pagure 2017-11-01 05:27:44 +00:00
imp Follow some http redirects. 2017-08-16 20:21:03 +00:00
incm
ingo Follow some http redirects. 2017-08-16 20:21:03 +00:00
isync Update to 1.2.1. From the changelog: 2016-12-15 14:15:01 +00:00
ja-mh
jchkmail Sort PLIST files. 2018-01-01 22:29:15 +00:00
libesmtp Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libetpan Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libmilter Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libsieve Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libspf2 Sort PLIST files. 2018-01-01 22:29:15 +00:00
libsrs2 Follow some http redirects. 2017-08-16 20:21:03 +00:00
libsylph Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libytnef Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
mail-notification recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
mailagent Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mailcrypt mailcrypt: Support emacs25nox. 2018-01-04 16:38:00 +00:00
maildrop Honor custom values of ${QMAIL_DAEMON_USER}. 2017-04-27 20:08:07 +00:00
mailfront Build on systems without O_DIRECTORY. 2017-08-21 18:16:29 +00:00
mailgraph Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
mailhops Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mailman mailman: update to 2.1.25. 2017-12-04 01:52:58 +00:00
mailsend Import mailsend-1.19 into pkgsrc as mail/mailsend. Contributed by Michael 2017-07-17 16:09:38 +00:00
mailserv Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mailsort Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mailsync Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
mailwrapper
mairix Pass --mandir. Fixes PKGMANDIR. 2016-04-01 16:44:32 +00:00
majordomo enable fortifications 2017-11-26 09:11:03 +00:00
mb2md Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mdfrm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mess822 Depend on libtai to provide up-to-date leapsecs.dat. Build with pkgsrc 2017-06-26 02:04:35 +00:00
metamail Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
mew emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
mhonarc Follow some redirects. 2017-09-03 08:53:04 +00:00
milter-greylist Sort PLIST files. 2018-01-01 22:29:15 +00:00
milter-manager Bump PKGREVISION by chaging default version of Ruby. 2016-03-13 09:36:58 +00:00
milter-regex Sort PLIST files. 2018-01-01 22:29:15 +00:00
mime-construct Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
mimedefang Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
mimp Sort PLIST files. 2018-01-01 22:29:15 +00:00
mini_sendmail Use PKGMANDIR. Add patch comment. 2016-03-30 08:51:06 +00:00
minimalist Sort PLIST files. 2018-01-01 22:29:15 +00:00
mopher Sort PLIST files. 2018-01-01 22:29:15 +00:00
mpop Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
msmtp Add feature macosx-keyring for msmtp if build on Dawrin 2017-08-30 13:55:12 +00:00
mush Use OPSYSVARS. 2016-02-25 15:00:50 +00:00
mutt mutt: Update to version 1.9.3 2018-01-28 08:37:31 +00:00
neomutt neomutt: update to 20171215. 2017-12-21 12:22:13 +00:00
netbiff Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
newmail Use PKGMANDIR. Add patch comment. 2016-03-30 09:09:48 +00:00
newspipe
nmh Revbump after boost update 2018-01-01 21:18:06 +00:00
nmzmail Reset maintainer 2017-09-16 19:26:41 +00:00
notmuch notmuch: update to 0.26. 2018-01-28 15:33:00 +00:00
nullmailer Update to 2.1. From the changelog: 2017-10-28 04:51:06 +00:00
oe2mbx Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
offlineimap Update mail/offlineimap to 7.1.0, based on a PR by @backerman: 2017-05-12 10:07:41 +00:00
opendkim Sort PLIST files. 2018-01-01 22:29:15 +00:00
opendmarc Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
opensmtpd Follow some redirects. 2017-09-03 08:53:04 +00:00
OSBF-lua
p5-App-Siesh Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Catalyst-View-Email These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Email-Abstract Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-Address Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-Address-List Fix build with Perl 5.26.0 2017-06-06 14:45:48 +00:00
p5-Email-Address-XS p5-Email-Address-XS: update to 1.01. 2017-10-23 12:50:53 +00:00
p5-Email-Date Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Email-Date-Format Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-Find Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-Folder Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-FolderType Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-LocalDelivery Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-MessageID Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-MIME p5-Email-MIME: update to 1.946. 2017-09-17 16:01:38 +00:00
p5-Email-MIME-Attachment-Stripper Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-MIME-ContentType p5-Email-MIME-ContentType: update to 1.022. 2017-09-17 15:54:08 +00:00
p5-Email-MIME-Encodings Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-MIME-RFC2047 Update to 0.97 2017-08-17 13:31:18 +00:00
p5-Email-Reply Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-Send Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-Sender Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-Simple Update to 2.214 2017-09-10 02:07:29 +00:00
p5-Email-Stuff Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-Valid Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Email-Valid-Loose Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GMail-IMAPD Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-IMAP-Admin Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-IMAP-Client Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Mail-Alias Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Mail-Audit Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Mail-Box p5-Mail-Box: update to 3.004. 2017-12-30 14:30:20 +00:00
p5-Mail-ClamAV Revbump after boost update 2018-01-01 21:18:06 +00:00
p5-Mail-DeliveryStatus-BounceParser Reset maintainer 2017-09-16 19:26:41 +00:00
p5-Mail-DKIM p5-Mail-DKIM: update to 0.52. 2018-01-14 08:13:43 +00:00
p5-Mail-Ezmlm Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Mail-IMAPClient p5-Mail-IMAPClient: update to 3.39. 2017-09-17 19:55:33 +00:00
p5-Mail-ListDetector Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Mail-Mbox-MessageParser These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
p5-Mail-Message Update to 3.006 2018-01-27 08:40:35 +00:00
p5-Mail-Milter Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Mail-POP3Client Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Mail-RFC822-Address Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Mail-Sender Fix HOMEPAGE. 2017-09-03 08:03:14 +00:00
p5-Mail-Sender-Easy Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-Mail-Sendmail p5-Mail-Sendmail: update to 0.80. 2017-09-17 19:57:17 +00:00
p5-Mail-SPF Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Mail-SPF-Query p5-Mail-SPF-Query: update to 1.999.1. 2017-09-17 20:00:06 +00:00
p5-Mail-SRS Follow some http redirects. 2017-08-16 20:21:03 +00:00
p5-Mail-Webmail-Gmail Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-MailTools Updated p5-MailTools to 2.19. 2017-09-04 12:32:49 +00:00
p5-MIME-Charset Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-MIME-EncWords Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-MIME-Lite Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-MIME-Lite-HTML Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-MIME-tools Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-MIME-Types Update to 2.17 2018-01-27 07:40:47 +00:00
p5-Net-LMTP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Net-ManageSieve p5-Net-ManageSieve: update to 0.13. 2017-09-17 20:01:59 +00:00
p5-Net-SMTP-SSL Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Net-SMTP_auth Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Net-validMX Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Parse-MIME Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-razor-agents Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Sendmail-AccessDB Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Sendmail-PMilter Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Test-Email Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-URI-imap Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-User-Identity p5-User-Identity: update to 0.98. 2017-11-13 14:17:25 +00:00
Pantomime Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
pear-Auth_SASL Update pear-Auth_SASL to 1.1.0. 2017-03-17 15:45:18 +00:00
pear-Mail Update pear-Mail to 1.4.1. 2017-05-28 11:33:17 +00:00
pear-Mail_Mime mail/pear-Mail_Mime: Update to 1.10.2 2017-12-09 02:32:24 +00:00
pear-Mail_mimeDecode Update pear-Mail_mimeDecode to 1.5.6. 2016-09-12 16:00:08 +00:00
perdition Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
perdition-bdb
perdition-gdbm
perdition-ldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
perdition-mysql
perdition-odbc
perdition-postgresql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
pfqueue
php-imap Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
pine Remove fancythread option, patch doesn't fetch. Add SHA512 sum. 2017-03-23 17:32:39 +00:00
pine-pgp-filters Follow some redirects. 2017-09-03 08:53:04 +00:00
policyd
policyd-weight Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
popa3d Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
poppassd
poppy Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
postfix mail/postfix: reset PKGREVISION 2017-12-09 02:35:52 +00:00
postfix-cdb Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-ldap Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-lmdb Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-mysql Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-pcre Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-pgsql Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-sqlite mail/postfix: Update to 3.2.4 2017-12-09 02:34:48 +00:00
postgrey Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
postsrsd postsrsd: install man page. 2017-12-31 13:22:46 +00:00
prayer mail/prayer: Install manpages into ${PKGMANDIR}. 2017-08-19 00:24:50 +00:00
procmail Sort PLIST files. 2018-01-01 22:29:15 +00:00
proxsmtp
pulsar Just install man pages uncompressed directly, while fixing the PKGMANDIR 2016-04-04 17:34:12 +00:00
py-aiosmtpd py-aiosmtpd: update to 1.1 2017-09-29 12:40:55 +00:00
py-authres py-authres: update to 1.0.1 2017-10-11 12:18:42 +00:00
py-email_validator Fixed typo 2018-01-18 08:43:40 +00:00
py-flufl.bounce Import flufl.bounce 3.0 as mail/py-flufl.bounce. 2017-04-25 20:17:03 +00:00
py-libgmail Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-policyd-spf Updated py-policyd-spf to 2.0.1. 2017-02-25 17:43:39 +00:00
py-sendmail-admin
py-spf Fix package to support python-3.x and add missing dependency for 2.x. 2017-02-25 17:40:17 +00:00
py-ukpostcodeparser py-ukpostcodeparser: added version 1.1.2 2018-01-18 09:55:00 +00:00
py-validate-email-address Reset maintainer 2017-09-16 19:26:41 +00:00
pymsgauth Add pymsgauth-tag, a Unix filter that takes an RFC822 mail message on stdin 2017-06-17 13:55:06 +00:00
qcheck
qgreylist qgreylist: comment out dead sites 2017-12-24 10:14:21 +00:00
qmail Sort PLIST files. 2018-01-01 22:29:15 +00:00
qmail-autoresponder Fix build on SunOS. 2017-09-29 00:51:46 +00:00
qmail-conf Comment out dead sites. 2017-09-04 18:00:49 +00:00
qmail-lint Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
qmail-qfilter Remove unnecessary special-case TMPDIR handling. Upstream says typical 2017-10-28 15:56:06 +00:00
qmail-run procname isn't defined in time for logcmd. Bump PKGREVISION. 2017-08-05 15:21:03 +00:00
qmailanalog Sort PLIST files. 2018-01-01 22:29:15 +00:00
qmHandle Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
qmqtool Update to 1.15. From the changelog: 2017-04-04 08:27:56 +00:00
qpopper qpopper: add missing includes 2017-09-16 15:30:11 +00:00
qtools
queue-fix Substitute configured qmail users. Bump PKGREVISION. 2017-04-04 07:46:14 +00:00
queue-repair
quickml
R-mime Update to 0.4 2016-04-13 14:14:58 +00:00
rblcheck
re-alpine Follow some redirects. 2017-09-04 18:08:18 +00:00
relay-ctrl Support user-destdir. 2017-04-27 20:41:26 +00:00
ripmime
rmail-mime
roundcube mail/roundcube: update to 1.2.7 2017-11-09 01:13:11 +00:00
roundcube-plugin-enigma mail/roundcube: update to 1.2.7 2017-11-09 01:13:11 +00:00
roundcube-plugin-password mail/roundcube: update to 1.2.7 2017-11-09 01:13:11 +00:00
roundcube-plugin-zipdownload mail/roundcube: update to 1.2.7 2017-11-09 01:13:11 +00:00
rspamd Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
rss2email Add a patch to properly honor html2text options via rss2email's configuration 2017-05-22 17:51:12 +00:00
ruby-actionmailer32 Update ruby-actionmailer32 to 3.2.22.5. 2017-07-18 14:07:04 +00:00
ruby-actionmailer42 mail/ruby-actionmailer42: improve dependency 2017-09-18 06:47:04 +00:00
ruby-mail Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-mail25 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-mailfactory
ruby-mime-types Update ruby-mime-types to 3.1. 2016-10-15 14:00:41 +00:00
ruby-mime-types-data Import mime-types-data-3.2016.0521 as mail/ruby-mime-types-data 2016-07-29 21:38:36 +00:00
ruby-mime-types1
ruby-mime-types2 Re-add ruby-mime-types 2.6.2 as ruby-mime-types2 package. 2015-12-13 16:39:34 +00:00
ruby-mini_mime Add ruby-mini_mime version package 0.1.4. 2017-09-10 14:22:40 +00:00
ruby-tmail Comment out dead sites. 2017-09-04 18:00:49 +00:00
safecat Comment out dead sites. 2017-09-04 18:00:49 +00:00
seamonkey-enigmail seamonkey-enigmail: update to 1.9.9. 2017-12-26 13:26:45 +00:00
sendmail Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
sendmail-cidrexpand
sendmail-qtool Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
sendymail Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
serialmail Modernize patch filenames. 2017-09-01 03:46:36 +00:00
sid-milter Comment out dead sites. 2017-09-04 18:00:49 +00:00
sigrot
sma
smtp-vilter Comment out dead sites. 2017-09-04 18:00:49 +00:00
smtpfeed
solid-pop3d Sort PLIST files. 2018-01-01 22:29:15 +00:00
spamass-milter Add SMF manifest and method. 2016-12-16 15:52:52 +00:00
spamassassin Remove references to gnupg21 in preparation for its removal. 2017-08-29 12:11:35 +00:00
spamd Comment out dead sites. 2017-09-04 18:00:49 +00:00
spamdyke Fix build with PKGSRC_USE_SSP, and support PKGSRC_USE_FORTIFY. 2017-07-09 16:16:32 +00:00
spamprobe
sqlgrey Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
squirrelmail Update squirrelmail to 1.4.23pre14688. 2017-06-21 15:07:03 +00:00
squirrelmail-decode
squirrelmail-locales
sqwebmail Sort PLIST files. 2018-01-01 22:29:15 +00:00
ssmtp fix build with pkgsrc openssl 2016-03-09 03:26:14 +00:00
swaks Initial import of swaks. 2017-01-08 20:35:55 +00:00
sylpheed Update sylpheed to 3.6.0 2017-07-04 14:35:49 +00:00
sympa Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
t-prot
teapop Comment out dead sites. 2017-09-04 18:00:49 +00:00
thunderbird Update to 52.5.2 2018-01-24 16:39:02 +00:00
thunderbird-enigmail thunderbird-enigmail: update to 1.9.9. 2017-12-26 12:43:43 +00:00
thunderbird-l10n Update to 52.5.2 2018-01-24 16:40:21 +00:00
thunderbird45 Sort PLIST files. 2018-01-01 22:29:15 +00:00
thunderbird45-l10n Follow some redirects. 2017-09-06 09:02:59 +00:00
tmda tmda: comment out dead sites 2017-12-24 10:18:20 +00:00
tnef Update to 1.4.15 fixes CVE-2017-8911 2017-06-20 00:34:21 +00:00
tnef2txt
trojita Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
turba Follow some http redirects. 2017-08-16 20:21:03 +00:00
up-imapproxy Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
vm Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
wl emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
wl-snapshot Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
wmbiff Follow some redirects. 2017-09-06 09:02:59 +00:00
wmmail
xbiff
xbuffy Sort PLIST files. 2018-01-01 22:29:15 +00:00
xfce4-mailwatch-plugin recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
xfmail Sort PLIST files. 2018-01-01 22:29:15 +00:00
xmailbox
xmailwatcher
YoSucker Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
ytnef Add ytnef version 1.9.2 to pkgsrc. 2017-08-17 10:03:42 +00:00
Makefile py-ukpostcodeparser: added version 1.1.2 2018-01-18 09:55:00 +00:00