Sponsored Content
Top Forums UNIX for Dummies Questions & Answers pine email tool suppress prompt to save read messages Post 302602081 by agama on Saturday 25th of February 2012 11:49:48 PM
Old 02-26-2012
That's the only thing that I know of that would cause the prompt. I just tested again and when that is set I get a prompt with the directory name when I exit, and when it is not set I don't.

For what it's worth, the version of Alpine that I have installed is 2.0. I noticed from your .rc file you look to still be running the old version of pine, rather than Alpine. Maybe that's the issue. Unfortunately I don't have the old version installed anywhere to try.

Sorry I'm not more help here.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Pine UNIX email -- old messages labeled "New"

Hi, I have a question I know I've seen answered somewhere before, but my last hour of searching has turned up nothing (so forgive me for re-asking!). I'm using Pine on UNIX to check mail at a couple remote POP3 servers, and old messages in the remote inboxes are mistakenly labeled "N", new,... (1 Reply)
Discussion started by: sean_oconnor
1 Replies

2. UNIX for Dummies Questions & Answers

pine email tool displays directory listing

I just moved my mail server (qmail in maildir format) from a solaris box to a RedHat linux box. When I select some inboxes in pine, I get a directory listing of the inbox, its not automatically opening the qmail cur directory. This doesn't happen with all, and it doesn't happen at all on... (0 Replies)
Discussion started by: cross
0 Replies

3. Shell Programming and Scripting

how to find pine messages

still touching on the basics here: first of all where are my received messages stored in pine? /var/spool/mymail is not it. i guess i cant start my script without knowing this. because i need to move those files into a seperate folder and so on and so forth. I can prolly do a... (0 Replies)
Discussion started by: oxoxo
0 Replies

4. UNIX and Linux Applications

problems in pine -- can't download messages from gmail

I'm learning a little about pine after downloading it (pine 4.64). I can't seem to get it to work, though. It can't open the inbox -- it sits there (as the little slash mark rotates) but after a while it stops and can't make the connection, with a message saying that "connection to... (1 Reply)
Discussion started by: Straitsfan
1 Replies

5. Shell Programming and Scripting

Expect, save to file and remove before prompt

I have an Expect script which works very well. It logs into my remote routers and runs some commands and then to the next until finished. I need two things, first I need to save the output to a file from where the log_user 1 begins. expect << EOF set timeout 15 #set var "exit " match_max... (1 Reply)
Discussion started by: numele
1 Replies

6. UNIX for Dummies Questions & Answers

Pine continuously marks old messages as unread

Hi, I have been having problem with pine for the past few weeks. I use email clinet Thunderbird to view my emails. Every time I open the thunderbird, all my emails were marked as unread. So, I logged into our email server to see what's wrong. even when I opened pine, all messages are labeled as... (0 Replies)
Discussion started by: veepine
0 Replies

7. UNIX for Dummies Questions & Answers

suppress RCS messages

ci filename This command displays a message. I don't want it to. How can I keep RCS from doing so? (5 Replies)
Discussion started by: robin_simple
5 Replies

8. UNIX for Dummies Questions & Answers

Tool to suppress lines where value=0

Hello everyone, Here's the problem, I have a list generated by this command; watch -n 5 'iptables -nvL | grep "DROP"' It generates output that looks like this (severely truncated for clarity) Every 5.0s: iptables -nvL | grep "DROP" ... (2 Replies)
Discussion started by: putter1900
2 Replies

9. Shell Programming and Scripting

Bash function to suppress warning message for specific text and display prompt

In the below bash function multiple variants are input and stored in a variable $variant, and each is written to an out file at c:/Users/cmccabe/Desktop/Python27/out.txt stored on a separate line. # enter variant phox2b() { printf "\n\n" printf "What is the id of the patient getting... (0 Replies)
Discussion started by: cmccabe
0 Replies
pico(1) 						      General Commands Manual							   pico(1)

Name
       pico - simple text editor in the style of the Pine Composer

Syntax
       pico [-f] [+n] [-nn] [-t] [-v] [-w] [-z] [file]

