How to see unread e-mails only in Alpine?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to see unread e-mails only in Alpine?
# 1  
Old 03-03-2011
Lightbulb How to see unread e-mails only in Alpine?

Does anyone have any idea how to see only unread (new) e-mails in the Alpine client when using IMAP?

I finally have a fast IMAP client, but don't want to go over all the e-mails I've already read through other clients...

Thanks in advance for any hints.

---------- Post updated at 01:21 PM ---------- Previous update was at 12:39 PM ----------

Never mind, I think I found it.

I downloaded the latest version and there I noticed the Configuration screen. sourceforge.net/projects/re-alpine/files/re-apline-2.01.exe/download]Download re-alpine from SourceForge.net

There I set up a Filter for messages I've already read (is New = No) to Move to another folder (read).

Yay! ^^
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

Find Unread Files

Hi I have requirement to read only unread files from the directory and load into database. Scenario: I do receive bunch of files into my unix directory for every 15 mins. My ETL Process every once in a day and reads the files and loads into db table. I cannot move these file into different... (9 Replies)
Discussion started by: cnrj
9 Replies

2. 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

3. UNIX for Dummies Questions & Answers

Pine, Alpine and ELinks

Hello. I'm running Mac OS X 10.5. I am completely new to UNIX and also to command line. I'm trying to setup an email client and a web browser. Google told me Pine was a good idea for email, so I got Pine. I thought it would be like other email clients, like Thunderbird, so that I can use IMAP... (1 Reply)
Discussion started by: saithesci
1 Replies

4. OS X (Apple)

Alpine 2 on Snow Leopard

I've just installed Alpine on Snow Leopard but can't seem to get a default spell checker configured for it. What happened to spell? I can't find it at all on 10.6, must have been some changes. Does anyone know about the default unix spell checker on SL? Thanks! (0 Replies)
Discussion started by: platz
0 Replies

5. Shell Programming and Scripting

perl (conky) and gmail/IMAP unread message count

Hi all, I use Conky monitor (Conky - Home) for my laptop and I needed a script to see the count of new messages on gmail/IMAP, then I made this small perl script (I hope they can be useful to someone :)) gimap.pl #!/usr/bin/perl # gimap.pl by gxmsgx # description: get the count of unread... (0 Replies)
Discussion started by: gxmsgx
0 Replies

6. UNIX for Dummies Questions & Answers

Alpine configuration questions...

I have just started using Alpine, and have a couple of config questions for my ISP POP3 account. Under "User Domain" I have put my "ISP.ca". However when I send out email, instead of showing my email address, it shows my "OSXUserAccount_nameISP.ca". No where in my settings do I see my User Account... (1 Reply)
Discussion started by: larrinski
1 Replies

7. UNIX for Dummies Questions & Answers

Mark messages as unread

Hi Does anyone know how to mark messages as unread either in Pine or from a Terminal or some such ? Thanks, James (1 Reply)
Discussion started by: Rylann
1 Replies
Login or Register to Ask a Question
IMAPPROXYD(8)							 IMAP proxy daemon						     IMAPPROXYD(8)

NAME
imapproxyd - IMAP proxy daemon SYNOPSIS
imapproxyd [ -f <config file name> ] [ -p <pidfile name> ] DESCRIPTION
This manual page documents briefly the imapproxyd command. This manual page was written for the Debian distribution because the original program does not have a manual page. UP-ImapProxy proxies IMAP transactions between an IMAP client and an IMAP server. The general idea is that the client should never know that it is not talking to the real IMAP server, but ImapProxy caches server connections. ImapProxy was written to compensate for webmail clients that are unable to maintain persistent connections to an IMAP server. Most webmail clients need to log in to an IMAP server for nearly every single transaction; This behaviour can cause tragic performance problems on the IMAP server. ImapProxy tries to deal with this problem by leaving server connections open for a short time after a webmail client logs out. When the webmail client connects again, ImapProxy will determine if there is a cached connection available and reuse it if possible. FILES
By default, UP-ImapProxy reads /etc/imapproxy.conf on startup. This can be changed by using the -f option Unless foreground_mode has been enabled, UP-ImapProxy will write its PID to to a PID-file. It defaults to /var/run/imapproxy.pid, but can be overridden with the -p option SEE ALSO
pimpstat(8), AUTHOR
This manual page was written by Jose Luis Tallon <jltallon@adv-solutions.net>, for the Debian GNU/Linux system (but may be used by others). Dave McMurtrie Mar 12, 2004 IMAPPROXYD(8)