About site: Software/Internet/Clients/Mail/Unix/Mutt - Dave Pearson Mutt pages
Return to Computers also Computers
  About site: http://www.davep.org/mutt/

Title: Software/Internet/Clients/Mail/Unix/Mutt - Dave Pearson Mutt pages The site hosts muttrc.sl, a Jed editor mode for syntax highlighting when editing the .muttrc configuration file. It hosts also muttrc2html (utility for converting muttrc files into html).
CATIA_Job_Network Job listings involving CATIA CAD/CAM/CAE skills

Enhanced_Computer_Systems Manufacturers of desktop and notebook computer systems.

GEM PC GEM and GEM documentation, downloads, links, news, screenshots, developer information.

RFC_2946 Telnet Data Encryption Option. T. Ts'o. September 2000.

CVB_Duplication British-based firm offering video CD and DVD duplication, business card CDs, mini CDs, custom printing and packaging.

Addressinator Customizable address book and contact management software for individual user or network of users. Software descriptions, screenshots, FAQs, download, and contact details.


  Alexa statistic for http://www.davep.org/mutt/





Get your Google PageRank






Please visit: http://www.davep.org/mutt/


  Related sites for http://www.davep.org/mutt/
    SLockPK License control software using public key encryption. SlockPK gives you all the protection of a hardware key (dongle), but using a software system based on public key encryption. The most complete ESD
    Feldman,_Michael_B_ A renowned Ada advocate.
    A_normal_glass_pane? The possible future of finger and hand recognition and identification (Optel, PL)
    eFormsPro Allows organizations to run their forms processing system over the Internet. Scanning, keying, archive fetch and all other applications can be connected to one central server remotely.
    MobiPassword Password Keeper for Palm OS and Windows.
    dBASE_Hosting_Index dBASE developers can find or register ISPs and web hosting companies that support dBASE web applications and database environments.
    Renegade_Internet Professional advertising banner management system: cycle and rotate banners, rich media, SSI, non-SSI.
    cjd1701_Online A website focusing on the Sharp Wizard OZ/ZQ-700 series electronic organizers. Includes programs for the Wizard.
    Dysfunctional_Data_Hubs_-_2006-07_Strategic_Planning_Assumptions_for_CDI-MDM_and_Business_Services DM Review article by Aaron Zornes covering the CDI Institute research community's views on the CDI-MDM roadmap. (January 19, 2006)
    ProXalt Offers intensive courses provides 4 days of classroom instruction around the world for the PMP certification.
    Cattani,_Gian_Luca Applications of category theory to computer science, semantics of concurrent process languages.
    RFC_0893 Trailer Encapsulations. S. Leffler, M.J. Karels. April 1984.
    FastObjects_j2 A pure Java object database (ODBMS) component embedded into Java applications to provide object persistence. The j2 OODB is compliant with JDO and is designed for use in embedded systems.
    Movies Movie showtimes, theater listings; via Moviefone.
    GradeSense [Web-based] Grading and reporting tool for the International Baccalaureate (IB) learning system. Site offers a demonstration video.
    ABC_Graphic Website design, database design, custom graphic and logo design, and e-commerce and revenue generating solutions.
    StelsCSV A JDBC driver that allows performing SQL statements and other JDBC operations upon text files (comma separated, tab-separated, fixed length).
    Project_Brainstorm Original British comedy writing in a satirical and sometimes surreal style, with sketches, articles and news stories.
    Foothills_Software Home of Box Office Manager theatre software.
    Sonar6 A graphics-based online performance and talent management software system that lets you easily review individuals and teams, generating a ‘helicopter view’ of all the talent in your organization.
This is websites2007.org cache of m/ as retrieved on 2008.09.08 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
www.davep.org: muttmuttwww.davep.orgdavepemacsSawfishmutt...ScreenshotsmuttrcClipper...LispNorton Guides...MiniPalmMiscellaneous...AstronomyWeatherMumblePhotographs...BookmarksSite...Credits Mutt is, IMHO, the best Unix based mail reader I've ever seen. Instead of me telling you how good it is I suggest you pop over to the mutt home page and have a look for yourself. Anyone looking for help with using mutt might find the mutt Wiki useful. For anyone who is interested, you can take a look at my muttrc file which was created with muttrc2html. I've also got some screenshots of what mutt looks like using my configuration.

