Re: Press any key to continue

2023-09-08 Thread Ed Blackman
have only the commands that I typed in manually, not ones from macros. Thanks Christian, and thanks to the mutt devs for such a great mail reader! Ed On Fri, Sep 25, 2015 at 09:42:50AM +0100, Christian Ebert wrote: > * Ben Boeckel on Monday, September 21, 2015 at 14:36:34 -0400 > >

Re: DKIM fails depending on Content-Transfer-Encoding

2023-09-06 Thread Ed Blackman
a non-ASCII space in my signature. The space between my first and last name in my signature is a non-breaking space, eg   in HTML. In vim I used to insert it. The non-ASCII character in the message body tickles mutt to send the message encoded as quoted-printable. -- Ed Blackman

Re: [OT-ish] Want command line program to selectively delete emails

2023-08-06 Thread Ed Blackman
On Sun, Aug 06, 2023 at 06:41:30PM +0100, Darac Marjal wrote: > On 04/08/2023 19:34, Ed Blackman wrote: > > I could probably port archivemail to Python3 with enough time. > > I had a go at rewriting archivemail into python3 (partly because I wanted to > pipe messages into

Re: [OT-ish] Want command line program to selectively delete emails

2023-08-06 Thread Ed Blackman
On Mon, Aug 07, 2023 at 01:57:04AM +1000, Nemo Thorx wrote: > Quoting Ed Blackman from 04 Aug (a Friday in 2023) at 1434 hours... > > Any suggestions for a command line program to select emails for > > deletion based on command line options? I specifically want one that > > c

Re: [OT-ish] Want command line program to selectively delete emails

2023-08-06 Thread Ed Blackman
On Fri, Aug 04, 2023 at 03:15:41PM -0400, Jon LaBadie wrote: > On Fri, Aug 04, 2023 at 02:34:44PM -0400, Ed Blackman wrote: > > I could probably port archivemail to Python3 with enough time. > > I make extensive, but very basic, use of archivemail. I'm concerned about >

[OT-ish] Want command line program to selectively delete emails

2023-08-04 Thread Ed Blackman
aildir (to read the flags) and use a shell script built around "find". None of those options are great, so I thought I'd see if there's something that I could just install. -- Ed Blackman

Re: unset folder-hook

2023-07-17 Thread Ed Blackman
On Mon, Jul 17, 2023 at 07:02:34AM -0500, Ranjan Maitra wrote: > On Sun Jul16'23 10:03:01PM, Ed Blackman wrote: > > In my .muttrc I have: > > > > # Set $strict_threads in large mailboxes (which are likely to have > > duplicated subjects) > > folder-

Re: unset folder-hook

2023-07-16 Thread Ed Blackman
t strict_threads=yes The "." applies to every folder, and sets a default. The last two change the setting for a specific folder, and a set of folders matching a regex. -- Ed Blackman

Re: Color messages in the index view dynamically

2022-07-13 Thread Ed Blackman
int something different depending on what it was. But that's where I run out of ideas. I don't *think* you can embed ANSI color commands in the index format, and I don't know of a way to run shell commands in the pattern for color commands. Maybe this inspires someone else that

[OT] fetchmail replacement supporting Oauth

2022-05-01 Thread Ed Blackman
eye (bonus if it's in buster) -- Ed Blackman

Re: How to warn before sending email if "Subject:" is empty

2021-12-28 Thread Ed Blackman
You could change your editor to a script that 1) calls the real editor then 2) checks for an empty Subject:. That would not prevent you from removing it in Mutt compose window afterward, though. -- Ed Blackman

Re: index-format-hook date pattern for current week

2021-11-04 Thread Ed Blackman
;%1<%s>' |" ~/.mutt/bin/format_date: #!/bin/bash # format_date # # In .muttrc: # set index_format="/path/to/format_date '%[%s]' '%<%s>' |" # # http://groups.google.com/group/de.comm.software.mailreader.misc/browse_thread/thr

Re: multiple color schemes

2021-09-09 Thread Ed Blackman
hlight=mail -P PDF -a 1" set ?print_command So each redefines ^P to source the *next* one in the round-robin. When sourced, it changes, then echos, the print_command, to remind me where I am in the rotation. Probably not needed for something immediately visible like the color scheme. -- Ed Blackman

Re: support for Office365?

2020-09-28 Thread ed neville
hen to enforce Outlook or Office 365 rubs me the wrong way. Ed

Re: support for Office365?

2020-09-27 Thread ed neville
to Office365 without using > IMAP. Just out of interest, does anyone know /why/ organisations, in their rampant desire to outsource to the cloud disable IMAP and SMTP protocols whilst doing that? Is something to be feared? Surely MS cares only that people pay the monthly rent on Office 365? -- Best regards, Ed http://www.s5h.net/

Re: format=flowed

2019-01-05 Thread Ed Blackman
; not wrap syntax match lineEndWrap / $/ hi WrapLines term=bold,underline cterm=bold,underline gui=bold,underline if &background == "dark" hi WrapLines ctermfg=White ctermbg=Black guifg=Black guibg=White else hi WrapLines ctermfg=Black ctermbg=White guifg=Black guibg=White endif hi def link lineEndWrap WrapLines -- Ed Blackman

Re: Rich text & Mutt [Was: How to tell GUI MUAs to show message in a fixed font?]

2017-05-02 Thread Ed Blackman
e-newlines being wrapped together. Since he didn't remove the quote markers, they got wrapped, too. -- Ed Blackman

Re: How to tell GUI MUAs to show message in a fixed font?

2017-05-02 Thread Ed Blackman
ders is no (look for a minimal MIME structure with only the MIME headers and parts?), how to handle reedits (pass just the text/plain part back to $editor? pass the whole thing including MIME parts?), etc, but better than overloading $sendmail. -- Ed Blackman

Re: How to tell GUI MUAs to show message in a fixed font?

2017-05-02 Thread Ed Blackman
; won't know what was written by Arthur, Martha, or Mo. > (Maybe the GUI world doesn't fuss much with attribution?) The GUI world largely doesn't do trimmed inline replies. They top-post without trimming. -- Ed Blackman

Re: How to be warned about non-existent aliases?

2017-04-27 Thread Ed Blackman
On Wed, Apr 26, 2017 at 03:07:28PM +0100, Chris Green wrote: > On Tue, Apr 25, 2017 at 02:34:56PM -0400, Ed Blackman wrote: > > alias uk-riders uk-rid...@the-hug.net > > # remembering is hard, aliases are cheap > > alias uk-r uk-riders > > alias ukr uk-riders &

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Ed Blackman
ng is hard, aliases are cheap alias uk-r uk-riders alias ukr uk-riders alias ukriders uk-riders -- Ed Blackman

Re: How to be warned about non-existent aliases?

2017-04-25 Thread Ed Blackman
7;s alias database). No configuration option that I know of, but if you send email via sendmail (vs SMTP), you could use a variant of https://dev.mutt.org/trac/wiki/ConfigTricks/CheckAttach to check that To, Cc, and Bcc don't contain "@$hostname" and refuse to send if so, otherwise passing on to sendmail. -- Ed Blackman

Re: Set time zone from folder-hook?

2014-12-24 Thread Ed Blackman
esses than Linux and probably OSX, so Windows users of mutt might see a slowdown using an external script where the same muttrc under Linux on the same machine might not, but modern systems are so ridiculously fast that it's worth a try anyway. -- Ed Blackman

Re: display text when a main contains HTML and text

2014-09-18 Thread Ed Blackman
ouble of writing a tool that would send multipart and then not put anything in the text/plain, but it does happen. If you use alternative_order to prefer plain text (as I do), you'll need to recognize that sometimes you will need to manually select the HTML part read the email. -- Ed Blackman

Re: Format flowed equals no space in depth 1

2014-09-17 Thread Ed Blackman
ting a feature freeze for 1.6: http://markmail.org/message/pdqwhg277u7lwzer Note that we recently passed the 8th anniversary. -- Ed Blackman signature.txt Description: Digital signature

Re: delete only undeleted messages?

2014-02-26 Thread Ed Blackman
you have to save the message in a fixed location. There might be further tricks to remove that particular limitation, but I've procrastinated enough today. -- Ed Blackman

Re: Adding to Alias

2013-10-09 Thread Ed Blackman
On Mon, Oct 07, 2013 at 03:05:15PM -0400, Patrick Shanahan wrote: * Ed Blackman [10-07-13 14:52]: It does mean that I occasionally clobber a manual settings change I've made when I just want to refresh the screen, but I try not to make too many manual settings changes. If I do some

Re: Adding to Alias

2013-10-07 Thread Ed Blackman
I just want to refresh the screen, but I try not to make too many manual settings changes. If I do something manually twice, it's usually worth the time to script it, if only because I won't forget how to do it the next time I want to do it. -- Ed Blackman

Re: Mailcap

2013-02-12 Thread Ed
On Feb 12, Ed wrote: > I have this in my mailcap to view images > > image/*; /usr/bin/gpicview '%s'; test=test -n "$DISPLAY" > > but when I open a message with an image attached mutt tells me there is no > entry in mailcap, but if I go on to using "v

Mailcap

2013-02-12 Thread Ed
what I could find but did not have much luck. Ed

Re: Alternate Addresses

2013-02-11 Thread Ed
On Feb 11, Ed wrote: > Mutt is telling me that alternates is an unknown variable. I used:: > > set alternates="myem...@example.com" > > Of course I put the actual address in tha above. Where did I go wrong ? > > Ed Thanks for the replies, I now see the error of m

Alternate Addresses

2013-02-11 Thread Ed
Mutt is telling me that alternates is an unknown variable. I used:: set alternates="myem...@example.com" Of course I put the actual address in tha above. Where did I go wrong ? Ed

Re: Page View

2013-02-10 Thread Ed
On Feb 10, s. keeling wrote: > Might I suggest just commenting out your pager_format statement? I've > .muttrc's that go back to 2003. In each one of them pager_format is > not set. I appear to see what the manual section you quote says. Same result. I find nothing in the manual about pager fo

Re: sidebar patch

2013-02-10 Thread Ed
nning on ubuntu, where can i get this patch? >From a terminal:: sudo apt-get install mutt-patched Its in your repository. You probably also want to install mutt-print if you plan on printing out any mail. Ed

Re: Page View

2013-02-10 Thread Ed
, below the header is a line that tells me it is pgp mail. Then after the pgp info is another line that says the following is signed. At the end of the message it tells me its the end of the signed message. So, how do I get mutt to do what it says in the manual ? This is my pager format in my muttrc. "%4C %Z %[!%b %e at %I:%M %p] %.20n %s%* -- (%P)" Thnaks Ed

Page View

2013-02-10 Thread Ed
Is there any way while viewing a mail that contains html, attachment or is a pgp signed, that this information be shown at the bottom of the mail ? I did not see anything in the manual that was of any value, unless I just overlooked it. Thanks Ed

Re: Muttprint SOLVED

2013-02-06 Thread Ed
On Feb 05, Ed wrote: > I keep getting this error:: > > sh: 1: lpr: not found > > but I don't know where it is coming from. In my muttprintrc I have > the printer set to hp-psc-1310 which is the system printer and is > using CUPS. Its a USB printer, so where is the

Re: Muttprint

2013-02-05 Thread Ed
On 02/05/2013 10:08 PM, Brandon Sandrowicz wrote: On Tue, Feb 05, 2013 at 09:34:54PM -0500, Ed wrote: I keep getting this error:: sh: 1: lpr: not found but I don't know where it is coming from. In my muttprintrc I have the printer set to hp-psc-1310 which is the system printer and is

Muttprint

2013-02-05 Thread Ed
I keep getting this error:: sh: 1: lpr: not found but I don't know where it is coming from. In my muttprintrc I have the printer set to hp-psc-1310 which is the system printer and is using CUPS. Its a USB printer, so where is the lpr coming from ? Ed

Re: Saved Messages Header

2013-01-31 Thread Ed
from mail(1) I believe > as it has the same ability to save messages without headers, for > example diff files or code files and scripts that you want to save, > obviously you wouldn't need the headers with those types of mail. Thank you, just what I was looking for. Works well. Ed

Saved Messages Header

2013-01-30 Thread Ed
How do I strip the headers when I save a message ? Ed

hook to set Content-Type after editing

2012-12-05 Thread ed
particular environment. Thanks -- Best regards, Ed http://www.s5h.net/

Re: coloured threads

2012-11-11 Thread ed
On Sun, Nov 11, 2012 at 10:08:17PM +, ed wrote: > Tap it out in your mail editor and set the content type to text/html > (ctrl-t) perhaps? Might work, never wanted to do that myself and I don't > have a mailer capable of reading HTML handy to find out. Oh yeah, although it /may

Re: coloured threads

2012-11-11 Thread ed
er though I would ever ask such a question. Tap it out in your mail editor and set the content type to text/html (ctrl-t) perhaps? Might work, never wanted to do that myself and I don't have a mailer capable of reading HTML handy to find out. -- Best regards, Ed http://www.s5h.net/

Re: New mail indicator

2012-05-11 Thread Ed Blackman
On Thu, May 10, 2012 at 04:39:33PM -0400, Ed Blackman wrote: On Thu, May 10, 2012 at 06:58:28PM +0700, Diep Pham Van wrote: Sometimes when reading a new mail, I must going to an other folder and after some searching, I have no idea where is my previous folder. Or is there some tool that I

Re: Send-hook "set my_hdr" Not Working as Expected

2012-05-10 Thread Ed Blackman
On Thu, May 10, 2012 at 09:28:03PM +0100, Koralatov wrote: On Thu, May 10, 2012 at 19:09, Ed Blackman wrote: I use this pattern: send-hook . my_hdr "From: " send-hook "~t @mutt.org"my_hdr "From: " send-hook "~t @ex

Re: New mail indicator

2012-05-10 Thread Ed Blackman
creen mutt -f $my_folder\"' That's all one line. It uses mutt-prompt, which I got from this mailing list a while ago. I'd be happy to post or send it if anyone's interested. -- Ed Blackman signature.txt Description: Digital signature

Re: Send-hook "set my_hdr" Not Working as Expected

2012-05-10 Thread Ed Blackman
" I use this pattern: send-hook . my_hdr "From: " send-hook "~t @mutt.org"my_hdr "From: " send-hook "~t @example.com" my_hdr "From: " It works for me. -- Ed Blackman signature.txt Description: Digital signature

Re: Mail times/date in local time zone

2012-03-30 Thread Ed Blackman
%-15.15L (%?l?%4l&%4c?) %s". Experiment with "%4C %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" instead. I don't think there's a way to change it in the pager. -- Ed Blackman signature.txt Description: Digital signature

Re: Macro to move mail to trash in Gmail.

2012-01-14 Thread Ed Blackman
On Sat, Jan 14, 2012 at 07:50:12AM -0600, Christian Dysthe wrote: On 01/13/12 at 09:30pm, Ed Blackman wrote: OK. You just need to move the "save" until after resolve is restored. That way the save will delete and move to the next message. macro index,pager D "set my_resolve=\$

Re: Macro to move mail to trash in Gmail.

2012-01-13 Thread Ed Blackman
On Fri, Jan 13, 2012 at 06:39:00PM -0600, Christian Dysthe wrote: On 01/13/12 at 11:36am, Ed Blackman wrote: macro index,pager D "set my_resolve=\$resolve resolve=no\ N+Gmail/trash\ set resolve=\$my_resolve &my_resolve" "move message to the trash" Thank you so much!

Re: Macro to move mail to trash in Gmail.

2012-01-13 Thread Ed Blackman
ly moving to next entry); move to previous entry", and they work just great with "save resolve value; set resolve=no; save; restore saved resolve value". -- Ed Blackman signature.txt Description: Digital signature

Re: variable date format

2011-11-22 Thread Ed Blackman
s line: now="$2"# local current time in epoch seconds with this: now=$(date +%s) But I haven't tested this. Maybe Ed will see this and have a better answer. I use the attached script and the following index_format: set index_format="/path/to/format_date

Re: set different index_format for mails

2011-11-09 Thread Ed Blackman
On Wed, Nov 09, 2011 at 11:01:27AM +0800, stardiviner wrote: => On [2011-11-08 12:03:50 -0500]: Ed Blackman Said: On Tue, Nov 08, 2011 at 02:13:05PM +0100, Gregor Zattler wrote: >It's not possible to change the index format for individual >emails in the index but you can colour d

Re: set different index_format for mails

2011-11-08 Thread Ed Blackman
flag comparisons. I don't have time to experiment with creating a full solution for the original poster, but hopefully this will point someone in the right direction. -- Ed Blackman signature.txt Description: Digital signature

Re: abrt mail send if failed attach

2011-07-13 Thread Ed Blackman
On Wed, Jul 13, 2011 at 11:19:35AM -0400, Ed Blackman wrote: I use two approaches which deal with 99% of the "intended to attach a file but didn't" problem for me. I forgot to mention that I've enhanced the two of them to work together. The original vim function prompt

Re: abrt mail send if failed attach

2011-07-13 Thread Ed Blackman
looks for the same keywords. If it finds them, but doesn't find an attachment, it exits without sending the message, leaving an error message on the screen instead. I've attached my mutt check-for-attachments script (refined from the version on http://wiki.mutt.org/?ConfigTricks/

Re: Suggestions for offline/remote mail usage?

2011-06-27 Thread Dr. Ed Morbius
on 18:39 Mon 27 Jun, goraxe (gor...@goraxe.me.uk) wrote: > On Sun, 2011-06-26 at 20:04 -0700, Dr. Ed Morbius wrote: > > This is a usage scenario which largely doesn't involve mutt directly, > > though it does impact heavily on its use and usability. > > > >

Suggestions for offline/remote mail usage?

2011-06-26 Thread Dr. Ed Morbius
/suggestions greatly appreciated. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell!

Re: mh format questions

2011-06-06 Thread Ed Blackman
On Sat, Apr 16, 2011 at 06:31:39AM -0600, Paul E Condon wrote: On 20110415_163420, Ed Blackman wrote: I have actually been migrating from Maildir to MH for backup efficiency. I have procmail sort email into folders, and put a (sometimes modified) copy in my inbox where I can read and delete it

Re: Ignoring my_hdr

2011-06-05 Thread Ed Blackman
make any edits, and will thus defeat mutt's detection of unmodified messages. You can just live with that, or add: 2.5) save the ctime of your temp message 3.5) go to 5 if the saved ctime doesn't change -- Ed Blackman signature.txt Description: Digital signature

Re: mutt and some GMail features

2011-06-05 Thread Ed Blackman
nt, as that just adds weird spaces into the " middle of flowed text paragraphs setlocal noautoindent nosmartindent As you can see, you can take as much space as you want to make things easy for your future self to understand why you're selecting certain settings. -- Ed Blackman signature.txt Description: Digital signature

Re: Mutt 256 color themes

2011-05-20 Thread ed
t whilst xsnow was running in the background. You can find my themes here: http://www.s5h.net/wiki/Mutt Let me know what you think or if there are any particular colours you'd like and I'll see what I can do. -- Best regards, Ed http://www.s5h.net/ signature.asc Description: Digital signature

Re: imap_pass password management

2011-05-18 Thread Ed Blackman
ss = "`echo -n $(pwsafe -p ACCOUNT_NAME -e -q | tail -n 1) `" Some brief testing indicates that Mutt does the right thing for output that contains # and ", but I don't use IMAP so I'm not completely certain. -- Ed Blackman signature.txt Description: Digital signature

Re: Quirks using format:fixed

2011-05-17 Thread Ed Blackman
because its prescence at the end of lines wouldn't be very noticible in clients that didn't support RFC 3676), and created a vim mail syntax plugin that puts a white underscore at the end of lines that end with a space, so I can see at a glance which lines will flow and which won&#x

Re: quoted-printable not displaying correctly

2011-05-04 Thread Ed Blackman
character 00A0, NO-BREAK SPACE. I don't know what's at fault, but thought the additional information might help some one. -- Ed Blackman signature.txt Description: Digital signature

Re: mairix search

2011-05-02 Thread Ed Blackman
On Fri, Apr 29, 2011 at 02:08:33PM -0700, Omen Wild wrote: Quoting Ed Blackman on Fri, Apr 29 17:03: In my case, mairixquery is a Perl script that prompts me for the mairix search string, gives me yes or no prompts for whether to search threads or augment previous results, and saves the most

Re: mairix search

2011-04-29 Thread Ed Blackman
ches so that I can make edits if the query returns too little or way too much. It doesn't need to be that fancy for this strategy to work for you, assuming you read mutt inside screen. All it has to do is let you enter mairix command line options after the new screen has already been launched. -- Ed Blackman signature.txt Description: Digital signature

Re: mh format questions

2011-04-15 Thread Ed Blackman
ging flags causes another backup delete/add. With MH, on the other hand, message 13524 is always message 13524, regardless of whether I've seen it or not, or what the message flags are. The flags are in .mh_sequences which is tiny if I care about saving those flags, and easy to exclude f

Re: What can I do if I don't want to uncollapse a thread after i read it

2011-04-13 Thread Ed Blackman
', and am back at the index with all threads collapsed. I view another message (or the same one again), hit 'q', and am back at the index with all threads uncollapsed. View another message, hit 'q', and am back at the index with all threads collapsed. Etc. Maybe someon

Re: renaming temporary files

2011-02-18 Thread Ed Blackman
rm $newfile Alternately, he might just want a script that will allow him to more easily identify the leftover tempfiles. No changes to muttrc needed for this: #!/usr/bin/perl -w # # Name: listMuttTemp # By: Ed Blackman # Invocation: listMuttTemp /path/to/mutt-tempfiles/mutt-* # use POS

Re: Google 2-step authentication

2011-02-11 Thread Ed Blackman
e how the "application-specific" part of application-specific passwords works, though. If I create a password for mutt, can I use the same password if I telent to gmail on the imap port and enter raw IMAP commands? If not, how does it tell the difference? -- Ed Blackman signature.txt Description: Digital signature

Re: strange content-types of attachments

2011-02-09 Thread Ed Blackman
On Wed, Feb 09, 2011 at 08:26:03PM +, Chris G wrote: On Wed, Feb 09, 2011 at 01:49:33PM -0500, Ed Blackman wrote: You can tell Mutt to use RFC2047 decoding on MIME file names with set rfc2047_parameters=yes Would that be in addition to the 'normal' decoding which works

Re: strange content-types of attachments

2011-02-09 Thread Ed Blackman
ortunately, some commonly used mail user agents ignore that section and send file names encoded that way instead of using the correct way specified in RFC 2231. You can tell Mutt to use RFC2047 decoding on MIME file names with set rfc2047_parameters=yes I've argued before that Mutt s

Re: format string: time for today, date for others.

2011-01-20 Thread Ed Blackman
elies on Unix epoch seconds for the calculation, so the break point is 24 hours ago, 168 hours ago, etc, not day boundaries, but that's what I want. I think day boundaries would be possible with some work on the msg_age calculation, maybe "$(( ($now/86400) - ($msg_date/8640

Re: do not allow mutt to send email without attchement

2011-01-16 Thread Ed Blackman
quot;$TMPFILE" otherwise all mails get sent. Good catch! Thanks! Ed signature.txt Description: Digital signature

Re: do not allow mutt to send email without attchement

2011-01-15 Thread Ed Blackman
as an editor plugin that prompts you for which file to attach, but also isn't dependent on a specific editor. Ed #!/bin/bash ## ## Script: muttCheckAttach ## ## Original source: http://wiki.mutt.org/?ConfigTricks/CheckAttach ## Refinements by Ed Blackman ## ## Edit muttrc to h

Re: PGP signed status flag not showing

2010-12-22 Thread Ed Blackman
ith the signed flag there. If so, then again Mutt is behaving as designed. If it disappears, then there might be something awry with your config, or a bug in Mutt. Ed signature.txt Description: Digital signature

Re: PGP signed status flag not showing

2010-12-22 Thread Ed Blackman
27;s had to parse the body to display it in the pager. I can't find this documented in the man pages of my installed version of mutt, and don't have any traditional PGP meesages, so it's only a guess. But it does fit the facts and would be a reasonable thing to do. Ed signature.txt Description: Digital signature

Christmas theme

2010-12-17 Thread ed
Hi All, In keeping with Christmas screen savers I thought I'd customise mutt in colours that go with the season. TERM=xterm-256color is required http://www.s5h.net/code/mutt/themes/ir_christmas.theme Hope you find it goes with cheerful jumpers and socks. -- Best regards, Ed

Re: Gmail "Sent Mail" folder and folder-hook

2010-11-23 Thread Ed Blackman
u didn't do that. Mutt's regex parser doesn't seem to support \s to match a space. This didn't work for me: folder-hook =space\stest 'set index_format ="%30t %Z %{%d/%m/%y} %-25.25n %s"' Ed signature.txt Description: Digital signature

Re: decoding file names of MIME attachments

2010-10-13 Thread Ed Blackman
n: technically legitimate file names that would fail RFC 2047 decoding are *much* more rare than file names that have been RFC 2047 encoded in violation of the spec, but that users just want to have saved with the name that the sender gave it. Mutt should always send with the proper filename

Re: [PATCH] handle NBSP in pager (was Re: Spaces replaced by question marks?)

2010-10-06 Thread Ed Blackman
all the messages I saw the question marks on before, and a few more that I've seen since then. Thanks! Ed signature.txt Description: Digital signature

Re: Spaces replaced by question marks?

2010-10-05 Thread Ed Blackman
On Tue, Oct 05, 2010 at 03:30:18PM -0500, Derek Martin wrote: On Tue, Oct 05, 2010 at 04:16:29PM -0400, Ed Blackman wrote: In the display, I'll see "? ? ? ? * Track your shipment". If I pipe the part being displayed to "od -a", I see runs of spaces where the display s

Spaces replaced by question marks?

2010-10-05 Thread Ed Blackman
Michael Elkin's lenient RFC2047 patch applied. Other configuration details available on request. Ed signature.txt Description: Digital signature

Re: [PATCH] more lenient RFC2047 parsing (was Re: RFC2047 Subjects)

2010-09-06 Thread Ed Blackman
On Thu, Sep 02, 2010 at 05:10:37PM -0700, Michael Elkins wrote: On Thu, Sep 02, 2010 at 07:20:18PM -0400, Ed Blackman wrote: I forwarded the message I copied the headers from, along with a one that had spaces in the encoded-text, to my work Outlook and to my Gmail account. Both Outlook and

Re: RFC2047 Subjects

2010-09-02 Thread Ed Blackman
coded-text, to my work Outlook and to my Gmail account. Both Outlook and Gmail decoded the subjects as intended, which is probably why Intrade and Twitter can get away with sending out non-conformant messages. Any chance of a rfc2047 lenient decode, perhaps as an option? Ed signature.txt Description: Digital signature

RFC2047 Subjects

2010-09-02 Thread Ed Blackman
share/mutt" SYSCONFDIR="/etc" EXECSHELL="/bin/sh" MIXMASTER="mixmaster" To contact the developers, please mail to . To report a bug, please visit http://bugs.mutt.org/. patch-1.5.13.cd.ifdef.2 patch-1.5.13.cd.purge_message.3.4 patch-1.5.13.nt+ab.xtitles.4 patch-1.5.4.vk.pgp_verbose_mime patch-1.5.6.dw.maildir-mtime.1 patch-1.5.8.hr.sensible_browser_position.3 Ed signature.txt Description: Digital signature

Re: mutt on a remote machine

2010-08-31 Thread Ed Blackman
ocked-down, "trusted computing" environment, anything you do to try to secure yourself can be undone by a determined admin. At best you can protect yourself from casual snooping. Ed signature.txt Description: Digital signature

Re: Deleting messages trash-can-style

2010-08-22 Thread ed
quot;=.Trash\n" macro pager d "=.Trash\n" That should work, but you'll want to change .Trash to something else, I'm using Maildir style (which I found more efficient with header caching). -- Best regards, Ed http://www.s5h.net/ signature.asc Description: Digital signature

Re: How to re-procmail emails without modifying read/unread status

2010-08-06 Thread Ed Blackman
a final pass to remove that header, so it doesn't mess you up on the next pass. Ed signature.txt Description: Digital signature

Re: Using Find, Exclude one mailboxes folder

2010-07-15 Thread Ed Blackman
#x27;.*/\.roger' -prune -o -printf '%h ' \) Ed signature.txt Description: Digital signature

Re: Add header automatically

2010-06-27 Thread Ed Blackman
enough to figure out how mutt detects unmodified messages (file timestamp?) Ed signature.txt Description: Digital signature

Re: Question on Attachment sent by Mutt

2010-05-12 Thread Ed Blackman
don't need to prefix each file with "-a". Use "--" to separate the list of attachments from the list of recipients: mutt -s 'subject' -i msg_body -a file1 file2 file3 -- recipient1 recipient2 Ed signature.txt Description: Digital signature

Re: Question on Attachment sent by Mutt

2010-05-11 Thread Ed Blackman
s 'Subject' -i mail_message -a file1 file2 ... -- recei...@example.com" should accomplish the same goal, but with less chance of errors. Ed signature.txt Description: Digital signature

Re: search-tool for mailarchives?

2010-04-14 Thread Ed Blackman
or never changed, you may want to consider converting your archival folders to mbox before gzipping, and continuing to use mairix. Ed signature.txt Description: Digital signature

Re: Problems with a2ps/enscript and printing in mutt

2010-01-06 Thread Ed Blackman
. I've attached my muttPrint script, which uses formail to grab the subject to pass to enscript. Ed #!/bin/sh # # muttPrint # # macro index,pager p \ # 'source ~/.mutt/rc/print.rcmuttPrint [enscript args]\ # source ~/.mutt/rc/unprint.rc' # arguments always passed to enscript args=&q

Re: manual-2.html

2009-10-30 Thread ed
On Thu, Oct 29, 2009 at 11:11:40AM -0700, Robert Holtzman wrote: > On Thu, 29 Oct 2009, ed wrote: > >> Don't know if this has been reported before in the online manual: >> >> http://www.mutt.org/doc/manual/manual-2.html: >> >> $ diff manual-2.html*

manual-2.html

2009-10-29 Thread ed
Don't know if this has been reported before in the online manual: http://www.mutt.org/doc/manual/manual-2.html: $ diff manual-2.html* 488c488 < ^F forget-passphrase whipe PGP passphrase from memory --- > ^F forget-passphrase wipe PGP passphrase from memory signature.asc

display name

2009-10-22 Thread ed
Hi All, Is there a way to change the display of the From header in a message in the pager view? I'd like to for example show 'Mr Ed' rather than 'ed'. I'm not on about: set realname='ed' set from="e...@s5h.net" set use_from=yes set use_envel

  1   2   >