messages marked D (delete) are not deleted if I quit mutt

2010-02-03 Thread Aleksey Tsalolikhin
Hi.  I find that messages marked D are not deleted when I quit mutt.

I was running mutt 1.4.2.2 and just upgraded to 1.5.20 and still see
this behavior.

They ARE deleted if I sync mailbox.  But if I quit, they are not deleted.

And I do have set delete=yes in my ~/.muttrc

What's happening?

Thanks,
-at


Re: messages marked D (delete) are not deleted if I quit mutt

2010-02-03 Thread Aleksey Tsalolikhin
On Wed, Feb 03, 2010 at 05:50:49PM -0800, Aleksey Tsalolikhin wrote:
 Hi.  I find that messages marked D are not deleted when I quit mutt.

 I was running mutt 1.4.2.2 and just upgraded to 1.5.20 and still see
 this behavior.

 They ARE deleted if I sync mailbox.  But if I quit, they are not deleted.

 And I do have set delete=yes in my ~/.muttrc


On Wed, Feb 3, 2010 at 8:08 PM, Bob McClure Jr b...@bobcatos.com answered:

 How are you quitting?  If you're using x, then yes, stuff marked to
 be deleted won't be.  x is a bailout key.  But if you use q to
 quit, then messages marked for deletion will be deleted.

Thanks, Bob.  I am using q.  And the messages marked for deletion
aren't deleted.  I'm a little stumped as to what could be causing this
or how to troubleshoot it.  I guess I can trace the system calls of
the mutt process as I quit it.  Can't really think of anything else.

Aleksey


Shell Command function ignores $SHELL

2002-05-13 Thread Aleksey Tsalolikhin

Hi,

  Is it me or does the Shell Command function use /bin/sh
to execute commands regardless of the value of my SHELL 
variable?

  For example, I start mutt with

SHELL=/usr/local/bin/zsh  mutt

and then run !ps -p $$

and it shows sh.

  Am I doing something wrong?  I'd like to be able access
my shell aliases from mutt via !.

Yours truly,
-at



Re: Shell Command function ignores $SHELL

2002-05-13 Thread Aleksey Tsalolikhin

  Thank you David T-G, Thorsten Haude, David Champion and Thomas
Dickey!  I got my zsh alias working from mutt by rebinding ! as a
macro as David T-G suggested:

bind generic ! noop
bind generic \\ shell-escape
macro generic ! \\zsh -c 

Truly,
Aleksey.

P.S. Notes on the alias expansion mystery: I tried compiling with
--with-exec-shell=/usr/local/bin/zsh and it looked like !commands
were executed with zsh - but without alias expansion. 

When I'd press !\n, I'd get the shell that mutt shell variable was set to.
If I did !cmd\n, the cmd was run using EXECSHELL (zsh) *but no alias expansion*.

On Mon, May 13, 2002 at 02:45:06PM -0400, Thomas E. Dickey wrote:
 
 if mutt's using system(), that's usually defined to /bin/sh, ignoring your
 $SHELL variable.

I looked and mutt 1.3.99 uses mutt_system which does a fork and
execl (EXECSHELL, sh, -c, cmd, NULL);

(and I checked and zsh alias expansion works in both interactive and
non-interactive shells.)

---

  My C is pretty weak but

  execl (EXECSHELL, sh, -c, cmd, NULL);

looks odd when I know EXECSHELL is /usr/local/bin/zsh. 

I'm not quite sure what this does, it looks like it specifies the
path /usr/local/bin/zsh but then invokes it as sh?  That would
certainly explain the lack of aliases!



Re: append .signature on message send?

2000-03-28 Thread Aleksey Tsalolikhin

Or you could create a macro in your editor that would call whatever
program generates the time-stamped signature and then save-and-exit
the editor.

Aleksey



Re: Trouble getting indicator to point to first message

2000-03-21 Thread Aleksey Tsalolikhin

On Tue, Mar 21, 2000 at 01:45:53PM +0100, Gero Treuner wrote:
 On Mon, Mar 20, 2000 at 03:39:20PM -0500, David T-G wrote:
  ...and then Mikko Hänninen said...
  % Not really an option, but a supported method would be to set up a
  % folder hook in your .muttrc, which matches all folders:
  % 
  %   folder-hook . 'push "1enter"'
 
 If Aleksey meant to start with the "oldest" new message, then use
 
   folder-hook . 'push "1\nnext-new"'

Nope, I meant to start with the oldest message, period.  I'm clearing
a backlog. ;)

Yours fondly,
-at



Re: NNTP

2000-03-21 Thread Aleksey Tsalolikhin

On Tue, Mar 21, 2000 at 03:55:38PM -0500, James O'Kane wrote:
 Hey, 
   I stopped by the channel and no one was there, so I'm going to ask
 here. The thing that has been keeping me from switching from pine is that
 I like pine's merged interface where I only have to use one program with
 one set of keybindings to do mail or nntp. Is there somewhere I should
 look? I'd strongly prefer one program, so that I don't have to change my
 habits, my outgoing mail is merged into the same sent-mail folders. Any
 advice?
 
 -james
 

Dear James,

I'm using a hacked paper_carrier http://www.isi.edu/~johnh/SOFTWARE/
to deliver news to my mail spool; haven't tried to figure out yet how
to get it so I can reply to messages and it gets posted on Usenet.

