Hi,
in : ~/Library/Mail/V2/MailData/Accounts.plist
You will find that line : "NumberOfDaysToKeepTrash".
Value :
-1 = Never
0 = When quitting Mail
1 = one day
7 = one week
30 = one month
example (one month) :
<key>NumberOfDaysToKeepTrash</key>
<string>30</string>
Try this :
<key>NumberOfDaysToKeepTrash</key>
<string>90</string>
The Mail preferences panel will still display "one month", though.