Normalized whitespace in be-handle-mail and send_pgp_mime.py.
authorW. Trevor King <wking@drexel.edu>
Sat, 18 Jul 2009 15:10:27 +0000 (11:10 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 20 Mar 2012 21:19:25 +0000 (17:19 -0400)
commit6b3cf0aa15cc78a1c477d83f04c3403d7267bf16
tree5b8834be111ab55096d7f7b55c2edc78d4c42b9a
parent241eda92a82b8917e53a4fa568030df268a788f2
Normalized whitespace in be-handle-mail and send_pgp_mime.py.

Also removed "commit after every message" from be-handle-mail,
because
  a) not implemented yet
  b) don't want to commit spam, since we'd have to find a way to
  remove it later.

Suggested future workflow:
  * "bzr diff" to poll for activity, blank output = no activity.
  * on activity:
    1) look at changes
    2) remove whatever
    3) commit email-interface repo.
    4) merge changes into your private repo
  * on private repo changes:
    * if activity in email-interface repo:
      1) deal with email activity as above
    * push your private repo onto the email-interface repo
      (and update the email repos' working tree, if required)
interfaces/email/interactive/send_pgp_mime.py