<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Giest Blogz &#187; mail</title>
	<atom:link href="http://www.giest.org/tag/mail/feed" rel="self" type="application/rss+xml" />
	<link>http://www.giest.org</link>
	<description>Welcome to Free World</description>
	<lastBuildDate>Mon, 19 Apr 2010 04:05:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Roundcube Webmail Tidak Bisa Delete Mail</title>
		<link>http://www.giest.org/aplikasi/roundcube-webmail-tidak-bisa-delete-mail.html</link>
		<comments>http://www.giest.org/aplikasi/roundcube-webmail-tidak-bisa-delete-mail.html#comments</comments>
		<pubDate>Tue, 23 Dec 2008 07:47:15 +0000</pubDate>
		<dc:creator>Giest</dc:creator>
				<category><![CDATA[Aplikasi]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://www.giest.org/?p=315</guid>
		<description><![CDATA[Duh sudah beberapa hari bingung kenapa Roundcube yang sudah sukses terinstall tidak bisa menghapus mail baik itu dari inbox ataupun dari sent item. Setiap kali coba di delete selalu keluar pesan error &#8220;Could not move the message&#8221; Ternyata solusi nya cukup simple&#8230; Buka file main.inc.php kemudian cari baris berikut // automatically create the above listed [...]]]></description>
			<content:encoded><![CDATA[<p>Duh sudah beberapa hari bingung kenapa Roundcube yang sudah sukses terinstall tidak bisa menghapus mail baik itu dari inbox ataupun dari sent item.<br />
Setiap kali coba di delete selalu keluar pesan </p>
<blockquote><p>error &#8220;Could not move the message&#8221;</p></blockquote>
<p>Ternyata solusi nya cukup simple&#8230;<br />
<span id="more-315"></span><br />
Buka file main.inc.php<br />
kemudian cari baris berikut </p>
<pre lang="php">// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = FALSE;

// protect the default folders from renames, deletes, and subscription changes
$rcmail_config['protect_default_folders'] = TRUE;  </pre>
<p>dan ganti bagian create_default_folders menjadi TRUE seperti ini</p>
<pre lang="php">// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;

// protect the default folders from renames, deletes, and subscription changes
$rcmail_config['protect_default_folders'] = TRUE;</pre>
<p>Sekarang masalah itu sudah hilang <img src='http://www.giest.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.giest.org%2Faplikasi%2Froundcube-webmail-tidak-bisa-delete-mail.html&amp;t=Roundcube%20Webmail%20Tidak%20Bisa%20Delete%20Mail" id="facebook_share_both_315" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top left;">Share on Facebook</a>
	<script type="text/javascript">
	var button = document.getElementById('facebook_share_link_315') || document.getElementById('facebook_share_icon_315') || document.getElementById('facebook_share_both_315') || document.getElementById('facebook_share_button_315');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_315') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	</script>
	<center><script src="http://kumpulblogger.com/scahor.php?b=28399" type="text/javascript"></script></center>]]></content:encoded>
			<wfw:commentRss>http://www.giest.org/aplikasi/roundcube-webmail-tidak-bisa-delete-mail.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
