~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-updates

« back to all changes in this revision

Viewing changes to camel/camel-gpg-context.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-07 15:43:29 UTC
  • mfrom: (1.1.73 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907154329-ig45a78mkhotc4af
Tags: 2.27.92-0ubuntu1
* New upstream version
  Bug Fixes:
  Mailer:
  - #350007 - evolution busy-waits on GPG signing operations 
  - #578910 - Fixes problem of missing migration for left out folders
  Other Fixes:
  Show filename in password file load/save warnings 
  Paste of e-mail always goes to the left most position 
  Expand <group> inline adds control codes 
  vee_rebuild_folder
* debian/patches/11_it_translation.patch:
  - don't use this debian change, the translation changed and those issues
    should be fixed upstream or in rosetta but not in source changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
        g_ptr_array_add (argv, (guint8 *) "--no-secmem-warning");
499
499
        g_ptr_array_add (argv, (guint8 *) "--no-greeting");
500
500
        g_ptr_array_add (argv, (guint8 *) "--no-tty");
501
 
        g_ptr_array_add (argv, (guint8 *) "--no-use-agent");
502
501
 
503
502
        if (passwd_fd == -1) {
504
503
                /* only use batch mode if we don't intend on using the
1199
1198
                }
1200
1199
        }
1201
1200
 
 
1201
        if (gpg->need_id) {
 
1202
                /* do not ask more than ten times per second when looking for a pass phrase,
 
1203
                   in case user has the use-agent set, it'll not use the all CPU when
 
1204
                   agent is asking for a pass phrase, instead of us */
 
1205
                g_usleep (G_USEC_PER_SEC / 10);
 
1206
        }
 
1207
 
1202
1208
        return 0;
1203
1209
 
1204
1210
 exception: