Bug 2406 - some part of accountrc not updated upon account rename
Summary: some part of accountrc not updated upon account rename
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Folders (show other bugs)
Version: 3.7.10
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2011-04-15 19:07 UTC by Denis Laxalde
Modified: 2011-12-29 23:09 UTC (History)
0 users

See Also:


Attachments

Description Denis Laxalde 2011-04-15 19:07:17 UTC
In particular, folder settings found in the "Advanced" section of "Account settings" are not updated upon account rename.
In other words, in accountrc lines like:

  sent_folder=#imap/...
  queue_folder=#...

are not updated.
Comment 1 users 2011-11-21 23:15:36 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/

2011-11-21 [pawel]	3.7.10cvs97

	* src/account.c
	* src/prefs_filtering.c
	* src/prefs_filtering.h
		Fix bug #2404 'matcherrc updates upon account renaming'
		Fix bug #2406 'some part of accountrc not updated upon
		account rename'
		Renaming account cause changing of it's root folder prefix
		from #<type>/<old_name> to #<type>/<new_name> so every
		path directing to it must be altered. Fix paths in account
		preferences, global processing and filtering rules, folder
		processing rules upon rename
Comment 2 users 2011-11-22 20:38:34 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/

2011-11-22 [colin]	3.7.10cvs99

	* src/account.c
	* src/prefs_filtering.c
	* src/prefs_filtering.h
		Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
		The existing functions should do the job as well
		if not better, as they take into account the
		separator.

Note You need to log in before you can comment on or make changes to this bug.