From pierre.frenkiel at gmail.com Thu Mar 2 03:20:46 2017 From: pierre.frenkiel at gmail.com (Pierre Frenkiel) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] wrong display of a link Message-ID: hi, I received a mail with a line : www.dropbox.com/deleted_files[1] and the link displayed by alpine included the [1], which gave "error 4xx" I checked that in other mail clients, the [1] is not included in the link. Can this be considered as an alpine bug? best regards, -- Pierre Frenkiel From mattack at apple.com Thu Mar 2 11:42:53 2017 From: mattack at apple.com (Matt Ackeret) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] wrong display of a link In-Reply-To: References: Message-ID: On Thu, 2 Mar 2017, Pierre Frenkiel wrote: > hi, > I received a mail with a line : > > www.dropbox.com/deleted_files[1] So that was probably text pasted from lynx or some other text-browser that annotates links, right? oh, or maybe a reference from Wikipedia? AFAIK, the "[1]" is a legitimate thing to have in a URL. Hmm, I have this turned off: [ ] Enable Message View URL Links and this is a plain text message, so I don't see why it's selecting the URL for me either.. But anyway, I _think_ this is a case where alpine is probably arguably technically correct, but might be better to have a "do what I mean, not what I say" mode (probably turned on by default, and be able to be disable-able by real geeks, so it does the true RFC behavior). I could be totally wrong though.... From unrtst at gmail.com Thu Mar 2 12:32:19 2017 From: unrtst at gmail.com (Joshua Miller) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] wrong display of a link In-Reply-To: References: Message-ID: On Thu, Mar 2, 2017 at 6:20 AM, Pierre Frenkiel wrote: > hi, > I received a mail with a line : > > www.dropbox.com/deleted_files[1] > > > and the link displayed by alpine included the [1], which gave > "error 4xx" > I checked that in other mail clients, the [1] is not included in the link. > Can this be considered as an alpine bug? > To verify the issue, I think we may need the original email, or something that reproduces that effect. Viewing your email in gmail's web based client, that link goes to "http://www.dropbox.com/deleted_files%5B1%5D", which is the same behavior you got from alpine, so I'm guessing that the original had it entered differently. Just a guess, but was the original a multipart message with both a text/plain and a text/html part? (hit "v" while viewing the message to see the parts listed). If so, then the other mail clients probably used the text/html part and got a real link, whereas alpine probably parsed the text/plain and has to guess as to what is the link.... but that's just a guess. -- Josh I. -------------- next part -------------- An HTML attachment was scrubbed... URL: From robin.listas at telefonica.net Thu Mar 2 17:46:50 2017 From: robin.listas at telefonica.net (Carlos E. R.) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] wrong display of a link In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Content-ID: El 2017-03-02 a las 12:20 +0100, Pierre Frenkiel escribi?: > hi, > I received a mail with a line : > > www.dropbox.com/deleted_files[1] > > and the link displayed by alpine included the [1], which gave > "error 4xx" > I checked that in other mail clients, the [1] is not included in the link. > Can this be considered as an alpine bug? When I look at your post with Alpine 2.20 I see this part highlighted: ww.dropbox.com/deleted_files[1] Note the missing first letter. The [1] is highligted completely. Alpine offers to browse to: "http://www.dropbox.com/deleted_files[1]" If I look at the same post in Thunderbird, this is highlighted: www.dropbox.com/deleted_files And the status line shows: http://www.dropbox.com/deleted_files - -- Cheers Carlos E. R. (from 42.2 x86_64 "Malachite" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAli4ywoACgkQja8UbcUWM1zeZwD+P7XzMjBIJ2sm9X1rVn6eNxoa OY6cOCd4rC+CL5qY5NMA/34mJZQvii2kC8ya3tigC6+l1g9VdHlrdKP2tGurRKuP =Aw8s -----END PGP SIGNATURE----- From pierre.frenkiel at gmail.com Thu Mar 2 23:28:43 2017 From: pierre.frenkiel at gmail.com (Pierre Frenkiel) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] wrong display of a link In-Reply-To: References: Message-ID: thank you for all your answers. I'm leaving now for a few days. I'll reply when coming back. best regards, -- Pierre Frenkiel From alpine.chappa at gmx.com Fri Mar 3 20:34:13 2017 From: alpine.chappa at gmx.com (Eduardo Chappa) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] wrong display of a link In-Reply-To: References: Message-ID: On Thu, 2 Mar 2017, Pierre Frenkiel wrote: > I received a mail with a line : > > www.dropbox.com/deleted_files[1] > > and the link displayed by alpine included the [1], which gave "error > 4xx" I checked that in other mail clients, the [1] is not included in > the link. Can this be considered as an alpine bug? Yes, it is contrary to RFC 1738. The character "[" is considered unsafe, and must be encoded when it is part of a URL. Alpine allows it because it makes an exception for common unsafe characters. If we follow tradition in the design of Alpine, we should not allow these characters (and the full list) as part of the URl, so we can have Alpine stop right before the "[" character. Is that what you prefer? -- Eduardo http://patches.freeiz.com/alpine/ (Web) http://repo.or.cz/alpine.git (Git) RSS: http://patches.freeiz.com/alpine/alpine.xml (Web updates) RSS: http://repo.or.cz/alpine.git/rss (Git updates) From alpine.chappa at gmx.com Fri Mar 3 20:36:44 2017 From: alpine.chappa at gmx.com (Eduardo Chappa) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] wrong display of a link In-Reply-To: References: Message-ID: On Thu, 2 Mar 2017, Matt Ackeret wrote: >> www.dropbox.com/deleted_files[1] > > Hmm, I have this turned off: > [ ] Enable Message View URL Links > > and this is a plain text message, so I don't see why it's selecting the > URL for me either.. You probably have enabled [X] Enable Message View Web Hostname Links that recognizes text starting with "www." as URLs. The option [X] Enable Message View URL Links recognizes URLs beginning with the string "http://", -- Eduardo http://patches.freeiz.com/alpine/ (Web) http://repo.or.cz/alpine.git (Git) RSS: http://patches.freeiz.com/alpine/alpine.xml (Web updates) RSS: http://repo.or.cz/alpine.git/rss (Git updates) From dandunfee at gmail.com Sat Mar 4 08:30:50 2017 From: dandunfee at gmail.com (Dan D.) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Launch a url in alpine, version update Message-ID: Hi, I have alpine configured to launch my browser for a web page url in a message. Is there a way to launch other url types, such as an audio file for example. I use vlc for all my av/streaming activity, how can I use it from within an alpine message? Wasn't there to be an alpine update in the beginning of 2017 that includes an "ignore size" configuration item? Thanks. XB From dennisdavis at fastmail.fm Sat Mar 4 12:54:15 2017 From: dennisdavis at fastmail.fm (Dennis Davis) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Launch a url in alpine, version update In-Reply-To: References: Message-ID: On Sat, 4 Mar 2017, Dan D. wrote: > From: Dan D. > To: alpine-info@u.washington.edu > Date: Sat, 4 Mar 2017 16:30:50 > Subject: [Alpine-info] Launch a url in alpine, version update > User-Agent: Alpine 2.20 (OSX 67 2015-01-07) ... > Wasn't there to be an alpine update in the beginning of 2017 that > includes an "ignore size" configuration item? Yes, it's there as: [ ] Ignore Size Changes in the configuration section with the following note in the release notes: * Add configuration Ignore Size Changes that allows users to ignore errors in the computation of the size of a message from defective servers. and appropriate help for this item. As noted above, you're running: Alpine 2.20 (OSX 67 2015-01-07) The above option isn't available in your version of alpine. You'll need to compile & run an alpha release or the version from the git repository. Or wait for the release of Alpine 2.21. -- Dennis Davis From fuellen at uni-rostock.de Thu Mar 9 04:19:47 2017 From: fuellen at uni-rostock.de (Georg Fuellen) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! Message-ID: Hi folks, I'm a happy alpine user for more than a decade, but some weeks ago, for one of my accounts, they stopped automatic email forwarding, and I'm now forced to use their web interface, separating this influx of mails from the rest, and stopping my ability to read these emails promptly and to archive them. They use Microsoft Exchange (X-OWA-Version: 15.0.1263.5, X-OWA-OWSVersion: V2_23, X-OWA-MinimumSupportedOWSVersion: V2_6), with an SSL wildcard certificate, so that davmail (http://davmail.sourceforge.net/), a java based proxy for accessing OWA by IMAP, VCF,...) has problems, likely caused by Java?s strict certificate validation, which seems to reject wildcard certificates. Can anyone help? Is there any workaround? Best Wishes Georg Fuellen From mepstein at illinois.edu Thu Mar 9 07:13:10 2017 From: mepstein at illinois.edu (Milt Epstein) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: References: Message-ID: Can you use fetchmail to get the messages from Exchange? Milt Epstein mepstein@illinois.edu On Thu, 9 Mar 2017, Georg Fuellen wrote: > > Hi folks, > I'm a happy alpine user for more than a decade, but some weeks > ago, for one of my accounts, they stopped automatic email forwarding, > and I'm now forced to use their web interface, separating this > influx of mails from the rest, and stopping my ability to read > these emails promptly and to archive them. > > They use Microsoft Exchange (X-OWA-Version: 15.0.1263.5, > X-OWA-OWSVersion: V2_23, X-OWA-MinimumSupportedOWSVersion: V2_6), > with an SSL wildcard certificate, so that davmail > (http://davmail.sourceforge.net/), a java based proxy for accessing > OWA by IMAP, VCF,...) has problems, likely caused by Java?s strict > certificate validation, which seems to reject wildcard certificates. > > Can anyone help? Is there any workaround? > Best Wishes > Georg Fuellen > From fuellen at uni-rostock.de Thu Mar 9 17:10:13 2017 From: fuellen at uni-rostock.de (Georg Fuellen) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! (Milt Epstein) In-Reply-To: <5eba2b64954547c083abc0e56afaca78@MAIL2.uni-rostock.de> References: <5eba2b64954547c083abc0e56afaca78@MAIL2.uni-rostock.de> Message-ID: > From: Milt Epstein > > Can you use fetchmail to get the messages from Exchange? Dear Milt, Is there any specific trick to make this work? I looked into fetchmail to no avail, and there are no hints on the web that fetchmail and OWA/ActiveSync may work together. Thanks for the response! Georg Fuellen > Milt Epstein > mepstein@illinois.edu On Thu, 9 Mar 2017, Georg Fuellen wrote: > Hi folks, > I'm a happy alpine user for more than a decade, but some weeks > ago, for one of my accounts, they stopped automatic email forwarding, > and I'm now forced to use their web interface, separating this > influx of mails from the rest, and stopping my ability to read > these emails promptly and to archive them. > > They use Microsoft Exchange (X-OWA-Version: 15.0.1263.5, > X-OWA-OWSVersion: V2_23, X-OWA-MinimumSupportedOWSVersion: V2_6), > with an SSL wildcard certificate, so that davmail > (http://davmail.sourceforge.net/), a java based proxy for accessing > OWA by IMAP, VCF,...) has problems, likely caused by Java's strict > certificate validation, which seems to reject wildcard certificates. > > Can anyone help? Is there any workaround? > Best Wishes > Georg Fuellen From mepstein at illinois.edu Thu Mar 9 18:44:13 2017 From: mepstein at illinois.edu (Milt Epstein) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: References: <5eba2b64954547c083abc0e56afaca78@MAIL2.uni-rostock.de> Message-ID: I don't know about any tricks, I just have some standard setup (that I set up a long time ago, so I don't remember the details); my .fetchmailrc has a line like: poll protocol IMAP ssl sslcertck and it works fine to get mail from Exchange. Not exactly sure what you mean by OWA/ActiveSync, or what version of Exchange I'm using. If I log in to OWA, I can see the following in the About box (some info deleted): Version: 14.3.319.2 Proxy version: 15.0.1236.0 Exchange Client Access server .NET Framework version: 2.0.50727.5485 Client Access server operating system version: Microsoft Windows NT 6.1.7601 Service Pack 1 Client Access server version: 14.3.123.0 Client Access server platform: 64bit Mailbox server Microsoft Exchange version: 14.3.123.0 Milt Epstein mepstein@illinois.edu On Fri, 10 Mar 2017, Georg Fuellen wrote: > > > From: Milt Epstein > > > > Can you use fetchmail to get the messages from Exchange? > > Dear Milt, > > Is there any specific trick to make this work? I looked into fetchmail > to no avail, and there are no hints on the web that fetchmail and > OWA/ActiveSync may work together. > > Thanks for the response! > Georg Fuellen > > > Milt Epstein > > mepstein@illinois.edu > > On Thu, 9 Mar 2017, Georg Fuellen wrote: > > Hi folks, > > I'm a happy alpine user for more than a decade, but some weeks > > ago, for one of my accounts, they stopped automatic email forwarding, > > and I'm now forced to use their web interface, separating this > > influx of mails from the rest, and stopping my ability to read > > these emails promptly and to archive them. > > > > They use Microsoft Exchange (X-OWA-Version: 15.0.1263.5, > > X-OWA-OWSVersion: V2_23, X-OWA-MinimumSupportedOWSVersion: V2_6), > > with an SSL wildcard certificate, so that davmail > > (http://davmail.sourceforge.net/), a java based proxy for accessing > > OWA by IMAP, VCF,...) has problems, likely caused by Java's strict > > certificate validation, which seems to reject wildcard certificates. > > > > Can anyone help? Is there any workaround? > > Best Wishes > > Georg Fuellen > > > _______________________________________________ > Alpine-info mailing list > Alpine-info@u.washington.edu > http://mailman13.u.washington.edu/mailman/listinfo/alpine-info > From dennisdavis at fastmail.fm Thu Mar 9 23:05:39 2017 From: dennisdavis at fastmail.fm (Dennis Davis) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: References: <5eba2b64954547c083abc0e56afaca78@MAIL2.uni-rostock.de> Message-ID: On Thu, 9 Mar 2017, Milt Epstein wrote: > From: Milt Epstein > To: "alpine-info@u.washington.edu" > Date: Fri, 10 Mar 2017 02:44:13 > Subject: Re: [Alpine-info] Reading email from an account that offers > OWA/ActiveSync only, please help! > > I don't know about any tricks, I just have some standard setup (that I > set up a long time ago, so I don't remember the details); my > .fetchmailrc has a line like: > > poll protocol IMAP ssl sslcertck > > and it works fine to get mail from Exchange. ... I believe Microsoft Exchange servers will use the IMAP protocol as well as their own proprietary protocol. The IMAP protocol can be turned off. If that's been done, you're probably in trouble. Although it does sound like turning off IMAP hasn't been done in this case. To muddy the waters slightly, getmail: http://pyropus.ca/software/getmail/ might be an alternative to fetchmail. I haven't used getmail or fetchmail so can't comment on the effectiveness of either. -- Dennis Davis From alandhae at gmx.de Thu Mar 9 23:20:29 2017 From: alandhae at gmx.de (=?ISO-8859-15?Q?Andreas_Landh=E4u=DFer?=) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: References: <5eba2b64954547c083abc0e56afaca78@MAIL2.uni-rostock.de> Message-ID: On Fri, 10 Mar 2017, Dennis Davis wrote: Hi, I'm using a cronjob for polling the mails from exchange into my local linux mailbox: /usr/bin/fetchmail -l0 -N -d0 -f /home/user/.fetchmailrc .fetchmailrc set postmaster "user" set no bouncemail set no spambounce poll imap4.provider.com with proto imap username domain\\win_user\\first.lastname password "very_secret" keep ssl HTH Andreas > On Thu, 9 Mar 2017, Milt Epstein wrote: > >> From: Milt Epstein >> To: "alpine-info@u.washington.edu" >> Date: Fri, 10 Mar 2017 02:44:13 >> Subject: Re: [Alpine-info] Reading email from an account that offers >> OWA/ActiveSync only, please help! >> >> I don't know about any tricks, I just have some standard setup (that I >> set up a long time ago, so I don't remember the details); my >> .fetchmailrc has a line like: >> >> poll protocol IMAP ssl sslcertck >> >> and it works fine to get mail from Exchange. > > ... > > I believe Microsoft Exchange servers will use the IMAP protocol > as well as their own proprietary protocol. The IMAP protocol can > be turned off. If that's been done, you're probably in trouble. > Although it does sound like turning off IMAP hasn't been done in > this case. > > To muddy the waters slightly, getmail: > > http://pyropus.ca/software/getmail/ > > might be an alternative to fetchmail. I haven't used getmail or > fetchmail so can't comment on the effectiveness of either. > -- Andreas Landh?u?er +49 151 12133027 (mobile) alandhae@gmx.de From robin.listas at telefonica.net Fri Mar 10 06:45:55 2017 From: robin.listas at telefonica.net (Carlos E. R.) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: References: <5eba2b64954547c083abc0e56afaca78@MAIL2.uni-rostock.de> Message-ID: <944bc04f-2dad-d2ea-f8a6-102a84bfe489@telefonica.net> On 2017-03-10 08:05, Dennis Davis wrote: > ... > > I believe Microsoft Exchange servers will use the IMAP protocol > as well as their own proprietary protocol. The IMAP protocol can > be turned off. If that's been done, you're probably in trouble. > Although it does sound like turning off IMAP hasn't been done in > this case. I was told years ago that imap an others were extra, you had to pay an extra license for them. Apparently that is not the case. More info: https://en.wikipedia.org/wiki/Microsoft_Exchange_Server E-mail hosted on an Exchange Server can also be accessed using SMTP, POP3, and IMAP4 protocols, using clients such as Windows Live Mail, Mozilla Thunderbird, and Lotus Notes. These protocols must be enabled on the server. Exchange Server mailboxes can also be accessed through a web browser, using Outlook Web App (OWA). Exchange Server 2003 also featured a version of OWA for mobile devices, called Outlook Mobile Access (OMA). https://en.wikipedia.org/wiki/Outlook_on_the_web (OWA) -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" (Minas Tirith)) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 220 bytes Desc: OpenPGP digital signature URL: From southernprince73 at gmail.com Sat Mar 11 18:32:49 2017 From: southernprince73 at gmail.com (Mark Peveto) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] trying to install latest alpine on fedora 25 Message-ID: when i try to configure latest alpine, I get error: termcap info not found. In arch based stuff, I didn't have any problems. In ubuntu basd distros, I installed libncurses5-dev, libpam-dev, and libssl-dev, and the configure ran fine. I'm not sure what to install for fedora. I've looked for those packages mentioned above, and for base-devel, which sometimes helps, but they don't seem to exist. Help appreciated. Mark Peveto Registered Linux user number 600552 Everything happens after coffee! From fuellen at uni-rostock.de Sat Mar 11 23:49:17 2017 From: fuellen at uni-rostock.de (Georg Fuellen) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: <5342de8b91fa46b0aeae5d574f8e6b7d@MAIL2.uni-rostock.de> References: <5342de8b91fa46b0aeae5d574f8e6b7d@MAIL2.uni-rostock.de> Message-ID: Dear Milt, Dennis, Andreas & Carlos, On Fri, 10 Mar 2017, alpine-info-request@mailman13.u.washington.edu wrote: > I don't know about any tricks, I just have some standard setup (that I > set up a long time ago, so I don't remember the details); my > .fetchmailrc has a line like: > > poll protocol IMAP ssl sslcertck Many thanks for your comments! Problem is that IMAP and POP are both disabled... ... is there anything I can do?? all the best georg > On Thu, 9 Mar 2017, Georg Fuellen wrote: >> Hi folks, >> I'm a happy alpine user for more than a decade, but some weeks >> ago, for one of my accounts, they stopped automatic email forwarding, >> and I'm now forced to use their web interface, separating this >> influx of mails from the rest, and stopping my ability to read >> these emails promptly and to archive them. >> >> They use Microsoft Exchange (X-OWA-Version: 15.0.1263.5, >> X-OWA-OWSVersion: V2_23, X-OWA-MinimumSupportedOWSVersion: V2_6), >> with an SSL wildcard certificate, so that davmail >> (http://davmail.sourceforge.net/), a java based proxy for accessing >> OWA by IMAP, VCF,...) has problems, likely caused by Java's strict >> certificate validation, which seems to reject wildcard certificates. >> >> Can anyone help? Is there any workaround? >> Best Wishes >> Georg Fuellen From kolos at tatar.hu Sun Mar 12 00:21:50 2017 From: kolos at tatar.hu (Tatar Kolos) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: References: <5342de8b91fa46b0aeae5d574f8e6b7d@MAIL2.uni-rostock.de> Message-ID: Hi Georg, > Many thanks for your comments! > Problem is that IMAP and POP are both disabled... > ... is there anything I can do?? I think your only option is to go down the route of making davmail work with OWA. I'd try to import the wildcard or CA cert(s) into the Java local cacerts keystore. A quick googling gives me pages like this: https://www.jamf.com/jamf-nation/discussions/4049/installing-wildcard-ssl-cert-on-tomcat I'm not sure if it's feasible though. If not that, you could use something like a local stunnel to establish the encrypted connection to OWA and then use davmail locally, thus bypassing the issue. HTH, Kolos From mepstein at illinois.edu Sun Mar 12 09:11:09 2017 From: mepstein at illinois.edu (Milt Epstein) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: References: <5342de8b91fa46b0aeae5d574f8e6b7d@MAIL2.uni-rostock.de> Message-ID: I have no suggestions beyond what's already been mentioned. A quick search suggests there may be leads to follow, but whether those will work is unclear, and perhaps you've tried some of them already. Best of luck. Oh, here's an idea I just thought of: Is it possible for you to specify a forwarding rule in Exchange to get the email to a place where your alpine can access it? Milt Epstein mepstein@illinois.edu On Sun, 12 Mar 2017, Georg Fuellen wrote: > > Dear Milt, Dennis, Andreas & Carlos, > > On Fri, 10 Mar 2017, alpine-info-request@mailman13.u.washington.edu wrote: > > I don't know about any tricks, I just have some standard setup (that I > > set up a long time ago, so I don't remember the details); my > > .fetchmailrc has a line like: > > > > poll protocol IMAP ssl sslcertck > > Many thanks for your comments! > Problem is that IMAP and POP are both disabled... > ... is there anything I can do?? > > all the best > georg > > > On Thu, 9 Mar 2017, Georg Fuellen wrote: > > > Hi folks, > > > I'm a happy alpine user for more than a decade, but some weeks > > > ago, for one of my accounts, they stopped automatic email forwarding, > > > and I'm now forced to use their web interface, separating this > > > influx of mails from the rest, and stopping my ability to read > > > these emails promptly and to archive them. > > > > > > They use Microsoft Exchange (X-OWA-Version: 15.0.1263.5, > > > X-OWA-OWSVersion: V2_23, X-OWA-MinimumSupportedOWSVersion: V2_6), > > > with an SSL wildcard certificate, so that davmail > > > (http://davmail.sourceforge.net/), a java based proxy for accessing > > > OWA by IMAP, VCF,...) has problems, likely caused by Java's strict > > > certificate validation, which seems to reject wildcard certificates. > > > > > > Can anyone help? Is there any workaround? > > > Best Wishes > > > Georg Fuellen > From unrtst at gmail.com Sun Mar 12 11:02:23 2017 From: unrtst at gmail.com (Joshua Miller) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] trying to install latest alpine on fedora 25 In-Reply-To: References: Message-ID: On Mar 11, 2017 9:34 PM, "Mark Peveto" wrote: when i try to configure latest alpine, I get error: termcap info not found. In arch based stuff, I didn't have any problems. In ubuntu basd distros, I installed libncurses5-dev, libpam-dev, and libssl-dev, and the configure ran fine. I'm not sure what to install for fedora. I've looked for those packages mentioned above, and for base-devel, which sometimes helps, but they don't seem to exist. Help appreciated. One option... use your package manager to install the build requirements. I did that on ubuntu (though i don't recall the exact command for apt). For rpm based distros, assuming there is an alpine package for your distro, the following should set you up: yum install yum-utils yum-builddep alpine ... then build it from source with the normal configure, make, make install stuff. More info: https://possiblelossofprecision.net/?p=949 HTH, -- Josh I. -------------- next part -------------- An HTML attachment was scrubbed... URL: From robin.listas at telefonica.net Sun Mar 12 11:24:17 2017 From: robin.listas at telefonica.net (Carlos E. R.) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: References: <5342de8b91fa46b0aeae5d574f8e6b7d@MAIL2.uni-rostock.de> Message-ID: <9980a69a-16f7-7f87-9d6a-94741136738d@telefonica.net> On 2017-03-12 17:11, Milt Epstein wrote: > Oh, here's an idea I just thought of: Is it possible for you to > specify a forwarding rule in Exchange to get the email to a place > where your alpine can access it? Or ask another server to pick it up for you. Perhaps gmail? -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" (Minas Tirith)) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 220 bytes Desc: OpenPGP digital signature URL: From mepstein at illinois.edu Sun Mar 12 11:50:28 2017 From: mepstein at illinois.edu (Milt Epstein) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: <9980a69a-16f7-7f87-9d6a-94741136738d@telefonica.net> References: <5342de8b91fa46b0aeae5d574f8e6b7d@MAIL2.uni-rostock.de> <9980a69a-16f7-7f87-9d6a-94741136738d@telefonica.net> Message-ID: That might be a possibility. But I guess I was thinking that the Exchange server here was at least relatively private, and having the email go through a relatively less private server would not be desirable. So if you have a private machine -- for example, the machine where you're running alpine -- you can forward the mail to, that might be a better possibility. Of course, you're running into limitations/constraints, and somewhat grasping at straws, so that might not be possible, and your options might be limited. Milt Epstein mepstein@illinois.edu On Sun, 12 Mar 2017, Carlos E. R. wrote: > On 2017-03-12 17:11, Milt Epstein wrote: > > > Oh, here's an idea I just thought of: Is it possible for you to > > specify a forwarding rule in Exchange to get the email to a place > > where your alpine can access it? > > Or ask another server to pick it up for you. Perhaps gmail? > > -- > Cheers / Saludos, > > Carlos E. R. > > (from 42.2 x86_64 "Malachite" (Minas Tirith)) > > From robin.listas at telefonica.net Sun Mar 12 12:06:38 2017 From: robin.listas at telefonica.net (Carlos E. R.) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Reading email from an account that offers OWA/ActiveSync only, please help! In-Reply-To: References: <5342de8b91fa46b0aeae5d574f8e6b7d@MAIL2.uni-rostock.de> <9980a69a-16f7-7f87-9d6a-94741136738d@telefonica.net> Message-ID: On 2017-03-12 19:50, Milt Epstein wrote: > That might be a possibility. But I guess I was thinking that the > Exchange server here was at least relatively private, and having the > email go through a relatively less private server would not be > desirable. So if you have a private machine -- for example, the > machine where you're running alpine -- you can forward the mail to, > that might be a better possibility. Of course, you're running into > limitations/constraints, and somewhat grasping at straws, so that > might not be possible, and your options might be limited. Well, in that case, set up a Windows machine, real or virtual, that fetches and forwards, or sets up a local imap server. There are some freeware, I think. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" (Minas Tirith)) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 220 bytes Desc: OpenPGP digital signature URL: From rick+alpine at helix.nih.gov Mon Mar 13 08:10:57 2017 From: rick+alpine at helix.nih.gov (Rick Troxel) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] trying to install latest alpine on fedora 25 In-Reply-To: References: Message-ID: Fedora 25 has a repo version of alpine, so you ought to be able to determine any missing dependencies by simply invoking dnf install alpine and then canceling out ahead of the install. I suspect you need (at least) ncurses-base, which provides a /usr/share/terminfo/ tree. P.S. For non-Fedora users, dnf is the next-generation yum. -- Rick Troxel rick@helix.nih.gov From southernprince73 at gmail.com Mon Mar 13 11:05:16 2017 From: southernprince73 at gmail.com (Mark Peveto) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] trying to install latest alpine on fedora 25 In-Reply-To: References: Message-ID: Well, I actually did try to install their repo version of alpine, and it's 2.20 I think. No problem, except when I did touch .pine-passfile, so it'd save my password, it never would. Fedora and I just aren't getting along very well, but I'll just keep working on it. Mark Peveto Registered Linux user number 600552 Everything happens after coffee! On Mon, 13 Mar 2017, Rick Troxel wrote: > Fedora 25 has a repo version of alpine, so you ought to be able to > determine any missing dependencies by simply invoking > > dnf install alpine > > and then canceling out ahead of the install. I suspect you need (at > least) ncurses-base, which provides a /usr/share/terminfo/ tree. > > P.S. For non-Fedora users, dnf is the next-generation yum. > -- > Rick Troxel rick@helix.nih.gov > _______________________________________________ > Alpine-info mailing list > Alpine-info@u.washington.edu > http://mailman13.u.washington.edu/mailman/listinfo/alpine-info > From unrtst at gmail.com Mon Mar 13 11:23:53 2017 From: unrtst at gmail.com (Joshua Miller) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] trying to install latest alpine on fedora 25 In-Reply-To: References: Message-ID: On Mon, Mar 13, 2017 at 2:05 PM, Mark Peveto wrote: > Well, I actually did try to install their repo version of alpine, and it's > 2.20 I think. No problem, except when I did touch .pine-passfile, so it'd > save my password, it never would. > Fedora and I just aren't getting along very well, but I'll just keep > working on it. > dnf also includes a builddep option. So just: $ sudo dnf builddep alpine Then download and install from source. $ wget http://patches.freeiz.com/alpine/release/src/alpine-2.20.tar.xz # ... or you can try the latest alpha: http://patches.freeiz.com/alpine/alpha/release/alpine-alpha.tar.xz $ tar -xJvf alpine-2.20.tar.xz $ cd alpine-2.20 $ ./configure # add whatever options you like $ make && make test && sudo make install You can also determine if your distro provided alpine includes passfile support by doing: $ alpine -h | grep passfile ... if that returns a line documenting the "-passfile" option, then you have support in that build. Otherwise, you will need to rebuild with passfile support if you need it. You could also try the rpm provided on Eduardo's site: http://patches.freeiz.com/alpine/release/src/rpm/alpine-2.20-1.x86_64.rpm That includes passfile support. -- Josh I. -------------- next part -------------- An HTML attachment was scrubbed... URL: From alpine-info at monkeybutt.com Mon Mar 13 17:43:02 2017 From: alpine-info at monkeybutt.com (Baron Fujimoto) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] multiple criteria for index sort (thread+arrival)? Message-ID: Is it possible to apply multiple sort criteria at the message index? For example, I generally want my messages threaded (H - tHread sort option) but I would also secondarily like it sorted by arrival (A - Arrival sort option) so that more recent responses in the thread pop the thread to the most recent end of the message index. As it is now, long lived threads tend to migrate backwards because they are anchored by the oldest retained message in the thread. Or is there some other way to achieve this? From mattack at apple.com Mon Mar 13 18:43:44 2017 From: mattack at apple.com (Matt Ackeret) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] multiple criteria for index sort (thread+arrival)? In-Reply-To: References: Message-ID: On Mon, 13 Mar 2017, Baron Fujimoto wrote: > Is it possible to apply multiple sort criteria at the message index? For > example, I generally want my messages threaded (H - tHread sort option) > but I would also secondarily like it sorted by arrival (A - Arrival sort > option) so that more recent responses in the thread pop the thread to the > most recent end of the message index. As it is now, long lived threads > tend to migrate backwards because they are anchored by the oldest retained > message in the thread. Or is there some other way to achieve this? turn on [X] Thread Sorts by Arrival Voila, problem solved. (The only problem is that this "breaks" threads when you haven't saved the thread parent.. while that's still a shame, it's still better than NOT having it..) From robin.listas at telefonica.net Mon Mar 13 18:45:08 2017 From: robin.listas at telefonica.net (Carlos E. R.) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] multiple criteria for index sort (thread+arrival)? In-Reply-To: References: Message-ID: <6041a6b1-27cf-db3d-1e91-dbdb61b5779e@telefonica.net> On 2017-03-14 01:43, Baron Fujimoto wrote: > Is it possible to apply multiple sort criteria at the message index? For > example, I generally want my messages threaded (H - tHread sort option) > but I would also secondarily like it sorted by arrival (A - Arrival sort > option) so that more recent responses in the thread pop the thread to the > most recent end of the message index. As it is now, long lived threads > tend to migrate backwards because they are anchored by the oldest retained > message in the thread. Or is there some other way to achieve this? Try K - A :-? -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" (Minas Tirith)) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 220 bytes Desc: OpenPGP digital signature URL: From sebott at linux.vnet.ibm.com Tue Mar 14 04:48:26 2017 From: sebott at linux.vnet.ibm.com (Sebastian Ott) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] trying to install latest alpine on fedora 25 In-Reply-To: References: Message-ID: On Mon, 13 Mar 2017, Mark Peveto wrote: > Well, I actually did try to install their repo version of alpine, and it's 2.20 I think. No problem, except when I did touch .pine-passfile, so it'd save my password, it never would. With alpine from the fedora repo it's: ".alpine.passfile" Sebastian From southernprince73 at gmail.com Tue Mar 14 10:17:13 2017 From: southernprince73 at gmail.com (Mark Peveto) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] trying to install latest alpine on fedora 25 In-Reply-To: References: Message-ID: Thanks. That's good to know. Mark Peveto Registered Linux user number 600552 Everything happens after coffee! On Tue, 14 Mar 2017, Sebastian Ott wrote: > On Mon, 13 Mar 2017, Mark Peveto wrote: > > Well, I actually did try to install their repo version of alpine, and it's 2.20 I think. No problem, except when I did touch .pine-passfile, so it'd save my password, it never would. > > With alpine from the fedora repo it's: ".alpine.passfile" > > Sebastian > > From alpine.chappa at gmx.com Tue Mar 14 11:11:24 2017 From: alpine.chappa at gmx.com (Eduardo Chappa) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] trying to install latest alpine on fedora 25 In-Reply-To: References: Message-ID: On Mon, 13 Mar 2017, Mark Peveto wrote: > Well, I actually did try to install their repo version of alpine, and > it's 2.20 I think. No problem, except when I did touch .pine-passfile, > so it'd save my password, it never would. Dear Mark, When your alpine supports password file, you can know the name it is supposed to have as follows; * start alpine as follows alpine -d 9 * Attempt to login to a remote server that requires a password. * Quit alpine * execute the command fgrep passfile ~/.pine-debug1 look fot the line "Looking for passfile". That line says the name of the password file that you are searching for. I hope this helps!. -- Eduardo From southernprince73 at gmail.com Tue Mar 14 12:45:08 2017 From: southernprince73 at gmail.com (Mark Peveto) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] trying to install latest alpine on fedora 25 In-Reply-To: References: Message-ID: Eduardo, Yeah, it's good info to have for sure. I did manage to get the deps installed that my usual version needs, though. Now all's working well. But for those who have to install the repo version, I'll keep that info on hand to help them out. Thanks again. Mark Peveto Registered Linux user number 600552 Everything happens after coffee! On Tue, 14 Mar 2017, Eduardo Chappa wrote: > On Mon, 13 Mar 2017, Mark Peveto wrote: > > > Well, I actually did try to install their repo version of alpine, and it's > > 2.20 I think. No problem, except when I did touch .pine-passfile, so it'd > > save my password, it never would. > > Dear Mark, > > When your alpine supports password file, you can know the name it is > supposed to have as follows; > > * start alpine as follows > > alpine -d 9 > > * Attempt to login to a remote server that requires a password. > > * Quit alpine > > * execute the command > > fgrep passfile ~/.pine-debug1 > > look fot the line "Looking for passfile". That line says the name of the > password file that you are searching for. > > I hope this helps!. > > -- > Eduardo > From alpine-info at monkeybutt.com Thu Mar 16 13:30:32 2017 From: alpine-info at monkeybutt.com (Baron Fujimoto) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] multiple criteria for index sort (thread+arrival)? In-Reply-To: References: Message-ID: On Mon, 13 Mar 2017, Matt Ackeret wrote: > On Mon, 13 Mar 2017, Baron Fujimoto wrote: >> Is it possible to apply multiple sort criteria at the message index? For >> example, I generally want my messages threaded (H - tHread sort option) >> but I would also secondarily like it sorted by arrival (A - Arrival sort >> option) so that more recent responses in the thread pop the thread to the >> most recent end of the message index. As it is now, long lived threads >> tend to migrate backwards because they are anchored by the oldest retained >> message in the thread. Or is there some other way to achieve this? > > turn on > [X] Thread Sorts by Arrival > > Voila, problem solved. > > (The only problem is that this "breaks" threads when you haven't saved the > thread parent.. while that's still a shame, it's still better than NOT having > it..) Yes, this was the secret sauce. Mahalo! From alpine.chappa at gmx.com Fri Mar 17 17:13:25 2017 From: alpine.chappa at gmx.com (Eduardo Chappa) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Alpine 2.21 released Message-ID: Dear Alpine Enthusiasts, it is with great pleasure that I announce the release of Alpine 2.21. The new version has a long list of new updates and bug fixes, too long to post here. The full list can be read at http://patches.freeiz.com/alpine/release/ this page also has links to the source code and RPM. Windows binaries will be released soon. Needless to say, this is an effort of many people who have tested and contributed to this final product. Thanks to everyone who tested prereleases. Please test this release before putting it in a production environment. Please report any and all problems you find with this release. Your assistance is appreciated. Thank you. -- Eduardo http://patches.freeiz.com/alpine/ (Web) http://repo.or.cz/alpine.git (Git) RSS: http://patches.freeiz.com/alpine/alpine.xml (Web updates) RSS: http://repo.or.cz/alpine.git/rss (Git updates) From southernprince73 at gmail.com Fri Mar 17 17:35:22 2017 From: southernprince73 at gmail.com (Mark Peveto) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Alpine 2.21 released In-Reply-To: References: Message-ID: I've just installed on my test machine. So far, it works great. Thanks for another great product! :) Mark Peveto Registered Linux user number 600552 Everything happens after coffee! On Fri, 17 Mar 2017, Eduardo Chappa wrote: > Dear Alpine Enthusiasts, > > it is with great pleasure that I announce the release of Alpine 2.21. The > new version has a long list of new updates and bug fixes, too long to post > here. The full list can be read at > > http://patches.freeiz.com/alpine/release/ > > this page also has links to the source code and RPM. Windows binaries will be > released soon. > > Needless to say, this is an effort of many people who have tested and > contributed to this final product. Thanks to everyone who tested prereleases. > > Please test this release before putting it in a production environment. > > Please report any and all problems you find with this release. Your > assistance is appreciated. > > Thank you. > > -- > Eduardo > http://patches.freeiz.com/alpine/ (Web) > http://repo.or.cz/alpine.git (Git) > RSS: http://patches.freeiz.com/alpine/alpine.xml (Web updates) > RSS: http://repo.or.cz/alpine.git/rss (Git updates) > _______________________________________________ > Alpine-info mailing list > Alpine-info@u.washington.edu > http://mailman13.u.washington.edu/mailman/listinfo/alpine-info > From i at scateu.me Sat Mar 18 03:45:07 2017 From: i at scateu.me (Wang Kang) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Alpine 2.21 released In-Reply-To: References: Message-ID: Dear Eduardo, Just tested with homebrew on Mac OS X. It compiles smoothly with maildir patch. Thank you for your great job! -- Wang Kang Blog: http://scateu.me Fingerprint: 011F 0492 97D6 5D75 8AC4 6458 D43F 3CE2 3353 B7BD HAM Callsign: BH1RLW On Fri, 17 Mar 2017, Eduardo Chappa wrote: > Dear Alpine Enthusiasts, > > it is with great pleasure that I announce the release of Alpine 2.21. The > new version has a long list of new updates and bug fixes, too long to post > here. The full list can be read at > > http://patches.freeiz.com/alpine/release/ > > this page also has links to the source code and RPM. Windows binaries will be > released soon. > > Needless to say, this is an effort of many people who have tested and > contributed to this final product. Thanks to everyone who tested prereleases. > > Please test this release before putting it in a production environment. > > Please report any and all problems you find with this release. Your > assistance is appreciated. > > Thank you. > > -- > Eduardo > http://patches.freeiz.com/alpine/ (Web) > http://repo.or.cz/alpine.git (Git) > RSS: http://patches.freeiz.com/alpine/alpine.xml (Web updates) > RSS: http://repo.or.cz/alpine.git/rss (Git updates) > _______________________________________________ > Alpine-info mailing list > Alpine-info@u.washington.edu > http://mailman13.u.washington.edu/mailman/listinfo/alpine-info > From kolos at tatar.hu Sat Mar 18 03:57:56 2017 From: kolos at tatar.hu (Tatar Kolos) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Alpine 2.21 released In-Reply-To: References: Message-ID: Hi everyone, Thanks for everyone's effort in the release - much appreciated! A silly question if I may - what's the reason for the maildir patch not being part of the main codebase? Kolos On Sat, 18 Mar 2017, Wang Kang wrote: > Dear Eduardo, > > Just tested with homebrew on Mac OS X. It compiles smoothly with maildir > patch. > > Thank you for your great job! > > > -- > Wang Kang > Blog: http://scateu.me > Fingerprint: 011F 0492 97D6 5D75 8AC4 6458 D43F 3CE2 3353 B7BD > HAM Callsign: BH1RLW > > On Fri, 17 Mar 2017, Eduardo Chappa wrote: > >> Dear Alpine Enthusiasts, >> >> it is with great pleasure that I announce the release of Alpine 2.21. The >> new version has a long list of new updates and bug fixes, too long to post >> here. The full list can be read at >> >> http://patches.freeiz.com/alpine/release/ >> >> this page also has links to the source code and RPM. Windows binaries will >> be released soon. >> >> Needless to say, this is an effort of many people who have tested and >> contributed to this final product. Thanks to everyone who tested >> prereleases. >> >> Please test this release before putting it in a production environment. >> >> Please report any and all problems you find with this release. Your >> assistance is appreciated. >> >> Thank you. >> >> -- >> Eduardo >> http: //patches.freeiz.com/alpine/ (Web) >> http: //repo.or.cz/alpine.git (Git) >> RSS: http: //patches.freeiz.com/alpine/alpine.xml (Web updates) >> RSS: http: //repo.or.cz/alpine.git/rss (Git updates) >> _______________________________________________ >> Alpine-info mailing list >> Alpine-info@u.washington.edu >> http: //mailman13.u.washington.edu/mailman/listinfo/alpine-info >> > _______________________________________________ > Alpine-info mailing list > Alpine-info@u.washington.edu > http: //mailman13.u.washington.edu/mailman/listinfo/alpine-info > From dsewell at virginia.edu Thu Mar 23 06:41:15 2017 From: dsewell at virginia.edu (David Sewell) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Segfault error with "bounce", Alpine 2.21 Message-ID: I've just intalled Alpine 2.21, running on OS X (from the HomeBrew package). If I select a message and try to bounce it using the "B" command, it kills Alpine: Problem detected: "Received abort signal(sig=11)". Alpine Exiting. If one of the developers can't reproduce this, please let me know what I should do to provide debugging information, David -- David Sewell Manager of Digital Initiatives The University of Virginia Press Email: dsewell@virginia.edu Tel: +1 434 924 9973 Web: http://www.upress.virginia.edu/rotunda From alpine.chappa at gmx.com Thu Mar 23 10:33:49 2017 From: alpine.chappa at gmx.com (Eduardo Chappa) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] Segfault error with "bounce", Alpine 2.21 In-Reply-To: References: Message-ID: On Thu, 23 Mar 2017, David Sewell wrote: > I've just intalled Alpine 2.21, running on OS X (from the HomeBrew > package). If I select a message and try to bounce it using the "B" > command, it kills Alpine: > [...] Dear David, thank you for the report and for working with me off list to debug this issue. The crash can be reproduced when Alpine is compiled with clang. When Alpine is built with gcc the crash does not occur. The crash is due to a lack of space allocated for the key menu. The patch below clears this issue for me. diff -rc alpine-2.21/alpine/send.c alpine-2.21.bouncebug/alpine/send.c *** alpine-2.21/alpine/send.c Sun Feb 5 17:06:22 2017 --- alpine-2.21.bouncebug/alpine/send.c Thu Mar 23 11:26:25 2017 *************** *** 1056,1062 **** int og2s_done = 0; HelpType help; static HISTORY_S *history = NULL; ! ESCKEY_S ekey[5]; BUILDER_ARG ba_fcc; METAENV *header; ACTION_S *role = rolep ? *rolep : NULL; --- 1056,1062 ---- int og2s_done = 0; HelpType help; static HISTORY_S *history = NULL; ! ESCKEY_S ekey[6]; BUILDER_ARG ba_fcc; METAENV *header; ACTION_S *role = rolep ? *rolep : NULL; I will commit this change to the source code in a few minutes. Thank you for your report! -- Eduardo http://patches.freeiz.com/alpine/ (Web) http://repo.or.cz/alpine.git (Git) RSS: http://patches.freeiz.com/alpine/alpine.xml (Web updates) RSS: http://repo.or.cz/alpine.git/rss (Git updates) From wrencherd at hotmail.com Sun Mar 26 17:15:53 2017 From: wrencherd at hotmail.com (Richard DeLaurell) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] sourcing pinerc w/o quit Message-ID: Is there a way to source (reload) the pinerc without having to quit alpine? I've tried ^L, but that only seems to redraw the screen. Thanks for any help. -------------- next part -------------- An HTML attachment was scrubbed... URL: From alpine.chappa at gmx.com Sun Mar 26 17:35:24 2017 From: alpine.chappa at gmx.com (Eduardo Chappa) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] sourcing pinerc w/o quit In-Reply-To: References: Message-ID: On Mon, 27 Mar 2017, Richard DeLaurell wrote: > Is there a way to source (reload) the pinerc without having to quit > alpine? Not that I am aware of. Why do you need to reload a pinerc file? (changes in configuration can be made within Alpine without the need to edit the .pinerc file.) -- Eduardo http://patches.freeiz.com/alpine/ (Web) http://repo.or.cz/alpine.git (Git) RSS: http://patches.freeiz.com/alpine/alpine.xml (Web updates) RSS: http://repo.or.cz/alpine.git/rss (Git updates) From wrencherd at hotmail.com Sun Mar 26 17:49:31 2017 From: wrencherd at hotmail.com (Richard DeLaurell) Date: Tue Jun 12 15:15:03 2018 Subject: [Alpine-info] sourcing pinerc w/o quit In-Reply-To: References: , Message-ID: ________________________________ From: Eduardo Chappa Sent: Sunday, March 26, 2017 7:35 PM To: Richard DeLaurell Cc: alpine-info@u.washington.edu Subject: Re: [Alpine-info] sourcing pinerc w/o quit On Mon, 27 Mar 2017, Richard DeLaurell wrote: > Is there a way to source (reload) the pinerc without having to quit > alpine? Not that I am aware of. Why do you need to reload a pinerc file? (changes in configuration can be made within Alpine without the need to edit the .pinerc file.) -- Eduardo http://patches.freeiz.com/alpine/ (Web) http://repo.or.cz/alpine.git (Git) RSS: http://patches.freeiz.com/alpine/alpine.xml (Web updates) RSS: http://repo.or.cz/alpine.git/rss (Git updates) ****** I was trying different server and port settings; I am used to doing that with vim and going back and forth between tabs. If there were a way to source pinerc it would have that easier for me. I will use (S)etup from the menu from now on; thanks for the tip. Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: