[dovecot/pigeonhole] 79a1d9: lib-sieve: Fix indent problems in sieve-actions.c.

GitHub noreply at github.com
Fri Apr 13 10:00:20 EEST 2018


  Branch: refs/heads/master-0.4
  Home:   https://github.com/dovecot/pigeonhole
  Commit: 79a1d98d2906f100e2890e3fdd70672df930b84a
      https://github.com/dovecot/pigeonhole/commit/79a1d98d2906f100e2890e3fdd70672df930b84a
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M src/lib-sieve/sieve-actions.c

  Log Message:
  -----------
  lib-sieve: Fix indent problems in sieve-actions.c.


  Commit: 2a13979a75a9e7d4b571caf498d700b6408d4005
      https://github.com/dovecot/pigeonhole/commit/2a13979a75a9e7d4b571caf498d700b6408d4005
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M src/lib-sieve/cmd-redirect.c

  Log Message:
  -----------
  lib-sieve: Fix indent problems in cmd-redirect.c.


  Commit: 44b7fd9073eba4354f45b30c85a3dee89b11ec21
      https://github.com/dovecot/pigeonhole/commit/44b7fd9073eba4354f45b30c85a3dee89b11ec21
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M src/lib-sieve/plugins/vnd.dovecot/report/cmd-report.c

  Log Message:
  -----------
  lib-sieve: vnd.dovecot.report extension: Fix indent problems in cmd-report.c.


  Commit: c04cdd134e14bce0d8a93c1a03aa7296cc5ce3b3
      https://github.com/dovecot/pigeonhole/commit/c04cdd134e14bce0d8a93c1a03aa7296cc5ce3b3
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M src/lib-sieve/sieve-actions.c

  Log Message:
  -----------
  lib-sieve: Properly handle message stream error in sieve_action_do_reject_mail().

This is not really important, since this is normally only used by the test
suite.


  Commit: d640748f8e7f01ba5634d43b5e006f50f4d1f489
      https://github.com/dovecot/pigeonhole/commit/d640748f8e7f01ba5634d43b5e006f50f4d1f489
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
    M src/lib-sieve/cmd-redirect.c
    M src/lib-sieve/plugins/vnd.dovecot/report/cmd-report.c
    M src/lib-sieve/sieve-actions.c

  Log Message:
  -----------
  lib-sieve: Remove inappropriate assertions on result from o_stream_send_istream() not being zero.

A zero result does not mean that the function would have blocked if the streams
were blocking, but rather that zero bytes were transfered, which can also happen
when the input stream has size zero.


Compare: https://github.com/dovecot/pigeonhole/compare/8f78497c9713...d640748f8e7f


More information about the dovecot-cvs mailing list