lp:~bneijt/bzr-hookless-email/multimail

Created by A. Bram Neijt and last modified
Get this branch:
bzr branch lp:~bneijt/bzr-hookless-email/multimail
Only A. Bram Neijt can upload to this branch. If you are A. Bram Neijt please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
A. Bram Neijt
Project:
Bazaar hookless email
Status:
Development

Recent revisions

32. By A. Bram Neijt

Describe use of multiple --email options in README

 * Added information on using the -e option multiple times
   to the README file.

31. By A. Bram Neijt

Allow multiple recipient addresses on the commandline

This commit will allow multiple addresses to be specified on the commandline, using -e multiple times. To keep the resulting code changes minimal, the handling of the extra messages is not optimized: the messages will be reformatted for each recipient. Reformatting like this is probably good enough for up to four email recepients on the commandline, but it does not check for this.

30. By Karl Fogel

* bzr_hookless_email.py
  (BranchEmailer._compose_email): Improved interaction between
    --line-limit and --byte-limit.

29. By Karl Fogel

* bzr_hookless_email.py
  (BranchEmailer._compose_email): Remove a spurious "+" that I
    accidentally introduced in r28, and unrelatedly add a "+" that I
    should have added in r28.

28. By Karl Fogel

* bzr_hookless_email.py
  (parse_options): Parse new --byte-limit, similarly to --line-limit.
    Adjust latter's usage to clarify how they interact.
  (BranchEmailer._compose_email): Adjust accordingly.

This is related to https://savannah.gnu.org/support/index.php?106531.

27. By Wouter van Heyst

Let options.recurse_dirs be an empty list by default, works better than trying to iterate over None.

26. By Reinhard Tartler

remove unnecessary return

25. By Reinhard Tartler

Catch an exception for the case that the branch is not writeable

24. By Wouter van Heyst

Add NewBranchWatcher class that waits for bzr branches to be created under the recurse_dirs to watch, and then adds new BranchEmailer instances for them.

23. By Dato Simó

Be smarter about revisions disappearing from the mainline.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:bzr-hookless-email
This branch contains Public information 
Everyone can see this information.

Subscribers