Little Brother's Database

lbdb is the Little Brother's Database, a tool designed to work with mutt's external address query facility. I contributed the Palm address book module and the emacs lbdb query interface.

mutt-alias.el

mutt-alias.el provides emacs with a couple of functions for looking up and inserting the expansion of mutt mail aliases.

mutt.octet.filter

This filter is designed for use with mutt's auto_view facility. The idea behind the script is that it will attempt to guess the true content of an octet-stream MIME attatchment and format for easy text-oriented viewing. To use mutt.octet.filter I have the following entry in my ~/.mutt/mailcap (my local mutt-only mailcap file): application/octet-stream; mutt.octet.filter %s; copiousoutput All that is then needed is to add a line like: auto_view application/octet-stream to your ~/.muttrc (use your filename of choice) file and everything should work just fine. The script isn't perfect and I'm sure there are lots of things that could be added to it. Think of it as a "it works for me" script and hack away at it to make it do exactly what you want it to do. Bruce J.A. Nourish has written an alternative version of an octet filter in perl. From the description I've read of it there's a very good chance it does a better job than my offering so you might want to have a look at it. Note: Bruce's site is currently down and he's asked me to host a copy of mutt.octet.filter.pl for him until he gets things sorted out. Note: mutt.octet.filter is quick a nasty hack and, to be honest, I wish it would go away. There is a patch for mutt floating around that would remove the need for mutt.octet.filter. Hopefully this or something similar will be incorperated into mutt one day. If not I should really re-write mutt.octet.filter so that it isn't so horrible. One day...

mutt.vcard.filter

These days some people seem to be confusing web browsers with MUAs and news readers. Like it or not, you've got to deal with it. One such MUA-wannabe is Netscape. It seems that this Web Browser likes to make its users think they don't need a traditional .sig and that they should use its "vcard" setup. To cope with the fact that I get mail from people who use such a Web Browser to send mail, and to allow me to correctly view the vcard data, I wrote mutt.vcard.filter (you will need perl 5.x or better to use it). mutt.vcard.filter is used with mutt's auto_view facility. To use it I have the following entry in my ~/.mutt/mailcap (my local mutt-only mailcap file): text/x-vcard; mutt.vcard.filter; copiousoutput All that is then needed is to add a line like: auto_view text/x-vcard to your ~/.muttrc (use your filename of choice) file and everything should work just fine. I don't think I catch everything in the filter, but it does handle all of the information I'm interested in. If you have any enhancements or comments then please feel free to mail them to me. NOTE: It appears that the above filter can only deal with some forms of vcard data from some versions of netscape (and other software). I've downloaded the vcard specification and it's big. Don't expect me to write a fully working vcard filter any time soon, it's not that important to me.

muttrc.sl

This little bit of S-Lang code is a muttrc editing mode for the JED editor. It does nothing more than offer some syntax highlighting abilities. See the file itself for details on how to install and use it.

muttrc2html

muttrc2html is a utility to help you convert your mutt rc files into HTML with a view to making them availble on your web pages. Full instructions for use are contained in the header of the script.

post.el

post.el is an emacs mode directed at people who use emacs as their mail editor when using mutt. I'm not the main author of post.el but I did contribute a whole bunch of code from a similar mode I use myself.Page last modified: 2008-04-11 15:36:16 UTDave Pearson <davep@davep.org>Valid XHTML 1.1Valid CSS_uacct = "UA-1269028-1";urchinTracker();
 

The

site

hosts

muttrc.sl,

a

Jed

editor

mode

for

syntax

highlighting

when

editing

the

.muttrc

configuration

file.

It

hosts

also

muttrc2html

(utility

for

converting

muttrc

files

into

html).

http://www.davep.org/mutt/

Dave Pearson Mutt pages 2008 September

dvd rental

dvd


The site hosts muttrc.sl, a Jed editor mode for syntax highlighting when editing the .muttrc configuration file. It hosts also muttrc2html (utility for converting muttrc files into html).

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Advertising - Mortgage Loans - Indian television channel news - Loans - Final Fantasy Soundtracks
2008-09-08 00:53:24

Copyright 2005, 2006 by Webmaster
Websites is cool :) 220Hotel Copenhagen - Hotell Geneve - Drzwi Warszawa - Gta - Fishing Tackle