Lines 1648-1667
Link Here
|
1648 |
|
1648 |
|
1649 |
b->encoding = ENC7BIT; |
1649 |
b->encoding = ENC7BIT; |
1650 |
|
1650 |
|
1651 |
b->type = TYPEAPPLICATION; |
1651 |
b->type = TYPETEXT; |
1652 |
b->subtype = safe_strdup ("pgp"); |
1652 |
b->subtype = safe_strdup ("plain"); |
1653 |
|
1653 |
|
1654 |
mutt_set_parameter ("format", "text", &b->parameter); |
1654 |
mutt_set_parameter ("format", "text", &b->parameter); |
1655 |
mutt_set_parameter ("x-action", flags & PGPENCRYPT ? "encrypt" : "sign", |
1655 |
mutt_set_parameter ("x-action", flags & PGPENCRYPT ? "encrypt" : "sign", |
1656 |
&b->parameter); |
1656 |
&b->parameter); |
1657 |
|
1657 |
|
1658 |
b->filename = safe_strdup (pgpoutfile); |
1658 |
b->filename = safe_strdup (pgpoutfile); |
1659 |
|
1659 |
|
|
|
1660 |
#if 0 |
1660 |
/* The following is intended to give a clue to some completely brain-dead |
1661 |
/* The following is intended to give a clue to some completely brain-dead |
1661 |
* "mail environments" which are typically used by large corporations. |
1662 |
* "mail environments" which are typically used by large corporations. |
1662 |
*/ |
1663 |
*/ |
1663 |
|
1664 |
|
1664 |
b->d_filename = safe_strdup ("msg.pgp"); |
1665 |
b->d_filename = safe_strdup ("msg.pgp"); |
|
|
1666 |
#endif |
1667 |
|
1665 |
b->disposition = DISPINLINE; |
1668 |
b->disposition = DISPINLINE; |
1666 |
b->unlink = 1; |
1669 |
b->unlink = 1; |
1667 |
b->use_disp = 1; |
1670 |
b->use_disp = 1; |