diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-05-05 11:26:13 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-05-05 11:26:13 -0700 |
commit | 02c1a6a515c5a18eece01aafb8de7a88b8c8c83f (patch) | |
tree | 9fb24d31afc16e3d7eadc19c084253879a407206 /indra/newview/app_settings | |
parent | 90cad613b029f71a131303d6efaadd22aba21626 (diff) |
EXP-754 [PUBLIC] Remember last email address for snapshots
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings_per_account.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings_per_account.xml b/indra/newview/app_settings/settings_per_account.xml index 8efec1cff0..ff24efaf2c 100644 --- a/indra/newview/app_settings/settings_per_account.xml +++ b/indra/newview/app_settings/settings_per_account.xml @@ -44,6 +44,17 @@ <key>Value</key> <integer>0</integer> </map> + <key>LastPostcardRecipient</key> + <map> + <key>Comment</key> + <string>Last recipient of postcard</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string /> + </map> <key>LogNearbyChat</key> <map> <key>Comment</key> |