~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to tools/gpgparsemail.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
                   rfc822parse_field_t field_ctx)
350
350
{
351
351
  const char *s;
 
352
 
 
353
  (void)msg;
 
354
 
352
355
  s = rfc822parse_query_parameter (field_ctx, "protocol", 1);
353
356
  if (s)
354
357
    {
391
394
                      rfc822parse_field_t field_ctx)
392
395
{
393
396
  const char *s;
 
397
 
 
398
  (void)info;
 
399
  (void)msg;
 
400
 
394
401
  s = rfc822parse_query_parameter (field_ctx, "protocol", 0);
395
402
  if (s)
396
403
    printf ("h encrypted.protocol: %s\n", s);
403
410
             rfc822parse_field_t field_ctx)
404
411
{
405
412
  const char *s;
 
413
  
 
414
  (void)msg;
 
415
 
406
416
  s = rfc822parse_query_parameter (field_ctx, "name", 0);
407
417
  if (s)
408
418
    printf ("h pkcs7.name: %s\n", s);