Description
       Pico is a simple, display-oriented text editor based on the Pine message system composer.  As with Pine, commands are displayed at the bot-
       tom of the screen, and context-sensitive help is provided.  As characters are typed they are immediately inserted into the  text.   Editing
       commands are entered using control-key combinations.  As a work-around for communications programs that swallow certain control characters,
       you can emulate a control key by pressing ESCAPE twice, followed by the desired control character, e.g. "ESC ESC c" would be equivalent	to
       entering a ctrl-c.  The editor has five basic features: paragraph justification, searching, block cut/paste, a spelling checker, and a file
       browser.

       Paragraph justification (or filling) takes place in the paragraph that contains the cursor, or, if the cursor  is  between  lines,  in  the
       paragraph  immediately  below.  Paragraphs are delimited by blank lines, or by lines beginning with a space or tab.  Unjustification can be
       done immediately after justification using the control-U key combination.

       String searches are not sensitive to case.  A search begins at the current cursor position and wraps around the end of the text.  The  most
       recent search string is offered as the default in subsequent searches.

       Blocks  of  text  can be moved, copied or deleted with creative use of the command for mark (ctrl-underscore), delete (ctrl-k) and undelete
       (ctrl-u).  The delete command will remove text between the "mark" and the current cursor position, and place it in the "cut"  buffer.   The
       undelete command effects a "paste" at the current cursor position.

       The  spell  checker  examines all words in the text.  It then offers, in turn, each misspelled word for correction while highlighting it in
       the text.  Spell checking can be cancelled at any time.	Alternatively, pico will substitute for the default spell checking routine a  rou-
       tine defined by the SPELL environment variable.	The replacement routine should read standard input and write standard output.

       The  file browser is offered as an option in the "Read File" and "Write Out" command prompts.  It is intended to help in searching for spe-
       cific files and navigating directory hierarchies.  Filenames with sizes and names of directories in the current working directory are  pre-
       sented for selection.  The current working directory is displayed on the top line of the display while the list of available commands takes
       up the bottom two.  Several basic file manipulation functions are supported:  file renaming, copying, and deletion.

       More specific help is available in pico's online help.

Options
       -f     Use function keys for commands.  This option supported only in conjunction with UW Enhanced NCSA telnet.

       +n     Causes pico to be started with the cursor located n lines into the file. (Note: no space between "+" sign and number)

       -nn    The -nn option enables new mail notification.  The n argument is optional, and specifies how often,  in  seconds,  your  mailbox	is
	      checked  for new mail.  For example, -n60 causes pico to check for new mail once every minute.  The default interval is 180 seconds,
	      while the minimum allowed is 30. (Note: no space between "n" and the number)

       -t     Enable "tool" mode.  Intended for when pico is used as the editor within other tools (e.g., Elm, Pnews).	Pico will not  prompt  for
	      save on exit, and will not rename the buffer during the "Write Out" command.

       -v     View the file only, disallowing any editing.

       -w     Disable word wrap (thus allow editing of long lines).

       -z     Enable ^Z suspension of pico.

       Lastly,	when  a running pico is disconnected (i.e., receives a SIGHUP), pico will save the current work if needed before exiting.  Work is
       saved under the current filename with ".save" appended.	If the current work is unnamed, it is saved under the filename "pico.save".

Bugs
       The manner in which lines longer than the display width are dealt is not immediately obvious.  Lines that continue beyond the edge  of  the
       display are indicated by a '$' character at the end of the line.  Long lines are scrolled horizontally as the cursor moves through them.

Files
       pico.save	Unnamed interrupted work saved here.
       *.save		Interrupted work on a named file is saved here.

Authors
       Michael Seibel, mikes@cac.washington.edu
       Laurence Lundblade, lgl@cac.washington.edu
       Pico was originally derived from MicroEmacs 3.6, by Dave G. Conroy.
       Pico is a trademark of the University of Washington.
       Copyright 1989-1994 by the University of Washington.

See Also
       pine(1)
       Source distribution (part of the Pine Message System):
	  ftp://ftp.cac.washington.edu/mail/pine.tar.Z

								    Version 2.4 							   pico(1)
All times are GMT -4. The time now is 10:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy