add select form when multiple result

This commit is contained in:
nishiki 2015-01-17 00:05:40 +01:00
parent 40291632eb
commit f5b98de4c1
5 changed files with 37 additions and 10 deletions
lib/Sync

View file

@ -90,7 +90,7 @@ module MPW
file << msg['data']
end
mpw = MPW.new(tmp_file)
mpw = MPW.new(tmp_file, @gpg_key)
if not mpw.decrypt(gpg_password)
@error_msg = mpw.error_msg
return nil