12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 |
* GNU General Public License for more details. |
* GNU General Public License for more details. |
|
* |
|
|
* You should have received a copy of the GNU Lesser General Public License |
|
|
* along with GPGOE; if not, write to the Free Software Foundation, |
|
|
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
|
15 |
*/ |
*/ |
16 |
|
|
17 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
632 |
} |
} |
633 |
|
|
634 |
|
|
635 |
|
#if 0 |
636 |
/* Try to decrypt a PGP/MIME message. */ |
/* Try to decrypt a PGP/MIME message. */ |
637 |
static gpgme_error_t |
static gpgme_error_t |
638 |
oe_handle_pgp_mime_mail (plugin_ctx_t ctx) |
oe_handle_pgp_mime_mail (plugin_ctx_t ctx) |
659 |
|
|
660 |
return 0; |
return 0; |
661 |
} |
} |
662 |
|
#endif |
663 |
|
|
664 |
|
|
665 |
/* This function can be use for all kind of OE messages. |
/* This function can be use for all kind of OE messages. |