On Wed, Mar 06, 2013 at 04:35:07PM -0700, s. keeling wrote:
> Incoming from Robert Holtzman:
> >
> > Your dreaming. In my experience 99.9% of the replies are "why would I
> > want to?"
>
> That's when you get a chance to explain it. "Wouldn't it be neat if
> you could order weed from your dealer
On Fri, Mar 01, 2013 at 04:04:26PM +0400, Dmitry Bogatov wrote:
> Is it any convient way or macro to send a bunch of emails
> to a list or recepients without letting them know each other?
>
> Of course, I can leave out To: field and put them all in BCC(to
> get filtered)
Lack of the recipient in
On Thu, Feb 28, 2013 at 02:43:36PM -0600, Will Fiveash wrote:
> I wasn't referring to you specifically as I see you did publish your
> pubkey properly. Instead, I was referring to others (like s.keeling)
> that sign everything yet I can not retrieve their pubkey.
I'm actually working with him on
On Wed, Feb 27, 2013 at 12:55:15PM -0600, Derek Martin wrote:
> > Responding to "list" mail *should* be to the "list" unless op has
> > *specifically* requested direct mail. All other action is illogical
> > and inefficient.
>
> Here's where I disagree. There have been many, many times when I
On Fri, Feb 08, 2013 at 10:17:26PM -0500, grarpamp wrote:
> If at all possible I'd like to see the Subject: line for this list
> updated from...
> Subject: ...thread...
> ...to...
> Subject: [mutt-users] ...thread...
Ugh. Please, no.
There are much better ways to filter messages. Here's my strate
On Wed, Jan 23, 2013 at 03:21:51PM +0100, Marco wrote:
> On 2013–01–23 Paul Hoffman wrote:
>
> > After a mail client retrieves a message from a server using POP, the
> > server typically deletes its copy of the message.
>
> That's new to me. Messages are retrieved with RETR. This command
> only
On Mon, Jan 07, 2013 at 02:14:37PM +0800, horseriver wrote:
> hi:
>
> I have subscribed several mail list ,and I want to sort mail by their
>
> address into respective mail fold .
Since you appear to be using gmail, an article I wrote on my blog might
be of use to you:
http://blog.kitchen.io
On Wed, Dec 19, 2012 at 08:23:12AM +0800, Woody Wu wrote:
> Hi, list
>
> I defined serveral aliases in .mail_aliase via the 'a' commmand. And, I
> checked I had
> set alias_file=~/.mail_aliases # where I keep my aliases
> in my .muttrc.
are you also sourcing this file in your .muttrc? You
On Fri, Dec 07, 2012 at 06:40:59PM +, Chris Green wrote:
> On Fri, Dec 07, 2012 at 10:28:12AM -0800, Michael Elkins wrote:
> > On Fri, Dec 07, 2012 at 06:22:32PM +, Chris Green wrote:
> > >How does mutt detect no change to the temporary file when one hits
> > >R[eply] but then makes no chan
On Tue, Dec 04, 2012 at 10:39:30PM +0100, Andre Klärner wrote:
> Hi Guys,
>
> I read the last long discussion about line wrapping and proper mail
> formatting.
All of it? You are a braver man than I :)
> Is there any way to pipe a "builtin pager buffer" (the final output
> with verified signatur
email bodies.
I do find that part kind of funny.
You were asked to wrap, came up with a reasonable excuse why you
weren't, got a solution in reply and said "ok, thanks, I'll do that".
Three weeks later...
-Jeremy
--
.O.Jeremy Kitchen (o_
..O kitc...@kitchen.io //\
at 132 characters for his extra wide dual-headed LCD.
I really can't believe I'm about to say this, but:
HTML solves this problem entirely.
There, I said it.
-Jeremy
--
.O.Jeremy Kitchen (o_
..O kitc...@kitchen.io //\
OOO twitter.com/kitchen V_/_
pgp4CMWCdPhPj.pgp
Description: PGP signature
;group by subject" makes me want to kill. It has its uses, but for
human-generated threads with proper mail clients, it is unnecessary.
Anywho,
Oh, then there are those people who pgp sign their emails. There's
a special place in hell reserved for them ;-)
-Jeremy
--
.O.Jeremy Kitchen (o_
..O kitc...@kitchen.io //\
OOO twitter.com/kitchen V_/_
pgpwMXCByrxhZ.pgp
Description: PGP signature
On Wed, Nov 14, 2012 at 05:16:38PM +0100, Csányi Pál wrote:
> Hi Paul,
>
> Paul Hoffman writes:
> >
> > Yes -- both -- see abook(1):
>
> Wrong, because the html input format isn't supported, see bellow
[snip]
> > | The following inputformats are supported:
> > | - ldif ldif
On Fri, Nov 09, 2012 at 02:02:38PM -0600, Todd Hesla wrote:
> set my_this_pw=`gpg2 -d --batch ~/.mutt/.this_pw.gpg`
This. I like this.
This is being implemented right now :)
Thanks!
-Jeremy
pgppSs66epzmA.pgp
Description: PGP signature
On Fri, Nov 09, 2012 at 11:12:34AM +, Jamie Paul Griffin wrote:
> Hi
>
> I would like to use the method of setting messages to expire described
> on Gary's page[1] but the problem is that this script uses gnu date(1)
> and I have BSD date(1).
there's no compatible option with bsd `date`?
Yo
On Thu, Nov 08, 2012 at 11:20:20PM +0100, Suvayu Ali wrote:
> Hi Mutt users,
>
> I am a new Mutt user and I recently came across muttprint; I am
> absolutely blown away by the quality of prints I can get from my emails.
> However I could not find a way to interactively choose from mutt the
> print
On Thu, Nov 08, 2012 at 09:47:26PM +0100, Eric Smith wrote:
> Jeremy
>
> This is how I did it:
>
> set sendmail = "/home/eric/bin/get_subject_and_send.sh"
>
> $ cat /home/eric/bin/get_subject_and_send.sh
>
> #!/bin/bash cat /dev/stdin| tee >(SUBJECT=`formail -z -x Subject`;echo
> "^Subject:.*$S
On Thu, Nov 08, 2012 at 10:15:45AM +0100, Eric Smith wrote:
> Thanks Jeremy
>
> Task is to create a serialised list of Subject lines for mails posted to
> lists.
>
> Why? So that procmail can filter any incoming list mail by using
> `egrep -f' on this serialised Subject list and these (presumed)
On Thu, Nov 08, 2012 at 12:37:27AM +0100, Eric Smith wrote:
> When piping a message from the compose menu, I receive only the
> body of the mail and not its headers.
>
> I want to capture the headers before sending the mail and am
> using this macro.
>
> macro compose ,y "/home/eric/bin/get_subje
On Thu, Nov 08, 2012 at 01:06:54AM +0100, Andre Klärner wrote:
> On Wed, Nov 07, 2012 at 11:21:59PM +, Jamie Paul Griffin wrote:
> > Yes i think the benefits of using your own smtp delivery are worth it.
>
> I can only agree. And to avoid issues when my landline is down I have a VM
> on a big
On Wed, Nov 07, 2012 at 04:33:58PM -0600, David Champion wrote:
> I've used IMAP pickup in the past and it's OK for some IMAP servers. A
> year or two ago my employer moved my mailbox to MS Exchange. Exchange
> doesn't (necessarily?) hand you the exact e-mail it received. It
> parses incoming ma
On Fri, Nov 02, 2012 at 02:42:00PM -0500, Derek Martin wrote:
> On Fri, Nov 02, 2012 at 02:37:01PM -0500, Derek Martin wrote:
> > > Sorry to reply to myself. Looking at the mutt source, the
> > > pgp_strict_enc option seems like a likely culprit for this behavior.
> > > Mutt won't QP encode traili
On Thu, Nov 01, 2012 at 09:14:45PM +1100, Cameron Simpson wrote:
> It relies on a feature of mutt: if you exit the editor having changed
> nothing, mutt silently cancels the compose mode. So muttedit is invoked
> as your editor. It:
>
> - takes a copy of the message composition file it is handed
On Thu, Nov 01, 2012 at 10:28:09AM +1100, Cameron Simpson wrote:
> On 31Oct2012 15:17, Jeremy Kitchen wrote:
> | You may want to look into tmux :)
>
> Oh, I do want to!
[...]
> But if you mean logically subdividing a single _terminal_ window with
> multiple session display
On Thu, Nov 01, 2012 at 09:01:20AM +1100, Cameron Simpson wrote:
> | I tried iTerm2 but I didn't like it much. For me
> | the default Terminal in Mac OS X renders a nicer display IMO. But then i
> | spend little time on my Mac, mostly I just use my BSD machines and urxvt.
>
> I like iTerm2 for the
On Wed, Oct 31, 2012 at 08:25:32PM +1100, Cameron Simpson wrote:
> On 31Oct2012 08:52, Jamie Paul Griffin wrote:
> The OP's problem isn't the connectors not being drawn (possible with
> fonts and locales) but with then being drawn but with gaps due to the
> line spacing.
Actually, the way I inter
On Tue, Oct 30, 2012 at 05:08:55PM -0500, Derek Martin wrote:
> Bizzare. The only factor which is obvious to me as a possible
> differentiating factor is that the first is quoted printable, and the
> second is plain text. I'm assuming that the first was QP because
> there was a line that started
On Tue, Oct 16, 2012 at 02:16:29PM +0200, Paolo Pisati wrote:
> Hi guys,
>
> is there a way to make mutt autocompletition feature to work with abook?
> So far i got it only working with mutt's internal aliases system, and all the
> config snippets i found around like this one, don't help:
>
> se
On Thu, Oct 04, 2012 at 08:04:23PM +0200, Francesco de Virgilio wrote:
> Hi guys,
> probably I'm missing something. After tagging some mails, I've applied
> a macro to add 1 point to score, using the following command
>
> score '~T' 1
>
> After that, since I'm working on a local mbox folder (sync
On Wed, Oct 03, 2012 at 05:36:03PM +0200, M. Fioretti wrote:
> Greetings,
>
> while reordering some backups, I found a tar file containing a
> "maildir-like" mailbox. By this I mean that it was a folder with 3
> subfolders with the right names:
>
> old_email/cur
> old_email/new
> old_email/tmp
[
On Tue, Sep 25, 2012 at 02:25:22PM +, Grant Edwards wrote:
> On 2012-09-25, Jamie Paul Griffin wrote:
> > [ Ian Barton wrote on Tue 25.Sep'12 at 7:04:39 +0100 ]
> >
> >> On 24/09/12 18:52, Jeremy Kitchen wrote:
> >
> >> Thanks for the informatio
On Mon, Sep 24, 2012 at 06:03:50PM +0200, Bernard Massot wrote:
> On Mon, Sep 24, 2012 at 11:48:25AM +0100, Ian Barton wrote:
> > I can confirm that when I send the message it has the correct From
> > header of i...@manor-farm.org. However, the From address for the
> > recipient is always i...@wilk
On Wed, Sep 19, 2012 at 08:16:17AM -0500, Jim Graham wrote:
> On Wed, Sep 19, 2012 at 08:12:25AM -0500, Jim Graham wrote:
>
> > Ok, I just did that. Now let's see if this is bold or if this is
> > underlined.
> >
> > One thing I don't remember is how to specify colors
>
> I also forgot th
You've been told several times.
Look at the headers.
-Jeremy
pgp4ecgEwdEVJ.pgp
Description: PGP signature
On Mon, Sep 17, 2012 at 09:58:44AM -0400, Lewis Pike wrote:
> I have recently configured mutt to connect to my gmail via IMAP. This
> has been working reasonably well but I've found that very
> occasionally, when I am in the index view, I will suddenly be booted
> from the current IMAP folder, the
On Mon, Sep 03, 2012 at 06:01:48PM +0200, mimosinnet wrote:
... I don't know why my clock is so weird. It's definitely *not* 6pm in
+0200 right now...
/me marks that as something to fix
> I very much appreciate your suggestion! I was working with a large alias
> file, and what you suggest has mu
On Fri, Aug 31, 2012 at 01:13:23PM +0200, mimosinnet wrote:
> Hi,
>
> I am working on having my contacts in gmail converted into a mutt alias
> file (this is because I am using an android phone). I am not sure if
> there is a similar project going on. In any case, this is my first
> version of it.
38 matches
Mail list logo