Yours,
-at



Trouble getting indicator to point to first message

2000-03-20 Thread Aleksey Tsalolikhin

Hi,

I want to read my mail FIFO (ie oldest mail first).
I don't have any "set sort" commands in my .muttrc, so
mutt's defaulting to "date", which is just fine.

However, the indicator goes to message 300, instead
of message 1 when I start mutt.  Is there an option to have
the indicator go to message 1 at startup that I've missed
in the manual? If not, is there any other way to accomplish
this, please?

$ mutt -v
Mutt 1.0.1i (2000-01-18)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: SunOS 5.6 [using slang 10400]
Compile options:
-DOMAIN
-HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  -USE_FCNTL  -USE_FLOCK
-USE_IMAP  -USE_POP  -HAVE_REGCOMP  +USE_GNU_REGEX  +HAVE_COLOR  
-BUFFY_SIZE 
-EXACT_ADDRESS  +ENABLE_NLS
SENDMAIL="/usr/lib/sendmail"
MAILPATH="/var/mail"
SHAREDIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
ISPELL="/usr/local/bin/ispell"
To contact the developers, please mail to [EMAIL PROTECTED].
$ uname -a
SunOS tashkent 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-5_10
$

Sincerely Yours,
Aleksey Tsalolikhin



Re: How could i deal with this in Procmail or Mutt?

2000-03-20 Thread Aleksey Tsalolikhin

On Mon, Mar 20, 2000 at 11:22:41PM -0600, Jason Helfman wrote:
 How would I work with this and kill the messages taht I send?
 
 #You have added to the subscriber list of:
 #
 #[EMAIL PROTECTED]
 #
 #the following mail address:
 #
 #[EMAIL PROTECTED]
 #
 #By default, copies of your own submissions will be returned
 -- 

Dear Jason,

Something like

:0
* ^From gnupg-users-owner
* ^From: Jason Helfman [EMAIL PROTECTED]
/dev/null

in your procmailrc ought to do it, if you don't want to see your
own posts to gnupg-users.  You might have to tweak the 'From ' line
in the recipe depending on what it actually looks like when you get
email from the list.

Yours,
Aleksey



www.mutt.org comes up as www.gbnet.net?

1999-11-07 Thread Aleksey Tsalolikhin

Hi.  I am trying to get to the mutt website, http://www.mutt.org/.

The primary nameserver for mutt.org, ns.calyx.net, resolves www.mutt.org
to 194.70.126.33; however when I try to go to http://www.mutt.org/,
I get the web page for www.gbnet.net, "internet server for the young
at heart".  

Now, I may be young at heart, but I want my mutt!  :)  Anybody know
what's happenned with the web site, please?

Thanks much,
-at



Re: mutt -v does not display version number in 0.95.7i - intentional?

1999-08-19 Thread Aleksey Tsalolikhin

On Thu, Aug 19, 1999 at 11:24:53AM -0400, Ken W wrote:
 I just had a thought.  Look at your X-Mailer header:
 
 X-Mailer: Mutt i
 
 Maybe something simply went weird in the source code?  Not sure where
 the version comes from for that.  Did you try unpacking the source
 again and rebuilding?
 
 
 -Ken

Well, I'll be darned, I redownloaded the source and rebuilt, and
the problem vanished. ;) 

Thanks for the suggestion, Ken!

Aleksey



mutt -v does not display version number in 0.95.7i - intentional?

1999-08-18 Thread Aleksey Tsalolikhin

Hello,

I just installed 0.95.7i and noticed that it does not display the
version number, unlike it's predecessor:

$ mutt-0.95.6i -v
Mutt 0.95.6i (1999-06-03)
Copyright (C) 1996-8 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
 
System: SunOS 5.5.1 [using slang 10202]
Compile options:
-DOMAIN
+HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  -USE_FCNTL  -USE_FLOCK
-USE_IMAP  -USE_POP  +HAVE_REGCOMP  -USE_GNU_REGEX  +HAVE_COLOR
+HAVE_PGP2  -BUFFY_SIZE 
-EXACT_ADDRESS  +ENABLE_NLS
SENDMAIL="/usr/lib/sendmail"
MAILPATH="mbox"
SHAREDIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
ISPELL="/usr/local/bin/ispell"
_PGPPATH="/usr/local/bin/pgp"
_PGPV2PATH="/usr/local/bin/pgp"
To contact the developers, please mail to [EMAIL PROTECTED].
 
$ 

and

$ mutt -v
Mutt i (1999-08-17)
Copyright (C) 1996-8 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
 
System: SunOS 5.5.1 [using slang 10202]
Compile options:
-DOMAIN
+HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  +USE_FCNTL  -USE_FLOCK
-USE_IMAP  -USE_POP  +HAVE_REGCOMP  -USE_GNU_REGEX  +HAVE_COLOR
+HAVE_PGP2  -BUFFY_SIZE 
-EXACT_ADDRESS  +ENABLE_NLS
SENDMAIL="/usr/lib/sendmail"
MAILPATH="mbox"
SHAREDIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
ISPELL="/usr/local/bin/ispell"
_PGPPATH="/usr/local/bin/pgp"
_PGPV2PATH="/usr/local/bin/pgp"
To contact the developers, please mail to [EMAIL PROTECTED].
 
$

Is that intentional or a bug, please?

Thanks much,
Aleksey