Reply UI fix and made some items on the Inbox and Sent tables uneditable #7

Merged
Atheros1 merged 2 commits from master into master 2012-11-29 18:42:34 +01:00
Showing only changes of commit 07fd023725 - Show all commits

View File

@ -5,7 +5,7 @@
#Right now, PyBitmessage only support connecting to stream 1. It doesn't yet contain logic to expand into further streams.
softwareVersion = '0.1.0'
softwareVersion = '0.1.1'
verbose = 2
maximumAgeOfAnObjectThatIAmWillingToAccept = 216000 #Equals two days and 12 hours.
lengthOfTimeToLeaveObjectsInInventory = 237600 #Equals two days and 18 hours. This should be longer than maximumAgeOfAnObjectThatIAmWillingToAccept so that we don't process messages twice.