Home GnuPG

Fix import from notepad

Description

Fix import from notepad

Any startImport() needs to be wrapped in setWaitForMoreJobs(true/false)
because setWaitForMoreJobs(false) triggers the processing of the
scheduled import jobs. All other startImport() are wrapped even the
one for importing from clipboard which also only starts a single
import job.