Bug 1076

Summary: privacy options are displayed even when pgp plugin not loaded / available
Product: Claws Mail (GTK 2) Reporter: Andreas Bierfert <andreas.bierfert>
Component: Plugins/Privacy/PGPAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 2.6.0   
Hardware: PC   
OS: Linux   

Description Andreas Bierfert 2006-12-09 18:23:47 UTC
Here is a bugreport which I got from a user over at the fedora bugzilla which I think better fits here :) see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218190

Description of problem:
When I first started sylpheed-claws it showed the privacy options in the account
configuration, e.g. whether to always sign a message but there was no default
"privacy system" (don't know what it is called in the english version). After
installing the plugins package and selecting pgp-mime or pgp-inline the options
are disabled when I switch back to none.

Version-Release number of selected component (if applicable):
2.6.0-1

How reproducible:
don't know, but I guess always

Steps to Reproduce:
1. start sylpheed-claws
2. go to the account configuration and select privacy options

  
Actual results:

It is possible to select "encrypt every message" even when sylpheed-claws would
not do it because of missing plugin

Expected results:
Some information that a plugin is needed and disabled options to show that
further action is needed to make this work.
Comment 1 users 2006-12-11 18:53:08 UTC
Changes related to this bug have been commited.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.colino.net/claws-mail/

2006-12-11 [colin]	2.6.1cvs15

	* src/prefs_account.c
		Prevent use of non-existing default inbox

		Fix sensitivity. Fixes bug 1076, 'privacy 
		options are displayed even when pgp plugin 
		not loaded / available'
Comment 2 users 2006-12-12 10:45:12 UTC
Changes related to this bug have been commited.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.colino.net/claws-mail/

2006-12-12 [paul]	2.6.1cvs21

	* src/prefs_account.c
		complete the fix of bug 1076
		also be more verbose with the text
Comment 3 users 2006-12-12 22:50:05 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.colino.net/claws-mail/

2006-12-12 [colin]	2.6.1cvs22

	* src/gtk/menu.h
		Add another menu data type
	* src/prefs_account.c
		Complete the completion of bug 1076
		(doesn't lose the pref on apply)