]> code.citadel.org Git - citadel.git/commitdiff
Choose default sender email address by envelope recipient
authorWilfried Goesgens <dothebart@citadel.org>
Wed, 5 Dec 2012 22:44:38 +0000 (23:44 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Wed, 5 Dec 2012 22:44:38 +0000 (23:44 +0100)
  - propagate the stored 'enVelopeto' to the citadel protocol as 'nvto' header; nvto may contain several recipients.
  - add handlers to read nvto in webcit
  - evaluate which should be the prefered chosen default sender while loading the GVEA Hash instead of while rendering the template
  - if we are replying to an email, base choice on the nvto-header if it exists.
  - in all other cases use the preference chosen in the prefs-screen


No differences found