]> git.ipfire.org Git - thirdparty/mlmmj.git/commit
Changes to how subscription and unsubscribe work.
authorBen Schmidt <none@none>
Mon, 23 Jan 2012 16:02:00 +0000 (03:02 +1100)
committerBen Schmidt <none@none>
Mon, 23 Jan 2012 16:02:00 +0000 (03:02 +1100)
commitcd45d2026ec51c5fde129b9bf7545ffbcdcc6900
tree69b475a27b920402fbfc7e4b67a8b3b94a39dab9
parent6dfd44831f8d02bcc31fcc33642e2edc46ae30ef
Changes to how subscription and unsubscribe work.

- Make +unsubscribe remove the requester from all versions of the list.
- Make mlmmj-unsub default to removing the requester from all versions of the
  list.
- Make mlmmj-sub and +subscribe[-digest|-nomail] switch existing subscriptions.
- Add a switch to bypass notifying the owner on subscribe/unsubscribe.
- Make type available in finish list texts.
12 files changed:
ChangeLog
README.listtexts
include/mlmmj.h
include/subscriberfuncs.h
man/mlmmj-sub.1
man/mlmmj-unsub.1
src/listcontrol.c
src/mlmmj-bounce.c
src/mlmmj-process.c
src/mlmmj-sub.c
src/mlmmj-unsub.c
src/subscriberfuncs.c