<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=Using_Mutt</id>
	<title>Using Mutt - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=Using_Mutt"/>
	<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Using_Mutt&amp;action=history"/>
	<updated>2026-06-19T20:37:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.d3xt3r01.tk//index.php?title=Using_Mutt&amp;diff=6535&amp;oldid=prev</id>
		<title>Admin at 19:10, 25 January 2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Using_Mutt&amp;diff=6535&amp;oldid=prev"/>
		<updated>2012-01-25T19:10:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:10, 25 January 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.d3xt3r01.tk//index.php?title=Using_Mutt&amp;diff=2&amp;oldid=prev</id>
		<title>Admin: New page: ==Basic Info== So .. I though that why not start using mutt instead of evolution or any other thingies to read my imap folder ? you know how easy it is ?  ==~/.muttrc stuff==  set my_serve...</title>
		<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Using_Mutt&amp;diff=2&amp;oldid=prev"/>
		<updated>2009-06-25T18:13:04Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Basic Info== So .. I though that why not start using mutt instead of evolution or any other thingies to read my imap folder ? you know how easy it is ?  ==~/.muttrc stuff==  set my_serve...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Basic Info==&lt;br /&gt;
So .. I though that why not start using mutt instead of evolution or any other thingies to read my imap folder ? you know how easy it is ?&lt;br /&gt;
&lt;br /&gt;
==~/.muttrc stuff==&lt;br /&gt;
&lt;br /&gt;
set my_server=127.0.0.1&lt;br /&gt;
&lt;br /&gt;
set my_smtp_server=127.0.0.1&lt;br /&gt;
&lt;br /&gt;
set my_user=&amp;quot;dexter@d3xt3r01.tk&amp;quot;&lt;br /&gt;
&lt;br /&gt;
set my_pass=&amp;quot;password&amp;quot;&lt;br /&gt;
&lt;br /&gt;
set from=&amp;quot;dexter@d3xt3r01.tk&amp;quot;&lt;br /&gt;
&lt;br /&gt;
set imap_user=$my_user&lt;br /&gt;
&lt;br /&gt;
set imap_pass=$my_pass&lt;br /&gt;
&lt;br /&gt;
set folder=imaps://$my_server/INBOX&lt;br /&gt;
&lt;br /&gt;
set spoolfile=imaps://$my_server/INBOX&lt;br /&gt;
&lt;br /&gt;
mailboxes imaps://$my_server/INBOX&lt;br /&gt;
&lt;br /&gt;
set mbox=&amp;quot;!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
set ssl_starttls=yes				# activate TLS if available on the server&lt;br /&gt;
&lt;br /&gt;
set ssl_force_tls=yes				# always use SSL when connecting to a server&lt;br /&gt;
&lt;br /&gt;
unset imap_passive        			# Don&amp;#039;t wait to enter mailbox manually &lt;br /&gt;
&lt;br /&gt;
set imap_check_subscribed			# Automatically poll subscribed mailboxes for new mail (new in 1.5.11)&lt;br /&gt;
&lt;br /&gt;
set mail_check=60				# Reduce polling frequency to a sane level&lt;br /&gt;
&lt;br /&gt;
set timeout=10					# And poll the current mailbox more often (not needed with IDLE in post 1.5.11)&lt;br /&gt;
&lt;br /&gt;
set header_cache=~/.mutt/header_cache		# keep a cache of headers for faster loading (1.5.9+?)&lt;br /&gt;
&lt;br /&gt;
set net_inc=5					# Display download progress every 5K&lt;br /&gt;
&lt;br /&gt;
set message_cachedir=&amp;quot;~/.mutt/body_cache&amp;quot;	# Message Body cache dir&lt;br /&gt;
&lt;br /&gt;
unset arrow_cursor				# use arrow cursor&lt;br /&gt;
&lt;br /&gt;
unset askbcc  					# don&amp;#039;t prompt for bcc&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
unset askcc					# don&amp;#039;t prompt for cc&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
set copy					# save copies of sent messages&lt;br /&gt;
&lt;br /&gt;
set edit_headers				# display the headers when I&amp;#039;m editing a message&lt;br /&gt;
&lt;br /&gt;
# set fast_reply				# don&amp;#039;t prompt for stuff when replying&lt;br /&gt;
&lt;br /&gt;
unset mark_old					# don&amp;#039;t mark unread messages as Old&lt;br /&gt;
&lt;br /&gt;
set pager_stop					# don&amp;#039;t go to next message at end of message&lt;br /&gt;
&lt;br /&gt;
color attachment brightmagenta black  &lt;br /&gt;
&lt;br /&gt;
color error brightwhite red   # errors yell at you in red&lt;br /&gt;
&lt;br /&gt;
color hdrdefault red black   # headers&lt;br /&gt;
&lt;br /&gt;
color indicator brightyellow magenta # currently selected message&lt;br /&gt;
&lt;br /&gt;
color markers brightcyan black  # the + for wrapped pager lines&lt;br /&gt;
&lt;br /&gt;
color message brightcyan black  # informational messages, not mail&lt;br /&gt;
&lt;br /&gt;
color normal white black    # plain text&lt;br /&gt;
&lt;br /&gt;
color quoted green black  # quoted text&lt;br /&gt;
&lt;br /&gt;
color search brightgreen black # hilite search patterns in the pager&lt;br /&gt;
&lt;br /&gt;
color signature red black    # signature (after &amp;quot;-- &amp;quot;) is red &lt;br /&gt;
&lt;br /&gt;
color status brightyellow blue # status bar is yellow *on blue*   &lt;br /&gt;
color tilde blue black  # ~&amp;#039;s after message body&lt;br /&gt;
&lt;br /&gt;
color tree red black    # thread tree in index menu is magenta&lt;br /&gt;
&lt;br /&gt;
color signature brightred black&lt;br /&gt;
&lt;br /&gt;
color underline yellow black&lt;br /&gt;
&lt;br /&gt;
color header cyan black ^(From|Subject): # Important headers&lt;br /&gt;
&lt;br /&gt;
color body magenta black &amp;quot;(ftp|http)://[^ ]+&amp;quot;  # picks up URLs&lt;br /&gt;
&lt;br /&gt;
color body magenta black [-a-z_0-9.]+@[-a-z_0-9.]+ &lt;br /&gt;
&lt;br /&gt;
#  Coloring quoted text - coloring the first 7 levels:&lt;br /&gt;
&lt;br /&gt;
color quoted    cyan black&lt;br /&gt;
&lt;br /&gt;
color quoted1   yellow black&lt;br /&gt;
&lt;br /&gt;
color quoted2   red black&lt;br /&gt;
&lt;br /&gt;
color quoted3   green black&lt;br /&gt;
&lt;br /&gt;
color quoted4   cyan black&lt;br /&gt;
&lt;br /&gt;
color quoted5   yellow black&lt;br /&gt;
&lt;br /&gt;
color quoted6   red black&lt;br /&gt;
&lt;br /&gt;
color quoted7   green black&lt;br /&gt;
&lt;br /&gt;
#  Colorize smileys:  :-)  ;-)  :-/  :-(&lt;br /&gt;
&lt;br /&gt;
color body  yellow black &amp;quot;[;:]-[)/(|]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
color body  yellow black &amp;quot;[;:][)/(|]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
color body  green black &amp;quot;[[:alpha:]]\+://[^ ]*&amp;quot;&lt;br /&gt;
&lt;br /&gt;
color index brightyellow black ~N      # New&lt;br /&gt;
&lt;br /&gt;
color index yellow black ~O              # Old&lt;br /&gt;
&lt;br /&gt;
color index magenta black ~F&lt;br /&gt;
&lt;br /&gt;
color index blue black ~T&lt;br /&gt;
&lt;br /&gt;
color index red black ~D&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other info==&lt;br /&gt;
It&amp;#039;s pretty self explanatory ..&lt;br /&gt;
I have dexter@d3xt3r01.tk@d3xt3r01.tk because the first @ part is the username and the second d3xt3r01.tk is the server ..&lt;br /&gt;
&lt;br /&gt;
==Key Bindings ( you can find all of them pressing the ? key )==&lt;br /&gt;
&lt;br /&gt;
d - delete a mail&lt;br /&gt;
&lt;br /&gt;
$ - sync de mail ( apply changes )&lt;br /&gt;
&lt;br /&gt;
&amp;lt;enter&amp;gt; - read a message ( page_up / page_down to scrool )&lt;br /&gt;
&lt;br /&gt;
q - quit&lt;br /&gt;
&lt;br /&gt;
r - reply&lt;br /&gt;
&lt;br /&gt;
==Useful sites==&lt;br /&gt;
Other nice configs can be found at http://tim.stoakes.net/mutt/muttrc.html , http://www.8t8.us/mutt/ , http://tony.rocks.cc/muttrc&lt;br /&gt;
Homepage is at www.mutt.org don&amp;#039;t forget to read the [http://wiki.mutt.org/?MuttFaq FAQ]  and [http://www.mutt.org/doc/man_page.html Manual]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>