Re: how to use the ISP''s smtp server directly

2002-07-11 Thread Im Eunjea

* [EMAIL PROTECTED] [EMAIL PROTECTED] [2002-07-11 11:20]:
 Hi, I would like to use mutt without the sendmail server on my
 machine. I find sendmail configuration quite abstruse. Can I directly
 make Mutt connect to my ISP's outgoing SMTP server.

 Regards Amit

I'm using sSMTP.
ftp://metalab.unc.edu/pub/Linux/system/mail/mta/

-- 
http://kldp.org/~eunjea/



Re: macro: mark all new as read (was: toggle-read)

2002-04-25 Thread Im Eunjea

* John Iverson [EMAIL PROTECTED] [2002-04-25 13:40]:

[...]

  
  I'm using this:
  
  macro index \Cx \
  tag-pattern~Nentertag-prefixtoggle-newtag-prefixclear-flag* \
  Mark all boring new msgs
 
 This malfunctions if there are no N(ew) messages by incorrectly
 setting N on the highlighted message.  Note that you therefore
 can't run it twice in a row (unless you happen to get a new
 message in the interval).  It will also set N on any non-N(ew)
 tagged messages.  You should replace toggle-new with
 clear-flagN.

why run twice? and I can see there N(ew) flag or not. (and you?) ;)

 
 I like Sven's version because it leaves the messages tagged so
 you can see which messages were affected, but no further action
 is required.  The tags are cleared when you change mailboxes.
 

that's why I using toggle-new. I don't like leave tags there.

-- 
http://mutt.kldp.org



Re: macro: mark all new as read (was: toggle-read)

2002-04-25 Thread Im Eunjea

* John Iverson [EMAIL PROTECTED] [2002-04-25 14:19]:
 * On Fri, 26 Apr 2002, Im Eunjea wrote:
 
  * John Iverson [EMAIL PROTECTED] [2002-04-25 13:40]:
  
  [...]
  

I'm using this:

macro index \Cx \
tag-pattern~Nentertag-prefixtoggle-newtag-prefixclear-flag* \
Mark all boring new msgs
   
   This malfunctions if there are no N(ew) messages by incorrectly
   setting N on the highlighted message.  Note that you therefore
   can't run it twice in a row (unless you happen to get a new
   message in the interval).  It will also set N on any non-N(ew)
   tagged messages.  You should replace toggle-new with
   clear-flagN.
  
  why run twice? and I can see there N(ew) flag or not. (and you?) ;)
 
 You would not normally run it twice.  I'm just using that to show
 that it fails when there are no New mails.  The intention of the
 macro is to clear N flags (turn them off), not to toggle them.
 
 Also, if you have any tagged non-New messages when you run your
 macro, their N flags get turned back on.  I'm sure it works with
 the way you use it -- I'm just suggesting how to make it more
 robust.
 
   I like Sven's version because it leaves the messages tagged so
   you can see which messages were affected, but no further action
   is required.  The tags are cleared when you change mailboxes.
   
  
  that's why I using toggle-new. I don't like leave tags there.
 
 I was talking about tagged messages, not the New (N) flag.  If
 you just replace toggle-new with clear-flagN in your macro,
 it should work the same as before, without failing in the cases I
 mentioned.  The tag-prefixclear-flag* at the end will still
 clear the tags, right?
 

Ok, got it, Thanks. :)

-- 
http://kldp.org/~eunjea/



Re: macro: mark all new as read (was: toggle-read)

2002-04-21 Thread Im Eunjea

* Sven Guckes [EMAIL PROTECTED] [2002-04-21 04:35]:

[...]

 
 copy+paste from vim?
 
 anyway - this can be wrong if 'T' means
 something else than tag-pattern.. :-(
 
 the following is a little longer - but should work
 even when the keys are bound to other commands:
 
   macro index \Cr \
   tag-pattern~N\ntag-prefixclear-flagN \
   Mark all new messages as read
 
 Too bad there's no toggle-flag command.
 any takers?

I'm using this:

macro index \Cx \
tag-pattern~Nentertag-prefixtoggle-newtag-prefixclear-flag* \
Mark all boring new msgs

-- 
http://mutt.kldp.org
http://kldp.org/~eunjea/



Re: OT: UNDERSTANDING DAVID T-G

2002-03-20 Thread Im Eunjea

* tim lupfer [EMAIL PROTECTED] [2002-03-20 15:24]:
 * thus spaketh Shawn McMahon (Mar 20 at 12:48PM):
 
  begin  quoting what David T-G said on Wed, Mar 20, 2002 at 12:39:23PM -0500:
 
  HTH  HAND and none of this is tested :-)
 
  Acronymize that last one.  :-)
 
 i'm not sure where else you can acquire it, but /usr/games/wtf that
 ships with netbsd is great when translating the gibberish of
 alt.teen usenet junkies.
 
 $ /usr/games/wtf HAND
 HAND: have a nice day
 

http://kldp.org/~eunjea/jargon/?idx=HTH
http://kldp.org/~eunjea/jargon/?idx=HAND
http://kldp.org/~eunjea/jargon/?idx=talk-mode.html

;)
-- 
http://kldp.org/~eunjea/
http://mutt.kldp.org

Programming is an unnatural act.



Re: external page: vi

2002-03-03 Thread Im Eunjea

* Joel Hammer [EMAIL PROTECTED] [2002-03-03 20:46]:
 Is is possible and advantageous to use vi as an external pager?

set pager=vi

-- 
http://kldp.org/~eunjea/



Re: setting Reply-To header

2002-01-21 Thread Im Eunjea

* Nick Wilson [EMAIL PROTECTED] [2002-01-21 13:51]:

[...]

 
 Certainly seems to be it although I'm having a little trouble getting it
 to work. I keep getting a 'error missing parameter in line 316' (first
 line of the code below)
 
 send-hook . my_hdr Reply-To: Nick Wilson [EMAIL PROTECTED]
 send-hook ~t [EMAIL PROTECTED] set my_hdr Reply-To: Mutt-Users 
[EMAIL PROTECTED]
 

send-hook '~t [EMAIL PROTECTED]' \
my_hdr Reply-To: Mutt-Users [EMAIL PROTECTED]


-- 
http://kldp.org/~eunjea/ http://mutt.kldp.org/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg23427/pgp0.pgp
Description: PGP signature


Re: How to pipe attachment to netscape?

2002-01-19 Thread Im Eunjea

* Charles Jie [EMAIL PROTECTED] [2002-01-18 16:13]:

[...]

 * I still want to view the attachment with netscape as an alternative if
   it's worth the effort. I plan to have a macro to do it. But could I
   use pipe? (I see the problem with %s.) Is there any trick for it?

[...]

macro attach \Cv '| cat  /tmp/tmp.html ; netscape -remote \n
openFile(/tmp/tmp.html, new-window) enter'

-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/ http://mutt.kldp.org/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg23323/pgp0.pgp
Description: PGP signature


Re: how to set localization

2002-01-14 Thread Im Eunjea

* Willy Sutrisno [EMAIL PROTECTED] [2002-01-14 23:16]:
 
 Yes, I do have mutt.mo in that folder. I meet a strange thing, I have
 exported id into LC_ALL, LANG. I checked using locale, and it shows
 all with id. After I exit my root session, and if I go back to my root
 session and check locale, it will show en_US, why do they reset back? 
 

If you want change *system wide locale setting*,
check /etc/sysconfig/i18n or /etc/profile file.

-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/ http://mutt.kldp.org/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg23097/pgp0.pgp
Description: PGP signature


Re: how to set localization

2002-01-13 Thread Im Eunjea

* Igor Pruchanskiy [EMAIL PROTECTED] [2002-01-12 23:33]:
 
 While i do not know anything about Indonesian,
 I can tell you for sure that Mutt works great in Russian...
 Well, all menus are in Russian and Help appears to be in Russian also.
 While i do not use that every day, it is totally possible.
 
 ./configure --enable-locales-fix \
   --with-included-gettext \
   --without-wc-funcs
 
 export LC_ALL=ru_RU.KOI8-R
 
[...]

What version of glibc you are using?
I have mutt-1.3.25, glibc 2.2.4 and does not need any complie time 
locale option like enable-locales-fix.

my locale setting:
export LANG=ru_RU.KOI8-R
export LC_CTYPE=ru_RU.KOI8-R
export LC_ALL=ru_RU.KOI8-R
export LANGUAGE=ru_RU.KOI8-R

