OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../crm114/message-munging.patch
  5. # Copyright (C) 2013 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Message munging work around (see bug #406207).
  17. Index: crm114/maillib.crm
  18. ===================================================================
  19. --- ./maillib.crm 2009-10-20 11:12:34.000000000 +0200
  20. +++ ./maillib.crm 2010-01-23 15:03:22.000000000 +0100
  21. @@ -371,11 +371,13 @@
  22. match (:found: :hd: :tail:) <nomultiline nocase> /^(:*:header:) (.*)/
  23. alter (:tail:) /:*:tail: (:*:comment:)/
  24. }
  25. - alius
  26. - {
  27. - # no such header. make one.
  28. - call /:mungmail_add:/ [:*:header: (:*:comment:)]
  29. - }
  30. +# Commented out by Milan Zamazal <pdm@debian.org> on 2007-01-28 as suggested on
  31. +# the crm114 mailing list. If this is wrong please let me know.
  32. +# alius
  33. +# {
  34. +# # no such header. make one.
  35. +# call /:mungmail_add:/ [:*:header: (:*:comment:)]
  36. +# }
  37. }
  38. return