Mailinglist Archive: opensuse-bugs (8017 mails)

< Previous Next >
[Bug 222479] Evolution never saves password for IMAP and SMTP
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 14 Dec 2006 02:16:14 -0700 (MST)
  • Message-id: <20061214091614.B439C25C88C@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=222479





------- Comment #25 from rknall@xxxxxxxxx 2006-12-14 02:16 MST -------
For all the KDE users out there, I wrote a simple shell script, which starts
the keyring, exports the environment vars and starts evolution. Here it is:

-------------------------------------
#!/bin/sh

if [ ! $GNOME_KEYRING_PID ] ; then
keyring=$(gnome-keyring-daemon)
if [ $? -eq 0 ] ; then
for exp in $keyring; do
export $exp;
done
fi
fi

if [ $GNOME_KEYRING_PID ] ; then
evolution
else
echo "Gnome Keyring has not been started"
fi
-------------------------------------


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >