diff options
| author | Rathin <rathinusa@yahoo.co.in> | 2011-06-14 20:26:30 +0800 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2011-06-14 20:26:30 +0800 |
| commit | f5794eff3613afe5082ab15bd6dbb14806ce5fdc (patch) | |
| tree | 375f309c21bea171d89bbeb1252c4038ba0bde58 /mail/e-mail-enums.h | |
| parent | de9b1685edf197281c14ce9c1ae8f384866ff0b2 (diff) | |
| download | gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.gz gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.bz2 gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.lz gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.xz gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.zst gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.zip | |
Bug #530335 - Allow Reply to selected address only
Diffstat (limited to 'mail/e-mail-enums.h')
| -rw-r--r-- | mail/e-mail-enums.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-enums.h b/mail/e-mail-enums.h index 1e2e4a2865..e0ad3ad86f 100644 --- a/mail/e-mail-enums.h +++ b/mail/e-mail-enums.h @@ -63,6 +63,7 @@ typedef enum { typedef enum { E_MAIL_REPLY_TO_SENDER, + E_MAIL_REPLY_TO_RECIPIENT, E_MAIL_REPLY_TO_FROM, E_MAIL_REPLY_TO_ALL, E_MAIL_REPLY_TO_LIST |
