Ads by Google

Monday, June 8, 2009

Deleting mail source files in Gnus

When Gnus fetches mail, it typically stores them as Incomingxxxxxx files under ~/Mail directory and then splits it into nnml or nnfolder depending on your backend preferences.  If you fetch mail frequently, there will be lots of such files under the Mail directory.  One reason why these files exist is, in the rare case you corrupt some recent email or delete it accidently, it can still be retrieved by checking the Incoming files.

However if you want to delete them, you could set the following and it will automatically delete them after 2 days.  You could set it to any number you wish.

(setq mail-source-delete-incoming 2)
(setq mail-source-delete-old-incoming-confirm nil)


More information about other customisation options can be found at the node Mail Source Customization in the Gnus Manual.



Monday, June 1, 2009

Firefox users flip out over sneak MS add-on

This is certainly not going to go down well, is it?  Basically, Microsoft is supposedly pushing an add on that users cannot uninstall and probably not want in the first place.

The last paragraph alone is enough to make people think more about switching to Linux.

Methinks, there might be a lawsuit in the offing.

Sunday, May 24, 2009

Well, the new Pretest Release is out now

Well, whatever issue that seemed to have delayed the pretest seems to have been fixed.  You can get the latest pretest here and the Windows binaries are here.

Friday, May 22, 2009

This had me keeling over with Laughter

From here

<rmrfResume> So let me get this straight.

<rmrfResume> You built a linux system from scratch using hardened GCC

<rmrfResume> secured the whole system with RSBAC

<rmrfResume> Developed private chroots for each and every service ran on it

<rmrfResume> which include an http, ftp, smtp, pop3, imap, irc, and dyndns server

<rmrfResume> WITH mail filtering and dynamic mysql databases for each service

<rmrfResume> with the mysql daemon in its own chroot

<rmrfResume> then did same system networking for the whole lot

<rmrfResume> and had everything running in a single night?

<Pryoidain> I do cocaine.

<cjk> oh

<asaph[Away]> WOW

<rmrfResume> suddenly it all makes sense.


Delay in Emacs Pretest release

While checking for the next pretest release of Emacs, found that the README file says one version while the directory has the older version. A quick google check revealed some bug has caused the maintainers to delay the release.

Oh, well.

Monday, May 18, 2009

Making Emacs start up faster

Here's a couple of tricks to get Emacs to start faster on gnu.emacs.help.  Of course, it depends on how big your .emacs file is, in the first place.  From autoloading to byte compiling your .emacs file, it's all there. 

Take a look, it might be of some help.  Looks like the daemon option is among the best ways to do it.


Saturday, May 9, 2009

Sourceforge Community Choice Awards: Nominate org mode

If you liked using org-mode, why don't you nominate and vote for it in any of the category list they have provided at sourceforge?

Show your support by nominating this excellent and elegant tool.

Sunday, May 3, 2009

Another Emacs Pretest Released

One more Emacs Pretest packages has been released.  The Windows binaries can be found here.

Sunday, April 26, 2009

Having more than one article buffer open at the same time in Gnus

I didn't know this was possible at all, though truth be told I rarely need to have more than one article buffer open at a time. I simply copied the contents and pasted in another buffer if I wanted to compare or check anything.

Anyways, here's a post on how to go about setting it up. 

Friday, April 24, 2009

Firefox CTAN plugins

Via gmane, saw a post about Firefox plugins for CTAN.  Might be useful for folks who want to search from Firefox without going into the CTAN site directly.

If you want to subscribe to CTAN announcements or to the archives, go here or here.