add select form when multiple result
This commit is contained in:
parent
40291632eb
commit
f5b98de4c1
5 changed files with 37 additions and 10 deletions
lib/Sync
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue