Re: GnuPG Plugin (v2.1) signing problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> After the recent upgrade of the GnupG/PGP plugin I'm encountering
> problems with signing mails:
...
> I enter the correct passphrase, but after that the mail is not sent,
> instead I'm thrown back to the "edit message screen" and another instance
> of my .signature is added to the bottom of the mail.

src/compose.php
----
/** SESSION/POST/GET VARS */
if (sqgetGlobalVar('send', $send, SQ_POST) ||
    (sqgetGlobalVar('REQUEST_METHOD',$request_method,SQ_SERVER) &&
     strtolower($request_method) == 'post' &&
     sqgetGlobalVar('send',$send,SQ_GET))) {
    /**
     * Send can only be achieved by setting $_POST var. If Send = true then
     * retrieve other form fields from $_POST
     *
     * Fix for GPG plugin. Allow setting 'send' in GET, but everything else
must be in POST.
     */
    $SQ_GLOBAL = SQ_POST;
} else {
    $SQ_GLOBAL = SQ_FORM;
}
----

-- 
View this message in context: http://www.nabble.com/GnuPG-Plugin-%28v2.1%29-signing-problem-tf4434449.html#a12881951
Sent from the squirrelmail-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
squirrelmail-users mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux