aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-09-13 02:30:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-09-13 02:30:54 +0000
commit9026c5444aa126d97995f8f9b1c826109545d9f1 (patch)
tree3a241903fbed0713eadb738d8d3d919101c78a45 /libsylph/procmsg.h
parent1f5f03634cbea00ae0927605a801c19e4cfb2a04 (diff)
disabled the passphrase dialog on query search.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1896 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index 1abe7205..8456cdc9 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -291,6 +291,7 @@ void procmsg_message_file_list_free (GSList *file_list);
FILE *procmsg_open_message (MsgInfo *msginfo);
void procmsg_set_decrypt_message_func (DecryptMessageFunc func);
+void procmsg_set_auto_decrypt_message (gboolean enabled);
FILE *procmsg_open_message_decrypted (MsgInfo *msginfo,
MimeInfo **mimeinfo);