email.patch 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Index: configure
  2. --- configure.orig 2008-04-05 18:21:15 +0200
  3. +++ configure 2008-04-06 10:01:54 +0200
  4. @@ -3021,9 +3021,6 @@
  5. -if test -n "$GCC"; then
  6. - CFLAGS="$CFLAGS -Wall -W"
  7. -fi
  8. # Checks for libraries.
  9. Index: email.address.template
  10. --- email.address.template.orig 2008-02-21 19:10:21 +0100
  11. +++ email.address.template 2008-04-06 10:01:54 +0200
  12. @@ -1,23 +1,10 @@
  13. -# This is the Address book for 'email'
  14. -# Groups should be comma delimited email addresses with
  15. -# Spaces are allowed, and newline escapes are too. Newline escapes are '\'
  16. -#
  17. -# Example:
  18. -#group: MyGroup = Dean, John, Geekoid \
  19. -# Scott, Josh, John
  20. -#
  21. -# See? The newline escape char let's you specify stuff on a seperate line. kinda cool, eh?
  22. -# Have fun!
  23. -#
  24. -
  25. -# These are regular email addresses
  26. -single: Tim = tim@somedomain.org #This is me!
  27. -single: Someone = someone@somedomain.org #Just someone...
  28. -single: Her = hot_girl@somedomain.org #Yeah right...
  29. -single: "Geekoid Software" = software@somedomain.org
  30. -
  31. -# This is my group of friends...
  32. -group: All = Dean, 'Geekoid Software', \
  33. - Someone, Her
  34. +##
  35. +## email.address -- Email address book
  36. +##
  37. +#single: foo = foo@example.com # Mr. Foo
  38. +#single: bar.baz = bar@example.com # Mr. Bar
  39. +#single: "Mr. Quux" = quux@example.com # Mr. Quux
  40. +#group: All = foo, bar.baz \
  41. +# 'Mr. Quux'
  42. Index: email.conf
  43. --- email.conf.orig 2008-04-05 16:37:11 +0200
  44. +++ email.conf 2008-04-06 10:01:54 +0200
  45. @@ -1,8 +1,6 @@
  46. -# This is the DEFAULT configuration file for email.
  47. -#
  48. -# Please CHANGE THE VALUES below to suit your environment.
  49. -# Don't forget to set the shell environment variable EDITOR
  50. -############################################################
  51. +##
  52. +## email.conf -- Email main configuration
  53. +##
  54. ############################################################
  55. # SMTP Server and Port number you use
  56. @@ -49,7 +47,7 @@
  57. # want address book functionality, just comment it out and
  58. # use regular email addresses.
  59. ############################################################
  60. -ADDRESS_BOOK = '&/email.address.template'
  61. +#ADDRESS_BOOK = '&/email.address'
  62. ############################################################
  63. # If you would like to have a copy Of your final email saved
  64. @@ -78,7 +76,7 @@
  65. # just putting "gpg" will suffice if GPG is in your PATH
  66. # environment variable path.
  67. ############################################################
  68. -# GPG_BIN = '/usr/bin/gpg'
  69. +# GPG_BIN = '@l_prefix@/bin/gpg'
  70. ###########################################################
  71. # You can bypass email asking you for a password for gpg
  72. Index: email.sig
  73. --- email.sig.orig 2008-04-05 16:37:11 +0200
  74. +++ email.sig 2008-04-06 10:01:54 +0200
  75. @@ -1,7 +1,5 @@
  76. --
  77. -Sent using Email %v
  78. -http://www.cleancode.org/projects/email
  79. -
  80. -Sent on: %c
  81. -On System: %h
  82. +Time: %c
  83. +Agent: OpenPKG's Email %v
  84. +System: %h
  85. Index: install.sh
  86. --- install.sh.orig 2008-02-21 19:10:21 +0100
  87. +++ install.sh 2008-04-06 10:01:54 +0200
  88. @@ -251,16 +251,5 @@
  89. exit 2
  90. fi
  91. -echo " Success!"
  92. -cat << EOF
  93. -
  94. -#######################################################
  95. -# Done installing E-Mail client. #
  96. -# Please read README for information on setup and use.#
  97. -# #
  98. -# If you have any questions or concerns... #
  99. -# Please e-mail: software@cleancode.org #
  100. -#######################################################
  101. -EOF