http://mutt.kldp.org/screenshots/ej/rus_mutt.jpg

-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/ http://mutt.kldp.org/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg23050/pgp0.pgp
Description: PGP signature


Re: Using gzipped mail folders

2002-01-13 Thread Im Eunjea

* Jim [EMAIL PROTECTED] [2002-01-13 02:54]:
 I've got a lot of mail in various folders, and have compressed
 them to save disk space.  Now that I've got Mutt, it'll be
 a lot easier going through them than with my old mailer,
 but I thought I'd ask if there's some sort of support
 built into Mutt for gzip.  I didn't see any mention of gzip in
 the 1.3.24 manual.
[...]

http://www.spinnaker.de/mutt/compressed/


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/ http://mutt.kldp.org/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg23054/pgp0.pgp
Description: PGP signature


Re: how to set localization

2002-01-13 Thread Im Eunjea

* Willy Sutrisno [EMAIL PROTECTED] [2002-01-13 21:13]:
 * Igor Pruchanskiy ([EMAIL PROTECTED]) wrote:
  ./configure --enable-locales-fix \
  --with-included-gettext \
  --without-wc-funcs
  
  export LC_ALL=ru_RU.KOI8-R
 
 Im running mandrake in mu LinuxBox, and I have tried to do like you
 said. I have changed my LC_ALL to Indonesian - LC_ALL=id But when I
 try to run mutt again, no changes. 
[...]

I think, you did not install locales-id rpm package from mandrake.

I don't use mandrake but I tried with locales-id-2.3.1.2-4mdk.i586.rpm
package from mandrake 8.1.

result is:
http://mutt.kldp.org/screenshots/ej/id_mutt.jpg


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/ http://mutt.kldp.org/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg23061/pgp0.pgp
Description: PGP signature


Re: how to set localization

2002-01-13 Thread Im Eunjea

* Willy Sutrisno [EMAIL PROTECTED] [2002-01-13 23:10]:
 * Im Eunjea ([EMAIL PROTECTED]) wrote:
  I don't use mandrake but I tried with locales-id-2.3.1.2-4mdk.i586.rpm
  package from mandrake 8.1.
 
 Yep, I am confirmed that I did install locales-id.
 $ rpm -qa | grep -i locales-id
 $ locale-id-2.3.1.2-4mdk
 
  result is:
  http://mutt.kldp.org/screenshots/ej/id_mutt.jpg
 
 the screenshots there really show that it is Indonesian. Ok, so let me
 recall again, first you EXPORT LC_ALL with Indonesian support, and then
 try to run your mutt again, is that right? Is there any variable I need
 to set in my muttrc?
 

I did:

export LANG=id
export LC_CTYPE=id
export LC_ALL=id
export LANGUAGE=id

and I don't have any locale variable in .muttrc.
Do you have Indonesian message file for mutt?

/usr/share/locale/id/LC_MESSAGES/mutt.mo


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/ http://mutt.kldp.org/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg23067/pgp0.pgp
Description: PGP signature


Re: A little macros help...

2002-01-12 Thread Im Eunjea

* Nick Wilson [EMAIL PROTECTED] [2002-01-12 12:02]:
 
 Hi everyone.
 I've been trying to work out how to do this
 
 Remap the 'G' key to execute a shell command.
 
 So instead of '!' followed by the command I'd just like to hit 'G' and
 have it done automatically.
 

macro generic G shell-escapeenter

-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22992/pgp0.pgp
Description: PGP signature


Re: Move deleted messages to trash

2002-01-11 Thread Im Eunjea

* Rob 'Feztaa' Park [EMAIL PROTECTED] [2002-01-10 20:15]:
 Alas! Andreas Reinhold spake thus:
  On Thu, Jan 10, 2002 at 07:59:59PM -0500, Justin R. Miller wrote:
 macro pager d save-message=trashenter move message to trash folder
 macro index d save-message=trashenter move message to trash folder
 macro pager \cD \et;save-message=trashenter move thread to trash folder
 macro index \cD \et;save-message=trashenter move thread to trash folder
  
  Thanks, this really works fine!
 
 Unless you happen to try to delete a message in the trash folder, then
 things get really goofy :)
 

I would like to add this for safe :)

folder-hook trash 'bind index d delete-message'
folder-hook trash 'bind pager d delete-message'


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22911/pgp0.pgp
Description: PGP signature


