[dovecot/pigeonhole | refs/heads/master-0.4] cfe696ca: plugins: imapsieve: Remove useless NULL check for exec_status.

noreply at dovecot.org noreply at dovecot.org
Thu Dec 13 10:00:18 EET 2018


  Branch: refs/heads/master-0.4
  Home:   https://github.com/dovecot/pigeonhole
  Commit: cfe696ca563f9ae0631918a3ade086a19f069fff
      https://github.com/dovecot/pigeonhole/commit/cfe696ca563f9ae0631918a3ade086a19f069fff
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

  Changed paths:
    M src/plugins/imapsieve/imap-sieve.c

  Log Message:
  -----------
  plugins: imapsieve: Remove useless NULL check for exec_status.

In this context, it can never be NULL and the check confuses Coverity.

  Commit: 10bd063d253fb158bf91a61dfd1d6a4f5f819083
      https://github.com/dovecot/pigeonhole/commit/10bd063d253fb158bf91a61dfd1d6a4f5f819083
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

  Changed paths:
    M src/plugins/imap-filter-sieve/imap-filter-sieve.c

  Log Message:
  -----------
  plugins: imap-filter-sieve: Remove useless NULL check for exec_status.

In this context, it can never be NULL and the check confuses Coverity.

  Commit: 41cb84ddfaf0c31b7764d9969906a6899d7e9883
      https://github.com/dovecot/pigeonhole/commit/41cb84ddfaf0c31b7764d9969906a6899d7e9883
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
    M doc/plugins/imapsieve.txt
    M src/plugins/imapsieve/imap-sieve-storage.c

  Log Message:
  -----------
  plugins: imapsieve: Expunge discarded messages when imapsieve_expunge_discarded=yes.

  Commit: dcf5c083722a58615f1e0ba2e6fa7cd1ae299a0e
      https://github.com/dovecot/pigeonhole/commit/dcf5c083722a58615f1e0ba2e6fa7cd1ae299a0e
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
    M src/plugins/imap-filter-sieve/imap-filter-sieve.c

  Log Message:
  -----------
  plugins: imap-filter-sieve: Properly discard the originally stored message when a modified version is stored by Sieve.

The Sieve interpreter can return a flag that indicates whether the original
message should be kept, but that was not actually being used.

  Commit: ba8b0362e843cb7faa2b03c589432e63165b46bd
      https://github.com/dovecot/pigeonhole/commit/ba8b0362e843cb7faa2b03c589432e63165b46bd
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
    M src/plugins/imapsieve/imap-sieve.c

  Log Message:
  -----------
  plugins: imapsieve: Properly discard the originally stored message when a modified version is stored by Sieve.

The Sieve interpreter can return a flag that indicates whether the original
message should be kept, but that was not actually being used.

  Patch: https://github.com/dovecot/pigeonhole/compare/40a56108fea5...cfe696ca563f.patch


More information about the dovecot-cvs mailing list