[dovecot/core] 4216de: notify-status: Add notify-status plugin

GitHub noreply at github.com
Wed Sep 20 11:30:13 EEST 2017


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: 4216de2fc9b98a2ca05d33ecb46c0056db47b05b
      https://github.com/dovecot/core/commit/4216de2fc9b98a2ca05d33ecb46c0056db47b05b
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-09-20 (Wed, 20 Sep 2017)

  Changed paths:
    M configure.ac
    M src/plugins/Makefile.am
    A src/plugins/notify-status/Makefile.am
    A src/plugins/notify-status/notify-status-plugin.c

  Log Message:
  -----------
  notify-status: Add notify-status plugin

This enables updating a dictionary with mailbox
status information when the mailbox changes.

It requires notify_status_dict setting for specifying
the dict where the data is stored.

One can optionally use notify_status_mailbox patterns
for specifying which box(es) the status update is done.
Subsequent patterns are notify_status_mailbox2 and so forth.

One can also specify data format using notify_status_value
plugin setting.


  Commit: 75d0e484a279ed4cf63dca415b09da6734fe22db
      https://github.com/dovecot/core/commit/75d0e484a279ed4cf63dca415b09da6734fe22db
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-09-20 (Wed, 20 Sep 2017)

  Changed paths:
    M src/plugins/notify-status/notify-status-plugin.c

  Log Message:
  -----------
  notify-status: Provide access to all easy fields


  Commit: e15275e21f4466d3eee85878c8497d0e7640d02d
      https://github.com/dovecot/core/commit/e15275e21f4466d3eee85878c8497d0e7640d02d
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-09-20 (Wed, 20 Sep 2017)

  Changed paths:
    M src/plugins/notify-status/notify-status-plugin.c

  Log Message:
  -----------
  notify-status: Remove first_unseen_seq field

The sequence number keeps changing, so it's very unlikely to be useful.
It's also not always as efficiently available as the other fields, so
better to avoid having it.


Compare: https://github.com/dovecot/core/compare/6a6bda313406...e15275e21f44


More information about the dovecot-cvs mailing list