Re: char % as quote

2002-01-10 Thread Im Eunjea

* Anh Lai [EMAIL PROTECTED] [2002-01-10 20:21]:
 How do I make mutt color lines starting with % as a quote just like 
 
 apparently David only uses this, and i would like to learn how to add %
 as a quote indicator.
 

http://mutt.org/doc/manual/manual-6.html#quote_regexp

from my muttrc file:
set quote_regexp=^([ \t]*([|:}#%]|[A-Z]{2,3}))+


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22880/pgp0.pgp
Description: PGP signature


Re: charset=ks_c_5601-1987 - ???

2002-01-09 Thread Im Eunjea

* Magnus Bodin [EMAIL PROTECTED] [2002-01-09 08:57]:
 On Tue, Jan 08, 2002 at 10:47:15PM +0300, Im Eunjea wrote:
  * Sven Guckes [EMAIL PROTECTED] [2002-01-08 19:22]:
   Mutt decodes messages with the following
   charset to only a bunch of question marks:
   
 Content-Type: text/html;
 charset=ks_c_5601-1987
  [...]
  
  If you really want to read that email then, you can use 
  w3m or lynx (for html) with hanterm (xterm with Hangul support).
 [...] 
 
  Anyway ks_c_5601-1987 is not correct encoding for korean lang, correct
  one is euc-kr.
  Message with that header almost 99% is spam.
 
 It seems however as KS_C_5601-1987 *is* registered as charset and published
 as specification. Although it exists charset aliases:
 
   http://lists.w3.org/Archives/Public/ietf-charsets/2001AprJun/0025.html
 
 /magnus

for reference:

http://pantheon.yale.edu/~jshin/faq/qa9.html
http://pantheon.yale.edu/~jshin/faq/hancode.html


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22677/pgp0.pgp
Description: PGP signature


Re: charset=ks_c_5601-1987 - ???

2002-01-08 Thread Im Eunjea

* Sven Guckes [EMAIL PROTECTED] [2002-01-08 19:22]:
 Mutt decodes messages with the following
 charset to only a bunch of question marks:
 
   Content-Type: text/html;
   charset=ks_c_5601-1987
   Content-Transfer-Encoding: base64
 
 Is this anything I should be able
 to read with hangul fonts?
 
 Sven  [getting a lot of weird emails lately]
 

If you really want to read that email then, you can use 
w3m or lynx (for html) with hanterm (xterm with Hangul support).

http://www.kr.freebsd.org/~hwang/hanterm/hanterm-xf-p18.tar.gz
or
http://hanterm.org/

Anyway ks_c_5601-1987 is not correct encoding for korean lang, correct
one is euc-kr.
Message with that header almost 99% is spam.


from my .procmailrc entry:

:0
* ^Subject: .*ks_c_5601-1987
/dev/null


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22637/pgp0.pgp
Description: PGP signature


Re: Save an entire thread to different folder?

2002-01-07 Thread Im Eunjea

* Kenneth Pronovici [EMAIL PROTECTED] [2002-01-07 10:02]:
 I thought I remembered seeing something about this in the list over the
 last month, but I can't find it in the archives.  Can someone tell me
 how I can save an entire thread from my inbox to a different folder?
 I thought I would just be able to tag the thread and save the tagged
 messages, but I can't figure out how to do that.  
 
 Assuming I've just missed it in the documentation, a pointer to the
 right section is fine.
 
 Thanks for the help.
 
 KEN
 

http://mutt.org/doc/manual/manual-6.html

tag-thread   ESC t   tag/untag all messages in the current thread
tag-prefix   ;   apply next command to tagged entries


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22465/pgp0.pgp
Description: PGP signature


Re: Searching through headers? (Message-ID)

2002-01-06 Thread Im Eunjea

* Carlos Laviola [EMAIL PROTECTED] [2002-01-06 15:04]:
 Hello,
 
 I'd like to search for a header, specifically, the Message-ID header,
 but haven't found a way to do that in Mutt yet.  Do you know how?
 
 Thanks,
 Carlos.
 

http://mutt.org/doc/manual/manual-4.html#ss4.2

~h EXPR messages which contain EXPR in the message header
~i ID   message which match ID in the ``Message-ID'' field


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22401/pgp0.pgp
Description: PGP signature


Re: how make From: header dependent on recipient?

2002-01-06 Thread Im Eunjea

* Tom Jones [EMAIL PROTECTED] [2002-01-06 00:53]:
 
 (2)when replying to a message, look at the delivered-to, to, cc,
 etc headers. If one of them is in the list from (1), set the From: header
 to that. Otherwise set the From: value to a default value.
 

I think you can use message-hook with ~h pattern.
something like this:
 
message-hook '~h ^To:.*blah@blah\.org' \
'my_hdr From: someone nobody@localhost'

or

message-hook ~p 'my_hdr From: someone nobody@localhost'


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22407/pgp0.pgp
Description: PGP signature


Re: multipart/alternative and text/html

2002-01-06 Thread Im Eunjea

* Nuno Teixeira [EMAIL PROTECTED] [2002-01-06 22:06]:
   
   Can I use the same config with w3m?
   

Yes, you can.
This is my mailcap entry:

#text/html; w3m %s; nametemplate=%s.html
text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22409/pgp0.pgp
Description: PGP signature


Re: sentmail and gpg

2002-01-05 Thread Im Eunjea

* Markus Boelter [EMAIL PROTECTED] [2002-01-05 12:31]:
 Hi!
 
 I'm using mutt an gpg and I'm *very* happy with it! But a little
 thing I want to change:
 
 If I write an encrypted mail to a friend of mine, this mail
 is stored in the sent-mail folder - encrypted with the public-key
 from my friend. So I cann't read it anymore.
 
 How is it possible to store the sent-mail in sent-mail-folder (and
 enrypt it with my own key)?
 
 Thanks for help!
   Markus
 

You can store unencrypted/unsigned messages.

set fcc_clear=yes

quoted from manual.

[...]
fcc_clear

Type: boolean
Default: no

When this variable is set, FCCs will be stored unencrypted and unsigned,
even when the actual message
is encrypted and/or signed.
[...]


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22310/pgp0.pgp
Description: PGP signature


Re: more of the same problem

2002-01-05 Thread Im Eunjea

* rhad [EMAIL PROTECTED] [2002-01-05 13:44]:
 OK, so I am trying to get mutt to work, and in the process I have now gotten
 myself utterly stuck in the hell that is known as UNIX email configuration.
 this is what I have tried to do (bear in mind I have not even gotten CLOSE
 to actually using mutt yet...)
 
 first, I configured fetchmail to grab the actual email off three pop
 servers:
 
 the .fetchmailrc file looks as such:
 
 set postmaster rhad
 set bouncemail
 set no spambounce
 set properties 
 
 
 poll pop.mail.yahoo.com protocol pop3
  user USERNAME with pass BLAHBLAH is rhad here
  user USERNAME with pass BLAHBLAH is rhad here
 
 poll mail.uh.edu protocol pop3
  user USERNAME with pass BLAHBLAH is rhad here
 
[...]

Did you try fetchmail with procmail for local deliver?
my .fetchmailrc look like this:

defaults
mda /usr/bin/procmail -d %T
no rewrite

poll localhost with protocol pop3 and port 0:
user silver there with password xxx is silver here
user eunjea there with password xxx is silver here

-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22351/pgp0.pgp
Description: PGP signature


Re: Deleting a mail without jumping to next

2002-01-04 Thread Im Eunjea

* Nick Wilson [EMAIL PROTECTED] [2002-01-04 20:57]:
 Hi all, 
 If I hit 'd' to delete a mail whilst reading it in the pager Mutt takes
 me to the next undeleted/unread (not sure which) again in the pager. This seems like 
a fine idea but I'd really prefer to be taken back to the index.
 
 I've looked around but can't work out what controls this behaviour?
 
 Many thanks

macro pager d  delete-message; quit

HTH
-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22268/pgp0.pgp
Description: PGP signature


Re: Deleting a mail without jumping to next

2002-01-04 Thread Im Eunjea

* Gary Johnson [EMAIL PROTECTED] [2002-01-04 12:16]:
 On Fri, Jan 04, 2002 at 11:05:59PM +0300, Im Eunjea wrote:
  * Nick Wilson [EMAIL PROTECTED] [2002-01-04 20:57]:
   Hi all, 
   If I hit 'd' to delete a mail whilst reading it in the pager Mutt takes
   me to the next undeleted/unread (not sure which) again in the pager.
   This seems like a fine idea but I'd really prefer to be taken back
   to the index.
   
   I've looked around but can't work out what controls this behaviour?
   
   Many thanks
  
  macro pager d  delete-message; quit
 
 This works, but it also advances you to the next message, marking it as
 read.  To avoid this problem, reverse the order of the delete-message
 and quit/exit commands:
 
 macro pager d exitdelete-message delete current message and exit to index
 
 Gary
 

Yes, You are right.
I missed I have some folder-hook stuff.

macro pager d exitdelete-message
set   resolve=no

-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22283/pgp0.pgp
Description: PGP signature


Re: my-text-mode

2002-01-04 Thread Im Eunjea

* Franco Vite [EMAIL PROTECTED] [2002-01-04 16:01]:
 [gio 03/01/2002, ore 21:48] = Walt Mankowski scrive:
 
  [...]
  
  There is a way to have differents quote colors, in emacs?
 

maybe this will help?
It's from Walt Mankowski's .emacs and I just put (turn-on-font-lock).


;; Automatically go into mail-mode and auto-fill-mode if filename
;; starts with /tmp/mutt, and move past the mail headers.
(setq auto-mode-alist (append (list (cons ^\/tmp\/mutt 'mail-mode))
  auto-mode-alist))
(add-hook 'mail-mode-hook 'my-mail-mode-hook)

(defun my-mail-mode-hook ()
  (turn-on-font-lock)
  (auto-fill-mode)
  (mail-text)
)


-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg22284/pgp0.pgp
Description: PGP signature


Re: mutt document in korean

2001-12-31 Thread Im Eunjea

* Michael Elkins [EMAIL PROTECTED] [2001-12-07 10:37]:
 
 On Fri, Dec 07, 2001 at 09:33:07PM +0300, Im Eunjea wrote:
  I wrote some page about Mutt in korean language.
  http://kltp.kldp.org/eunjea/mutt.php
  
  And I'm doing translation mutt manual(from source tarball) also.
  http://kltp.kldp.org/eunjea/mutt/ it's not finished yet but soon.
 
 Thank you!  Let us know when you are done and we can include a link to it
 from our web page.
 
 me

I'm glad to announce ``Mutt Korean User Group'' http://mutt.kldp.org/.
also, mutt korean user mailing list 
http://list.kldp.org/mailman/listinfo/mutt.

I finished translate mutt manual (v1.3.24).
http://mutt.kldp.org/doc/ 
or
http://kldp.org/~eunjea/mutt/.

happy new year  holidays to ALL!

-- 
Eunjea [EMAIL PROTECTED]
http://kldp.org/~eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



Re: multiple From:

2001-12-19 Thread Im Eunjea

* Benjamin Michotte [EMAIL PROTECTED] [2001-12-19 09:12]:
 hello,
 
 I have to use different From address, [EMAIL PROTECTED] for all of my
 mail and [EMAIL PROTECTED] to send mail to [EMAIL PROTECTED]
 
 I tried a send-hook but... it doesn't work, where could I look in the
 manual ?
 
 thanks,
 binny
 

send-hook . 'my_hdr From: [EMAIL PROTECTED]'
send-hook '~t ml@manex\.be' 'my_hdr From: [EMAIL PROTECTED]'

-- 
Eunjea [EMAIL PROTECTED]
http://kltp.kldp.org/eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



Re: urlview

2001-12-02 Thread Im Eunjea

* Ren? Clerc [EMAIL PROTECTED] [2001-12-02 19:31]:
 * Elimar Riesebieter [EMAIL PROTECTED] [02-12-2001 19:27]:
 
 | How to tell mutt or urlview to use mozilla for viewing urlĀ“s? My
 | configuration calls alway lynx.
 
 19:29 [rene@clerc:~] $ cat .urlview
 COMMAND links '%s'
 19:30 [rene@clerc:~] $
 

if you are using gnome.

COMMAND gnome-moz-remote %s

-- 
Eunjea [EMAIL PROTECTED]
http://kltp.kldp.org/eunjea/
GnuPG fingerprint: 08C9 2D3F 91B2 D395 2EFF  4C33 544C 321C E194 91CF



msg20939/pgp0.pgp
Description: PGP signature